Hi all,
so I have a setup that worked without problems for a few years. About 2 or 3 weeks ago I got a performance problem in one direction over EOIP tunnel.
The setup:
Router A is connected to Router B (I am on this end) via IPSEC tunnel und there is EOIP over IPSEC tunnel.
for performance reasons, I set enc-algorithms to null on IPSEC and it worked for a few years. Now with the same setup I get about
A to B 0.1Mbit
B to A around 4Mbit
when I turn encryption (for example enc-algorithms des or twofish)
I get
A to B around 1Mbit
I tested IPSEC tunnel (enc-algorithms des) with
/tool bandwidth-test <IPofIPSECtunnel> duration=10s protocol=tcp
and I get
A to B around 4Mbit
B to A around 6.5Mbit
I saw recommendation of setting MTU of EOIP to 1500, but it did not help.
On routers A and B with mtu=auto the actual-mtu is different...
Router A:
/interface eoip print
Flags: X - disabled, R - running
0 R name="eoip-tunnel1" mtu=auto actual-mtu=1280 l2mtu=65535 mac-address=xx:xx:xx:xx:xx:xx arp=enabled arp-timeout=auto
loop-protect=default loop-protect-status=off loop-protect-send-interval=5s loop-protect-disable-time=5m
local-address=192.168.99.2 remote-address=192.168.99.1 tunnel-id=10 dscp=inherit clamp-tcp-mss=yes dont-fragment=no
allow-fast-path=yes
Router B:
/interface eoip print
Flags: X - disabled, R - running
0 R name="eoip-tunnel1" mtu=auto actual-mtu=1396 l2mtu=65535 mac-address=bb:bb:bb:bb:bb:bb arp=enabled arp-timeout=auto loop-protect=default
loop-protect-status=off loop-protect-send-interval=5s loop-protect-disable-time=5m local-address=192.168.99.1 remote-address=192.168.99.2
tunnel-id=10 dscp=inherit clamp-tcp-mss=yes dont-fragment=no allow-fast-path=yes
similar Problem was posted in 2012:
viewtopic.php?t=59667
but without replies...
Firmare is 6.48.4 (stable) on both routers at the moment (updated the firware after the problem appeared, but it did not help)
I did a tcpdump on the computer connected to router B transfering something over the tunnel and got the following statistics:
Router A:
https://pastebin.com/2jQx5BiQ
Router B:
https://pastebin.com/T6C6HsjP
What could I do to improve performance, why it worked for a few years and now does not work?
Thanks a lot