Chapter 5
49
5.4.4.2
event
Syntax:
nat event [n]
Description:
Displays or sets the current level of event tracing in the NAT
process. Larger values of n result in more verbose trace output.
All trace messages are printed as background output, and
therefore will not be displayed asynchronously on the console
unless the event show command has been issued.
Example:
adsl> nat event
Event level: 1
adsl> nat event 2
5.4.4.3
help
Syntax:
nat help [command]
Description:
Lists NAT commands.
5.4.4.4
inbound
Syntax:
nat inbound list
nat inbound add <i/f> <port>/<proto> <new IP> [quiet]
nat inbound delete <#>
nat inbound flush
Description:
Enables the user to list or to set up a series of rules, to determine
what happens to incoming traffic. By default, all incoming
packets, other than packets arriving in response to outgoing
traffic, will be rejected.
The nat inbound add command allows packets arriving on a
specific port and IP protocol to be forwarded to a machine on the
private network.
<i/f> is an interface name as shown by the nat interface list
command.