E-DOC-CTC-20061027-0003v2.0
NAT Commands
568
nat ifconfigModify address translation on an IP interface.
SYNTAX:
where:
EXAMPLE:
RELATED COMMANDS:
nat ifconfig intf = <string>
translation = <{disabled | enabled | trans-
parent}>
intf The IP interface name. REQUIRED
translation Enable or disable address translation.
Choose between:
>disabled: Address translation is disabled.
>enabled: Address translation is enabled.
>transparent: An inside address is translated into the same
outside IP address. In fact, no translation happens and the
IP packets passing through the Thomson ST remain
untouched.
The default is disabled.
REQUIRED
=>nat iflist
Interface NAT
loop disabled
myPPP_ppp disabled
eth0 transparent
=>nat ifconfig intf=myPPP_ppp translation=enabled
=>nat iflist
Interface NAT
loop disabled
myPPP_ppp enabled
eth0 transparent
=>
nat iflist Display the address translation configuration on all the interfaces.