FireBrick 2700 Configuration run-through: Difference between revisions
Appearance
Content deleted Content added
| Line 17: | Line 17: | ||
<syntaxhighlight> |
<syntaxhighlight> |
||
<?xml version="1.0" encoding="UTF-8"?> |
<?xml version="1.0" encoding="UTF-8"?> |
||
<config xmlns="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/ http://firebrick.ltd.uk/xml/fb2700/0.00.605.xsd" |
||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|||
xsi:schemaLocation="http://firebrick.ltd.uk/xml/fb2700/ |
|||
http://firebrick.ltd.uk/xml/fb2700/0.00.605.xsd" |
|||
timestamp="1970-01-01T00:00:07Z"> |
timestamp="1970-01-01T00:00:07Z"> |
||
<port name="LAN1" ports="1"/> |
<port name="LAN1" ports="1"/> |
||
| Line 28: | Line 25: | ||
<interface name="LAN1" port="LAN1"> |
<interface name="LAN1" 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"/> |
||
comment="Temporary IPs for setup only, delete when finished configuring"/> |
|||
<dhcp ip="10.0.0.100-199"/> |
<dhcp ip="10.0.0.100-199"/> |
||
</interface> |
</interface> |
||
<ppp port="LAN4" username="startup_user@startup_domain" password="" |
<ppp port="LAN4" username="startup_user@startup_domain" password="" comment="Example PPPoE config for DSL/FTTC/FTTP/etc"/> |
||
comment="Example PPPoE config for DSL/FTTC/FTTP/etc"/> |
|||
<services> |
<services> |
||
<ntp/> |
<ntp/> |
||