Specifications

Chapter 8. Command Reference 209
SYSTEM ADDIPROUTINGTABLE
Defines a new virtual routing table. Once defined, you can add routes to the table using the commands eth ip
bindRoute (page 233) and remote bindIPVirtualRoute (page 260).
The command specifies the name of the new routing table and the range of IP addresses that reference the table
for their routing. When the router receives a packet, the source address of the packet determines which routing
table is used. For example, if the range of addresses for the virtual routing table ROSA includes address
192.168.25.25, then every packet with the source address 192.168.25.25 is routed using virtual routing table
ROSA.
If the source address of a packet is not within the address ranges for any virtual routing table, the default routing
table is referenced to route the packet.
For more information, see Virtual Routing Tables, on page 78
.
first ip addr First IP address of the range (4 decimals separated by periods).
last ip addr Last IP address of the range (4 decimals separated by periods). This parameter may be omitted if
the range contains only one IP address. The specified address range may not overlap the address
range defined for any other virtual routing table.
tablename Name of the virtual routing table to which the addresses are assigned (character string).
Example:
The following command defines a virtual routing table named ROSA (if it does not already exist) and assigns
it the IP address range 192.168.1.5 through 192.168.1.12.
system addIPRoutingTable 192.168.1.5 192.168.1.12 ROSA
SYSTEM ADDSERVER
This Network Address Translation (NAT) command is used to configure a local IP address as the selected server
on the LAN (FTP, SMTP, etc.) for the global configuration. To learm more, see Network Address Translation
(NAT), on page 91.
Multiple system addserver, remote addserver (page 259), and eth ip addserver (page 232) commands can
designate different servers for different protocols, ports, and interfaces. When a request is received, the router
searches the server list for the appropriate server. The order of search for a server is discussed in Server Request
Hierarchy, on page 94.
last ip addr Last IP address of the range. May be omitted if the range contains only one IP address.
LAN Local Ethernet LAN.
Example:
system addHTTPFilter 192.168.1.5 192.168.1.12
system addIPRoutingTable <first ip addr> [<last ip addr>] <tablename>
system addServer <action> <protocol> <first port> [<last port> [<first private port>]]