Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
23.1 Legacy Series
»
WAN PPPoE does not respect setting MTU >1492 (RFC4638)
« previous
next »
Print
Pages: [
1
]
Author
Topic: WAN PPPoE does not respect setting MTU >1492 (RFC4638) (Read 1273 times)
fbantgat7
Newbie
Posts: 31
Karma: 3
WAN PPPoE does not respect setting MTU >1492 (RFC4638)
«
on:
April 27, 2023, 07:50:17 pm »
With WAN configured to use PPPoE and my ISP accepting 'baby jumbo' frames larger than 1500 octets, I used to be able to set MTU=1500 on WAN-pppoe0, which would increase the NIC port to an MTU of 1508.
After an upgrade some versions ago I realised this approach would no longer work. The NIC MTU remained at 1500 and connections to the Internet (including this site) broke. As a manual workaround I ended up using the console to increase the NIC port to 1508 with ifconfig, which would trigger a renegotiation and consequently the WAN interface would auto-adjust up to an MTU of 1500.
With the latest upgrade to OPNsense 23.1.6 I am no longer able to do this. Using ifconfig to increase the MTU of the NIC to 1508 does not auto-adjust the WAN pppoe0 MTU to 1500, it stays at 1492. Using ifconfig subsequently to increase the pppoe0 MTU to 1500 manually works, as far as the ifconfig console output and the GUI interface shows. However, ping tests show the pppoe0 MTU remains at 1492.
Is this a known problem?
Is there a way available to negotiate WAN-pppoe0 frames with an MTU of 1500?
EDIT: Oops! Another test shows the pppoe0 MTU does increase. Perhaps it hadn't renegotiated with the ISP when I tried it last time.
«
Last Edit: April 27, 2023, 08:36:29 pm by fbantgat7
»
Logged
Taunt9930
Full Member
Posts: 126
Karma: 3
Re: WAN PPPoE does not respect setting MTU >1492 (RFC4638)
«
Reply #1 on:
April 27, 2023, 08:30:56 pm »
You have to go to interfaces > assignments, then assign the physical WAN port (e.g. igb0, for example) to a new interface (it is not assigned by default). I called mine 'ignore'. You can then edit the interface, and merely set the MTU of that interface to 1508 in the UI - no need to set anything else. Save, then it will allow a 1500 MTU setting to work on the 'WAN'/pppoe interface
«
Last Edit: April 27, 2023, 08:34:37 pm by Taunt9930
»
Logged
fbantgat7
Newbie
Posts: 31
Karma: 3
Re: WAN PPPoE does not respect setting MTU >1492 (RFC4638)
«
Reply #2 on:
April 27, 2023, 08:37:13 pm »
Thanks Taunt9930, I'll try this next if manually editing on the console doesn't work.
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
23.1 Legacy Series
»
WAN PPPoE does not respect setting MTU >1492 (RFC4638)