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

m
no edit summary
mNo edit summary
<pre>
/interface ethernet
set 0 comment="WAN Interface" disabled=no l2mtu=15241526 mtu=1508 name=WAN
</pre>
 
<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>
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 thisthese optionoptions enabled.
 
Once all these changes have been made and the LCPFix option is enabled, the PPPoE connection should be restarted.
1

edit