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)
AA-Andrew (talk | contribs)
No edit summary
Line 131: Line 131:
This is using Ethernet port 4, so plug your modem in to that port.
This is using Ethernet port 4, so plug your modem in to that port.


This line can be changed for your ADSL settings, eg:
This line can be changed for your ADSL settings, eg:
<pre>&lt;ppp port="WAN1" username="abc@a.1" password="secret" comment="BT ADSL" graph="BT ADSL" log="true"/&gt;
<pre>&lt;ppp port="WAN1" username="abc@a.1" password="secret" comment="BT ADSL" graph="BT ADSL" log="true"/&gt;
</pre>
</pre>
We've also set the FireBrick to create a graph for this, as well as to log.
We've also set the FireBrick to create a graph for this, as well as to log.


We've changed the port to WAN1, so we also need to change the port config earlier in the file, so change
We've changed the port to WAN1, so we also need to change the port config earlier in the file, so change
<pre>&lt;port name="LAN4" ports="4"/&gt;
<pre>&lt;port name="LAN4" ports="4"/&gt;
</pre>
</pre>
to:
to:
<pre>&lt;port name="WAN1" ports="4"/&gt;
<pre>&lt;port name="WAN1" ports="4"/&gt;
</pre>
</pre>
Our complete config in full now looks like this:
Our complete config in full now looks like this:
<pre>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
<pre>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;config xmlns="http://firebrick.ltd.uk/xml/fb2700/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://firebrick.ltd.uk/xml/fb2700/
&lt;config xmlns="http://firebrick.ltd.uk/xml/fb2700/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://firebrick.ltd.uk/xml/fb2700/
Line 170: Line 170:
&lt;/config&gt;
&lt;/config&gt;
</pre>
</pre>

By default the PPPoE will be used as the default route, saving this config should mean you have an internet connection!


= Native IPv6 =
= Native IPv6 =