Hi,
I am trying to use epmd on a non-standard port.
I can do this:
[me@host ~]$ epmd -names
epmd: up and running on port 20321 with data:
But if I try to use net_adm, it hangs for 30 seconds or so and then I always get back {error, address}:
Eshell V5.8 (abort with ^G)
1> net_adm:names().
{error,address}
Is there something I need to do to configure net_adm to use the non-standard port?
Thanks,
Michael