I seems the code use for the UDM-Pro to force a 1500 MTU, still doesn't work so i'll pick it apart and work out what's needed.
Even though its the same hardware, it does feel snapper.
Code:
sed -i 's/ 1492/ 1500/g' /etc/ppp/peers/ppp0
ip link set dev eth8 mtu 1508
ifconfig eth8 down && ifconfig eth8 up
killall pppd
Even though its the same hardware, it does feel snapper.
Last edited: