Hi,
I am seeing an issue with MTU on PPPoE whereby it is setting 1492 on first boot even though the config is set to 1500. Once the router is booted, disconnect pppoe and connect pppoe correctly sets the MTU to 1500
ethernet eth3 {
address 192.168.5.1/24
duplex auto
mtu 1508
pppoe 0 {
default-route auto
mtu 1500
name-server none
password
user-id bthomehub@btbroadband.com
}after boot
pppoe0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1492 qdisc pfifo_fast state UNKNOWN group default qlen 3
disconnect interface pppoe0
connect interface pppoe0
pppoe0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN group default qlen 3