Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

FireBrick 2700 Configuration: Difference between revisions

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 2, while ports 1 and 3 are without NAT.
It is possible to have NAT on a single port, for example port 3, while ports 1 and 2 are without NAT.
==Ports with NAT only on Port 2:==
==Port Grouping and Naming with NAT on Port 3:==
<syntaxhighlight>
<syntaxhighlight>
<port name="LAN" ports="1 3"/>
<port name="LAN" ports="1 2"/>
<port name="LAN-NAT" ports="2"/>
<port name="LAN-NAT" ports="3"/>
<port name="WAN" ports="4"/>
<port name="WAN" ports="4"/>
</syntaxhighlight>
</syntaxhighlight>