FireBrick 2700 Configuration: Difference between revisions
Appearance
Content deleted Content added
CrazyTeeka (talk | contribs) mNo edit summary |
CrazyTeeka (talk | contribs) mNo edit summary |
||
| Line 371: | Line 371: | ||
=NAT on a Single Port= |
=NAT on a Single Port= |
||
It is possible to have NAT on a single port, for example port |
It is possible to have NAT on a single port, for example port 3, while ports 1 and 2 are without NAT. |
||
== |
==Port Grouping and Naming with NAT on Port 3:== |
||
<syntaxhighlight> |
<syntaxhighlight> |
||
<port name="LAN" ports="1 |
<port name="LAN" ports="1 2"/> |
||
<port name="LAN-NAT" ports=" |
<port name="LAN-NAT" ports="3"/> |
||
<port name="WAN" ports="4"/> |
<port name="WAN" ports="4"/> |
||
</syntaxhighlight> |
</syntaxhighlight> |
||