User Guide
126 Chapter 5. Command Line Interface Reference
SYSTEM DELHOSTMAPPING
Undoes an IP address/host translation (remapping) range that was previously established with the command
remote addHostMapping
on a
per-systemwide basis
.
SYSTEM DELHTTPFILTER
Deletes an IP address range created by the
system addHTTPFilter
command.
SYSTEM DELSERVER
Is a Network Address Translation (NAT) command that can be used to delete an entry created by the
system
addServer
command.
Example 1:
system community fred
Example 2:
system community
system delHostMapping
<first private addr> <second private addr> <first public addr>
first private addr
First IP address in the range of IP address, in the format of 4 decimals separated by periods.
second private addr
Last address in the range of IP address, 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 delHostMapping 192.168.207.40 192.168.207.49 10.1.1.7
system delHTTPFilter
<first ip addr>
[
<last ip addr>
] | LAN
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 delHTTPFilter 192.168.1.5 192.168.1.12
system delServer <
ipaddr>|
discard|me
<protocolid
> |
tcp|udp <f
irst port
> |ftp|telnet|smtp|snmp|http [
<last
port>
[<
first private port
>]] <
remoteName
>
ipaddr
IP address of the host selected as server in the format of 4 decimals separated by periods
discard Used to discard the incoming server request.










