211 - Wie kann ich auf einen anderen Node als den default Node zugreifen?
Linux:
To access another node, the following lines should be added to the dsm.sys
file:
defaultserver <server name of the default node> # Should be stated in the first lines of dsm.sys. servername <freely selectable but unique name> tcpserveraddress <name of the ISP server, on which the node resides> tcpport <ISP server port> nodename <name of node>
On systems with a dsm.opt
file, the following line should be added to the file:
servername <server name of the default node>
With the command dsmc -se=<server name of the non-default node>
you can then access the other node.