One alternative is to do interface selection using a static route.<div><br></div><div>Sincerely,</div><div><br></div><div>jw</div><div><br clear="all"><br>--<br>Americans might object: there is no way we would sacrifice our living standards for the benefit of people in the rest of the world. Nevertheless, whether we get there willingly or not, we shall soon have lower consumption rates, because our present rates are unsustainable. <br>
<br>
<br><br><div class="gmail_quote">On Tue, Sep 13, 2011 at 6:25 AM, Krzysztof Blachowski <span dir="ltr"><<a href="mailto:kblachowski@interia.eu">kblachowski@interia.eu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi all.<br>
<br>
Let's imagine that we have two machines A and B with erlang VM.<br>
<br>
On each erlang machine there is application which uses mnesia database. The database is replicated between nodes.<br>
Each node has two interfaces "I1" which is extremely fast and "I2" which is slow. There is also a bunch of erlang nodes which are clients<br>
for A and B nodes and they are using native erlang interface.<br>
<br>
I was trying to configure erlang nodes A and B to utilize this two interfaces but without any effect.<br>
How to connect nodes A i B with fast link (for mnesia replication) and at this same time connect them with slow link with external clients?<br>
<br>
I've tried:<br>
<br>
<br>
machine A:<br>
<br>
erl -name master -setcookie secret<br>
<br>
inet:getif():<br>
{ok,[{{192,168,1,10},{192,168,255,255},{255,255,0,0}},<br>
     {{10,132,24,10},{10,132,25,255},{255,255,254,0}},<br>
     {{127,0,0,1},{0,0,0,0},{255,0,0,0}}]}<br>
<br>
machine B:<br>
<br>
erl -name replica -setcookie secret<br>
<br>
net_adm:ping('master@my.domain'):<br>
pong<br>
<br>
net_adm:ping('<a href="mailto:master@192.168.1.10">master@192.168.1.10</a>'):<br>
pang<br>
<br>
Why? What I'm doing wrong?<br>
<br>
best regards<br>
<br>
----------------------------------------------------------------<br>
Skoda Octavia z 2009 roku juz za 11 tys. zl<br>
<a href="http://linkint.pl/f2a36" target="_blank">http://linkint.pl/f2a36</a><br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br></div>