I've set MTU to 3000 using the following commands.
On hypervisor:
On guests:
I've trapped data and get the MSS is 1358. So the above value is not close the 3000.
tap0 - OpenVPN server (tun0 with MTU=3000 as well)
tap1 - Mail server
Where is the problem?
On hypervisor:
Code:
ifconfig bridge0 mtu 3000
ifconfig tap0 mtu 3000
ifconfig tap1 mtu 3000
etc.
Code:
ifconfig vtnet0 mtu 3000
etc.
Code:
ethertype IPv4 (0x0800), length 66: 10.10.10.131.57199 > 10.12.12.12.22:[mss 1358]
tap1 - Mail server
Where is the problem?