5. The status will be listed as On Line, which means that all of the port numbers with LAN 1 and LAN 2 IP
addresses will appear on the page.
If your maximum connections is 2, the monitor’s connection 2 will show the LAN IP address.
Linux Real TTY Drivers
Basic Procedures
Follow these instructions to map a CN2600 serial port to a Linux host’s tty port:
1. Set up the CN2600. After verifying that the IP configuration works and you can access the CN2600 (by using
ping, telnet, etc.), configure the desired serial port on the CN2600 to Real COM mode.
2. Install the Linux Real tty driver files on the host.
3. Map the NPort serial port to the host’s tty port.
Follow these steps to add additional servers as needed:
Step 1
Modify “npreal2d.cf” file to add an additional server, or to remove unused servers. Users can use vi or any edit
to modify it. It's a text file.
For more configuration information, take a look at the npreal2d.cf file.
Step 2
Find the process id (PID) of program “npreal2d”.# ps -ef | grep npreal2d
Step 3
Update configuration of moxattyd program.
# kill -USR1 PID (ex. if “npreal2d” PID = 404, “kill -USR1 404”)