I am trying to create a IPsec tunnel between 2 Astaro's I have. One is at my house the other is at my office. I have created the tunnels and some traffic works fine. The problem I have is that I cannot access my Exchange server, and I cannot Terminal Service to machines accross the tunnel. I seem to remember having this issue before, and what it ended up being was a TCP MSS setting on one of the tunnel endpoints (it was a Netscreen). fwiw, windows shares seem to work fine over the tunnel. My home end of this tunnel is DSL with PPPoE, the Office end going into a cisco router and through a T1. Any thoughts on this? I have already tried to add a iptables rule on both sides that looks like this:
iptables -I USR_FORWARD 1 -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu
on both ends but to no avail. Is this even the right place to add such a rule? and will it be saved after a reboot?
If anyone out there has had this prolem before, let me know.
Jason
This thread was automatically locked due to age.