Router - RouterOS and Routerboard: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
= Overview = |
= Overview = |
||
Page created by Nicholas Barnes - [[http://www.vitell.co.uk/ Vitell]] - [[http://www.vitell.co.uk/ RouterOS Consultants]]. |
|||
Here we will build a basic configuration for RouterOS. The examples are relevant for ADSL (Be and BT) as well as FTTC/FTTP through AAISP. |
Here we will build a basic configuration for RouterOS. The examples are relevant for ADSL (Be and BT) as well as FTTC/FTTP through AAISP. |
||
| Line 127: | Line 129: | ||
scope=30 \ |
scope=30 \ |
||
target-scope=10</pre> |
target-scope=10</pre> |
||
Which should give you full connectivity. Note that you could skip the add routes bit by changing 'add-default-route' to 'yes' in the PPPoE interface definition. Adding routes manually is more flexible, but for a basic configuration probably isn't required. |
Which should give you full connectivity. Note that you could skip the add routes bit by changing 'add-default-route' to 'yes' in the PPPoE interface definition. Adding routes manually is more flexible, but for a basic configuration probably isn't required. |
||
Now add any firewall filter and mangle rules required followed by any queue entries. |
|||
Then, make sure IPv6 neighbour detection is configured properly. |
Then, make sure IPv6 neighbour detection is configured properly. |
||