FireBrick 2700 Configuration run-through: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
No edit summary |
||
| Line 65: | Line 65: | ||
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: |
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>< |
<pre><subnet ip="90.155.1.1/28" comment="LAN"/> |
||
<dhcp ip="90.155.1.2-12"/> |
|||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
<subnet comment="dhcp client"/> |
|||
| ⚫ | |||
<subnet ip="90.155.1.1/28" comment="LAN"/> |
<subnet ip="90.155.1.1/28" comment="LAN"/> |
||
<dhcp ip="90.155.1.2-12"/> |
<dhcp ip="90.155.1.2-12"/> |
||
</interface> |
</interface> |
||
</pre> |
</pre> |
||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
| ⚫ | |||
<pre><?xml version="1.0" encoding="UTF-8"?> |
<pre><?xml version="1.0" encoding="UTF-8"?> |
||
<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/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://firebrick.ltd.uk/xml/fb2700/ |
||
| Line 85: | Line 87: | ||
<interface port="LAN1"> |
<interface port="LAN1"> |
||
<subnet comment="dhcp client"/> |
<subnet comment="dhcp client"/> |
||
<subnet ip="2001:DB8::1/64 10.0.0.1/24" nat="true" |
<subnet ip="2001:DB8::1/64 10.0.0.1/24" nat="true" comment="Temporary IPs for setup only, delete when finished configuring"/> |
||
| ⚫ | |||
</interface> |
|||
| ⚫ | |||
<subnet ip="90.155.1.1/28" comment="LAN"/> |
<subnet ip="90.155.1.1/28" comment="LAN"/> |
||
<dhcp ip="90.155.1.2-12"/> |
<dhcp ip="90.155.1.2-12"/> |
||
| Line 105: | Line 104: | ||
</rule-set> |
</rule-set> |
||
</config> |
</config> |
||
</pre> |
</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 10.0.0.1 subnet, so remove the lines: |
|||
<pre><subnet comment="dhcp client"/> |
|||
<subnet ip="2001:DB8::1/64 10.0.0.1/24" nat="true" |
|||
comment="Temporary IPs for setup only, delete when finished configuring"/> |
|||
</pre> |
|||
= PPPoE = |
= PPPoE = |
||