Hi folks, I'm facing some throughput issues with a site to site vpn between my onprem site (vm-300) and azure (VpnGw1). Scenario: - Windows cluster + SQL Always on Availability Groups (async commit) - 2 nodes on premises (sql01 and sql02) - 1 node on azure (sql03). - Link speed 150Mbps - Latency between on prem and azure: 15ms Ipsec tunnel is working, running some generic tests (iperf and smb copies) the throughput hits: on-prem to azure: 80Mbps azure to on-prem: 150Mbps The issue is when SQL trying to replicate. The sql01 is my primary, so it is the one who replicate data to secondaries (sql02 and sql03) Throughput replication from sql01 to sql02 it's around 2.5Mbps (lan connection) Throughput replication from sql01 to sql03 it's around 1Mbps. (which goes through the vpn). Changes made: - Tunnel MTU to 1400 - Disable Anti replay protect I did some captures with packet-capture and I could observe high TCP out-of-order and TCP Previous segment not captured. Hope some one could help me.
... View more