Router - RouterOS and Routerboard: Difference between revisions
Appearance
Content deleted Content added
mNo edit summary |
|||
| Line 189: | Line 189: | ||
<pre> |
<pre> |
||
/interface ethernet |
/interface ethernet |
||
set 0 comment="WAN Interface" disabled=no l2mtu= |
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 |
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. |
||