Specifications
208 Chapter 8. Command Reference
SYSTEM ADDBOOTPSERVER
Adds an address to the BootP server list. (The BootP server list is also the DHCP relay list.)
While the BootP server list has at least one address, the router disables its own DHCP server and, instead,
forwards all DHCP/BootP requests to all servers in the list. It forwards every reply received from any of the
servers in the list to the appropriate LAN.
Addresses can also be added to the list using the dhcp addrelay command (page 310). To remove an address
from the list, use the dhcp delrelay command (page 313).
SYSTEM ADDHOSTMAPPING
This command is used to remap a range of local-LAN IP addresses to a range of public IP addresses on a system-
wide basis. These local addresses are mapped one-to-one to the public addresses.
Note: The range of public IP addresses is defined by <first public addr> only. The rest of the range is computed
automatically (from <first public addr> to <first public addr> + number of addresses remapped - 1) inclusive.
SYSTEM ADDHTTPFILTER
This command is used to allow devices within the defined IP address range to use the HTTP protocol (for
example, to browse the Web). This command is useful to block devices on the WAN from accessing the Web
browser.
system addbootpServer <ipaddr>
ipaddr IP address of the server (4 decimals separated by periods).
Example:
system addbootpServer 128.1.210.64
system addHostMapping <first private addr> <second private addr> <first public addr>
Þrst private addr First IP address in the range of IP addresses to be remapped, in the format of 4 decimals
separated by periods.
second private addr Last address in the range of IP addresses to be remapped, in the format of 4 decimals
separated by periods.
Þrst public addr DeÞnes the range of public IP addresses, in the format of 4 decimals separated by periods.
The rest of the range is computed automatically.
Example:
system addHostMapping 192.168.207.40 192.168.207.49 10.1.1.7
system addHTTPFilter <first ip addr> [<last ip addr>] | LAN
Þrst ip addr First IP address of the range.