Guys,
I currently on the last hours of a client install. I have two Untangles (u25 and u150) with an ipsec tunnel between them.
Things seemed to be working fine... I can ping/ssh from either side. However, if I do anything which outputs more than a bit of data (for example, "cat /etc/passwd", the ssh session freezes.
I found evidence that a MTU setting could be responsible. On the remote server I was doing that cat on, it was set to 1500. On my local laptop I was ssh'ing from, it was also set to 1500.
Dropping it to 1280 MTU on my laptop fixed the issue, but JUST for my laptop. All other hosts on the local network are not communicating because of this.
How can I fix the issue for everyone?
I'm running out of time...
Thanks in advance.