FireBrick 2700 Configuration run-through: Difference between revisions

 
Now ports 1 and 2 act as a switch on the LAN interface.
 
=Other Things=
==Accessing the Modem==
The modem, or ADSL router in bridge mode, will also have a LAN IP that you can use to get to it's config pages etc. eg, the ZyXEL P660-R will still have a LAN setting, with an IP set.
In order to talk to the Modem from the LAN side of the FireBrick, a Subnet on the FireBrick needs to be made.
This subnet would be on the WAN Interface, eg:
<syntaxhighlight>
<interface name="WAN" port="1">
<subnet ip="10.0.1.254/24"/>
</interface>
</syntaxhighlight>
And the assuming the Modem is on 10.0.1.1, you'll be able to access it from the LAN side of the FireBrick.