Product specifications
Efficient Networks
®
Router family
Technical Reference Guide
Chapter 4: System Management
Efficient Networks
®
Page 4-21
The second command gets an error due to port overlap. If the second server entry
was allowed and the remote end sends a server request to port 9000, the router
wouldn’t know whether to send the request to 192.168.1.10 or 192.168.1.11.
Not enough memory was available to create an entry.
This condition should not ordinarily occur because the amount of memory needed for
a server entry is less than 30 bytes. Should this problem occur, it may cause many
related problems or failures.
System Commands
The following two commands are used to globally enable/disable a local IP address
(on your LAN) as the server for that particular protocol and/or port.
-> system addserver <action> <protocol> <port> [<last port>
[<first private port>]]
-> system delserver <action> <protocol> <port> [<last port>
[<first private port>]]
NOTE:
Enter save to make the changes persistent across boots.
Examples:
The router sends a server request for SMTP to 192.168.1.5 when such a request
comes from any remote router running NAT. The router sends any other server
request (tcp or udp) to 192.168.1.6.
-> system addserver 192.168.1.5 tcp smtp
-> system addserver 192.168.1.6 tcp 0
-> system addserver 192.168.1.6 udp 0