Node.start(:"foobar", :shortnames)
or if you want to use longname
Node.start(:" foobar@172.17.0.1 ")
Assuming an IP address of 172.17.0.1. This should be the IP address of the machine on which you want to create your node.
You can access this node simply by running Node.self
source share