| epmd -daemon -port 5000 | 
| erl -name hello@127.0.0.1 -epmd "epmd -port 5000 -daemon"  | 
| C:\>set ERL_EPMD_PORT=5000 C:\>erl -name hello@127.0.0.1 | 
| ERL_EPMD_PORT=5000 erl -name hello@127.0.0.1 | 
| epmd -port 5000 -address 127.0.0.1 -daemon | 
| epmd  -kill | 
原文:http://blog.csdn.net/mycwq/article/details/46630743