Hello, this is my first post here so apologies in advance if there's lack of data or formatting, i'll do my best.
So the issue is the following: I have several Ubuntu servers running on a AWS environment and i have installed one with Open Swan so other users may login into them via VPN (using ssh from their laptops, most of them are Airbooks)
One issue i have noted is that while they are logged via VPN and run a command that has a lot of output (like a
find /), the screen will eventually show:
Code:
Corrupted MAC on input.
Disconnecting: Packet corrupt
And then it will drop the ssh connection. This is not totally preventing them to do their jobs, but it is fairly annoying. As an additional data, i have logged in into the servers through an external/elastic IP instead of the VPN and i'm able to see all the output of all commands (also, the connection/response seems faster at this way).
I have checked a few forums in which they have talked about Checksum Offloading but i'm not sure if it will apply in this case. Please let me know if you need further information to help me on this matter.
Regards