By default rOS set 1480 for PPPoE interfaces and add a mangle rule to modify the TCP segment size, i want to set 1500 (full ip packet) to improve performance and remove this mangle rule, all the network is able to support it.
all interfaces that this tunnel cross ( router, server, and switches in between need to be configured to at least 1550 MTU (i would go to 1600 just in case) only then packet that have 1500 bytes + pppoe header will be able to travel your network without fragmentation.
I know… So, this is my problem, all network is configured to handle it but if i dont configure it on pppoe client it doesnt work … and i just want to configure it on server and restart the connections and leave the MTU on clients in auto mode.
Did it, if i set 1500 on client interface is working … but i really dont want to logging in each CPE… so what im trying is set the MTU values in pppoe server but its not working CPE’s keep connecting witch 1480 when the MTU field on the client is disabled…
Whatever seems the only way will be do it one by one…