Netdata Connection Across A Network

In this example we create a nailed-up connection between two PortMasters (TM) where the DTE device (13 Box) is attached to,  port 1 of PortMaster#1 and the DCE (USR 28.8) on port 1 of PortMaster#2.

In addition to the commands listed below set the speed and flow control as needed. On PM#1 enter:

set s1 login
set s1 service_login netdata 6001
set s1 host pm2
set s1 autolog anything
set s1 override xon off
set s1 modem off 
save s1
reset s1

On pm2 enter:

set s1 device /dev/network
set s1 service_device netdata 6001
set s1 override xon off
set s1 modem off
save s1
reset s1