Technical data

Table Of Contents
126
first private addr
First IP address in the range of IP address to be remapped, in the format of 4
decimals separated by periods.
second private addr
Last address in the range of IP address to be remapped, in the format of 4 decimals
separated by periods.
first public addr
Defines 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
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.
first ip addr
First IP address of the range
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 ADDSERVER
This Network Address Translation (NAT) command is used to configure a local IP address as the particular server
on the LAN (FTP, SMTP, etc.) for the global configuration.
ipaddr
IP address of the host selected as server in the format in the format of 4 decimals separated by
periods.
discard Used to discard the incoming server request.
me Used to send the incoming server request to the local router, regardless of its IP address.
protocolid
Protocol used by the selected server; can be
tcp
or
udp,
or a numeric value.
first port
First or only port as seen by the remote end
.
Port used by the selected server; can be as string
such as ftp, telnet, smtp, snmp, or http, or a numeric value between 0 and 65,535. A numeric
value of 0 will match any port.
system addHostMapping
<first private addr> <second private addr> <first public addr>
system addHTTPFilter
<first ip addr>
[
<last ip addr>
] | LAN
system addServer <
ipaddr>|
discard|me
<protocolid
> |
tcp|udp <
first port
> |ftp|telnet|smtp|snmp|http [
<last
port>
[<
first private port
>]]