>
Raoul Duke wrote: [..] > So I then simplified to trying to get 2 nodes on the same > machine working. [...] i take it that it doesn't work. if you start 2 erls like this; $ xterm -e erl -sname bla & $ xterm -e erl -sname foo & and ping one from the other; ()1> net:ping(
). what do you get? mats