Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

Router - RouterOS and Routerboard: Difference between revisions

Content deleted Content added
Nickshore (talk | contribs)
Jcjc3 (talk | contribs)
mNo edit summary
Line 189: Line 189:
<pre>
<pre>
/interface ethernet
/interface ethernet
set 0 comment="WAN Interface" disabled=no l2mtu=1524 mtu=1508 name=WAN
set 0 comment="WAN Interface" disabled=no l2mtu=1526 mtu=1508 name=WAN
</pre>
</pre>


Line 195: Line 195:
<pre>/interface pppoe-client add-default-route=yes allow=chap comment="A&A" dial-on-demand=no disabled=no interface=WAN \ max-mru=1500 max-mtu=1500 name=PPPoE password=xxx profile=pppoe-client-default use-peer-dns=no user=xxx@xxx
<pre>/interface pppoe-client add-default-route=yes allow=chap comment="A&A" dial-on-demand=no disabled=no interface=WAN \ max-mru=1500 max-mtu=1500 name=PPPoE password=xxx profile=pppoe-client-default use-peer-dns=no user=xxx@xxx
</pre>
</pre>
The LCPFix option needs to be enabled for this FTTC line on the Clueless configuration pages. RouterOS doesn't support RFC4638 so needs this option enabled.
The LCPFix option needs to be enabled, and the MTU set to 1500 for this FTTC line on the Clueless configuration pages. RouterOS doesn't support RFC4638 so needs these options enabled.


Once all these changes have been made and the LCPFix option is enabled, the PPPoE connection should be restarted.
Once all these changes have been made and the LCPFix option is enabled, the PPPoE connection should be restarted.