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

 
In our default config, you can see that we already have some PPPoE settings:
<syntaxhighlight>
<pre>&lt;ppp port="LAN4" username="startup_user@startup_domain" password="" comment="Example PPPoE config for DSL/FTTC/FTTP/etc"/&gt;>
</pre>
</syntaxhighlight>
This is using Ethernet port 4, so plug your modem in to that port.
 
This line can be changed for your ADSL settings, eg:
<syntaxhighlight>
<pre>&lt;ppp port="WAN1" username="abc@a.1" password="secret" comment="BT ADSL" graph="BT ADSL" log="true"/&gt;>
</pre>
</syntaxhighlight>
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
<syntaxhighlight>
<pre>&lt;port name="LAN4" ports="4"/&gt;>
</pre>
</syntaxhighlight>
to:
<syntaxhighlight>
<pre>&lt;port name="WAN1" ports="4"/&gt;>
</pre>
</syntaxhighlight>
Our complete config in full now looks like this:
<syntaxhighlight>
<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/
<config xmlns="http://firebrick.ltd.uk/xml/fb2700/0.00.605.xsd" timestampxmlns:xsi="1970-01http://www.w3.org/2001/XMLSchema-01T00instance" xsi:00:07ZschemaLocation="&gt;http://firebrick.ltd.uk/xml/fb2700/
http://firebrick.ltd.uk/xml/fb2700/0.00.605.xsd" timestamp="1970-01-01T00:00:07Z">
&lt;<user name="john" timeout="PT20M" level="DEBUG" password="secret"/&gt;>
&lt;port name="LAN1" ports="1"/&gt;
&lt;<port name="LAN2LAN1" ports="21"/&gt;>
&lt;<port name="LAN3LAN2" ports="32"/&gt;>
&lt;<port name="WAN1LAN3" ports="43"/&gt;>
&lt;interface<port name="LAN1WAN1" portports="LAN14"&gt;/>
<interface name="LAN1" port="LAN1">
&lt;<subnet comment="dhcp client"/&gt;>
&lt;subnet ip="2001:DB8::1/64 10.0.0.1/24" nat="true" comment="Temporary IPs for setup only, delete when finished configuring"/&gt;
&lt;<subnet ip="902001:DB8::1/64 10.1550.10.1/2824" nat="true" comment="LANTemporary IPs for setup only, delete when finished configuring"/&gt;>
&lt;dhcp<subnet ip="90.155.1.2-121/28" comment="LAN"/&gt;>
<dhcp ip="90.155.1.2-12"/>
&lt;</interface&gt;>
&lt;<ppp port="WAN1" username="abc@a.1" password="secret" comment="BT ADSL" graph="BT ADSL" log="true"/&gt;>
&lt;<services&gt;>
&lt;<dns domain="yourdomain.tld" resolvers="217.169.20.20 217.169.20.21"/&gt;>
&lt;ntp timeserver="90.155.53.32 2001:8B0:0:53::5A9B:3520"/&gt;
&lt;telnet<ntp allowtimeserver="90.155.153.32 2001:8B0:0/28:53::5A9B:3520"/&gt;>
<telnet allow="90.155.1.0/28"/>
&lt;http/&gt;
<http/>
&lt;</services&gt;>
&lt;<rule-set target-interface="LAN1" drop="reject" comment="default
firewall rule - block incoming"&gt;>
&lt;<rule source-interface="self" comment="allow from the FireBrick
though"/&gt;>
&lt;</rule-set&gt;>
&lt;/config&gt;
</preconfig>
</syntaxhighlight>
By default the PPPoE will be used as the default route, saving this config should mean you have an internet connection!
 
= Filters =
autoreview, Bureaucrats, editor, Interface administrators, reviewer, Administrators
12,274

edits