Nazgulled
Regular Contributor
I followed this guide and the value I got was 1500, isn't that right?Keeping in mind that most 4G connections are PPP, try dropping the MTU to around 1492 from 1500..
However, the firmware version I'm using does not expose the MTU setting. Should I just change them with nvram set? Which values, here's my current settings:
Code:
admin@RT-AC68U:/tmp/home/root# nvram show | grep mtu
pptpd_mtu=1450
wan1_pppoe_mtu=1492
wan_pppoe_mtu=1492
wan0_mtu=1500
ipv6_tun_mtu=0
wan0_pppoe_mtu=1492
size: 48117 bytes (17419 left)
wan_mtu=1500
wan1_mtu=1500
Should I just change all of them from 1500 to 1492? Followed by nvram commit? Do I need a reboot?