FireBrick 2700 Configuration run-through: Difference between revisions
No edit summary |
|||
Line 8: | Line 8: | ||
<br> |
<br> |
||
== Example XML Configuration |
== Example XML Configuration == |
||
<pre |
|||
⚫ | |||
<port name="PPPoE" ports="1"/> |
|||
<interface name="PPPoE" port="PPPoE"> |
|||
⚫ | |||
</interface> |
|||
</pre> |
</pre> |
Revision as of 19:42, 30 December 2010
The FireBrick 2700 supports PPPoE - so you can use it to connect via a modem, eg a:
- FTTC Modem
- A standard issue AAISP ZyXEL P660-D1, in bridge mode
- Another modem set for bridge mode
- A modem such as a TP-Line or Draytek
Example XML Configuration
<interface name="PPPoE" port="PPPoE"> <ppp username="a@a.1" password="secret" mtu="1492" graph="AAISP ADSL"/> </interface>