1
Virtual private networks / Re: Routing Internet over IPSec tunnel, certain sites failing
« on: July 17, 2023, 07:26:33 pm »
UPDATE:
Looks like the issue boiled down to MTU and MSS size. After doing some digging I found that duplicate ACKs are usually caused by MTU issues. So I hard coded my tunnel interface MTU to 1400 and MSS to 1360 and all of the sites which were broken are working. I have to do some more testing but I believe this solved it.
Looks like the issue boiled down to MTU and MSS size. After doing some digging I found that duplicate ACKs are usually caused by MTU issues. So I hard coded my tunnel interface MTU to 1400 and MSS to 1360 and all of the sites which were broken are working. I have to do some more testing but I believe this solved it.