Hello misc, I try to change mtu size of my pppoe client but somehow that value returns to 1492 after getting ip address from ISP. I've opened a ticket them and got replied as '' you could use mtu up to 1600.'' So no limitation at their side...
I have simple pppoe config: inet 0.0.0.0 255.255.255.255 NONE mtu 1550 \ pppoedev em0 authproto pap \ authname 'muja@intisp' authkey 's3cr4ty3s' up dest 0.0.0.1 !/sbin/route add default -ifp pppoe0 0.0.0.1 Em0 mtu size is 1558 As a grumpy person, I didn't believe at them and quickly installed npppd into another computer and used it as pppoe-server but nothing changed. (I've set mru as 1550 at npppd.conf) I use OpenBSD 6.9 with 19 April iso image. Is this a bug or am i missing something? Thanks in advance.