FireBrick 2700 Configuration run-through: Difference between revisions
Appearance
Content deleted Content added
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><ppp port="WAN1" username="abc@a.1" password="secret" comment="BT ADSL" graph="BT ADSL" log="true"/> |
<pre><ppp port="WAN1" username="abc@a.1" password="secret" comment="BT ADSL" graph="BT ADSL" log="true"/> |
||
</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><port name="LAN4" ports="4"/> |
<pre><port name="LAN4" ports="4"/> |
||
</pre> |
</pre> |
||
to: |
to: |
||
<pre><port name="WAN1" ports="4"/> |
<pre><port name="WAN1" ports="4"/> |
||
</pre> |
</pre> |
||
Our complete config in full now looks like this: |
Our complete config in full now looks like this: |
||
<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 170: | Line 170: | ||
</config> |
</config> |
||
</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 = |
||