FireBrick 2700 Configuration: Difference between revisions

mNo edit summary
mNo edit summary
 
=NAT on a Single Port=
It is possible to have NAT on a single port, for example port 23, while ports 1 and 32 are without NAT.
==PortsPort Grouping and Naming with NAT only on Port 23:==
<syntaxhighlight>
<port name="LAN" ports="1 32"/>
<port name="LAN-NAT" ports="23"/>
<port name="WAN" ports="4"/>
</syntaxhighlight>