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 run-through: Difference between revisions

Content deleted Content added
AA-Andrew (talk | contribs)
No edit summary
AA-Andrew (talk | contribs)
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:
<pre>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
<code>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;config xmlns="http://firebrick.ltd.uk/xml/fb2700/"
&lt;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:
&lt;/config&gt;
&lt;/config&gt;


</pre>
</code>
Which sets up the 4 Ethernet ports as separate LANs, and an IP of 10.0.0.1 (and 2001:DB8::1)&nbsp;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)&nbsp;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 =