FireBrick 2700 Configuration run-through: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
|||
| Line 15: | Line 15: | ||
The default configuration (or a fully-loaded FireBrick) looks like this: |
The default configuration (or a fully-loaded FireBrick) looks like this: |
||
< |
<code><?xml version="1.0" encoding="UTF-8"?> |
||
<config xmlns="http://firebrick.ltd.uk/xml/fb2700/" |
<config xmlns="http://firebrick.ltd.uk/xml/fb2700/" |
||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
||
| Line 45: | Line 45: | ||
</config> |
</config> |
||
</ |
</code> |
||
Which sets up the 4 Ethernet ports as separate LANs, and an IP of 10.0.0.1 (and 2001:DB8::1) with the FireBrick acting DHCP server on the first port. So, connecting a computer to Port 1 should get you a 10.0.0.x IP address, and you can access http://10.0.0.1 |
Which sets up the 4 Ethernet ports as separate LANs, and an IP of 10.0.0.1 (and 2001:DB8::1) with the FireBrick acting DHCP server on the first port. So, connecting a computer to Port 1 should get you a 10.0.0.x IP address, and you can access http://10.0.0.1 |
||
Port 4 is set as an example of a PPPoE client, we'll set this up a little later. |
Port 4 is set as an example of a PPPoE client, we'll set this up a little later. |
||
= Configuring Initial Basic Settings = |
= Configuring Initial Basic Settings = |
||