bigeyes0x0
Senior Member
I'm using AC56U with latest 380.59 merlin firmware and during optimizing for the NAS on the router I found out that interface br0 with router IP only has mtu 1500 even if I have jumbo frame enabled in switch control and made sure that any intermediate switch between my device and the router has jumbo frame enabled. I have 2 switches between my tested device and the router with complicated VLAN setup for my usage with IPTV but I have tested and made sure that ping -f -l 8950 <other device> have worked regardless if <other device> connected to router, switch 1 or switch 2.
I tried to fix this on the router using these commands
Some of these commands cause disconnection on my ssh or https session to my router and after the final command on br0, accessing web ui is impossible, but ssh still works. I checked with command ip a and these mtus do stick. Still checking jumbo frame with ping -f -l 8950 192.168.1.1 does not work, and it simply returns timeout.
Any idea?
I tried to fix this on the router using these commands
Code:
ip link set eth2 mtu 9000 # in br0
ip link set eth1 mtu 9000 # in br0
ip link set eth0 mtu 9000 # in vlan1
ip link set vlan1 mtu 9000 # in br0
ip link set br0 mtu 9000
Some of these commands cause disconnection on my ssh or https session to my router and after the final command on br0, accessing web ui is impossible, but ssh still works. I checked with command ip a and these mtus do stick. Still checking jumbo frame with ping -f -l 8950 192.168.1.1 does not work, and it simply returns timeout.
Any idea?