RUGGEDCOM ROX II
CLI User Guide
Chapter 6
Security
Managing Masquerade and SNAT Settings 203
2. Delete the entry by typing:
no security firewall fwconfig firewall fwnat name
Where:
• firewall is the name of the firewall
• name is the name of the network address translation entry
3. Type commit and press Enter to save the changes, or type revert and press Enter to abort.
Section6.9.14
Managing Masquerade and SNAT Settings
Masquerading and Source Network Address Translation (SNAT) are forms of dynamic Network Address Translation
(NAT). Both hide a subnetwork behind a single public IP address.
Masquerading is used when the ISP provides a dynamic IP address. SNAT is used when the ISP provides a static IP
address.
CONTENTS
• Section6.9.14.1, “Viewing a List of Masquerade and SNAT Settings”
• Section6.9.14.2, “Adding Masquerade or SNAT Settings”
• Section6.9.14.3, “Deleting a Masquerade or SNAT Setting”
Section6.9.14.1
Viewing a List of Masquerade and SNAT Settings
To view a list of masquerade and SNAT settings, type:
show running-config security firewall fwconfig firewall fwmasq
Where:
• firewall is the name of the firewall
If masquerade and SNAT settings have been configured, a table or list similar to the following example appears:
ruggedcom# show running-config security firewall fwconfig firewall2 fwmasq
security
firewall
fwconfig firewall2
fwmasq SNAT
out-interface fe-cm-1
no out-interface-specifics
source-hosts 192.168.1.0/24
address 172.30.15.10
no description
!
fwmasq Masq
out-interface fe-cm-1
no out-interface-specifics
source-hosts 192.168.0.0/24
no address
no description
!