Router - RouterOS and Routerboard: Difference between revisions

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.