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

no edit summary
No edit summary
No edit summary
 
So, first we'll add a new subnet, this can go under the current 10.0.0.1 subnet (which we'll delete later.) And we'll make this a DHCP server:
<pre>&lt;interfacesubnet nameip="LAN90.155.1.1/28" portcomment="LAN1LAN"/&gt;
&lt;dhcp ip="90.155.1.2-12"/&gt;
<br/pre>
Remove the existing DHCP settings for the 10.0.0.1 interface. The LAN! interface now looks like this:
<pre>&lt;interface name="LAN" port="LAN1"&gt;
&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="90.155.1.1/28" comment="LAN"/&gt;
&lt;dhcp ip="90.155.1.2-12"/&gt;
&lt;/interface&gt;
</pre>
Our complete config now looks like this:
Remove the existing DHCP settings for the 10.0.0.1 interface.
 
<br>
 
Our config now looks like this:
<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;interface port="LAN1"&gt;
&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;
comment="Temporary IPs for setup only, delete when finished configuring"/&gt;
&lt;/interface&gt;
&lt;interface name="LAN" port="LAN1"&gt;
&lt;subnet ip="90.155.1.1/28" comment="LAN"/&gt;
&lt;dhcp ip="90.155.1.2-12"/&gt;
&lt;/rule-set&gt;
&lt;/config&gt;
 
</pre>
At this point we can save the config, there should be no errors.
 
Our computer should then pick up a new 90.155.1.x IP address, and we can connected back to the FireBrick on http://90.155.1.1
 
if that works, we can now safely remove the DHCP client subnet and the&nbsp;10.0.0.1 subnet, so remove the lines:
<pre>&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;
</pre>
 
= PPPoE =
 
autoreview, Bureaucrats, editor, Interface administrators, reviewer, Administrators
12,274

edits