Apr 15
|
Just in case anyone else has the same problem – I found the fix.
I had to set the MTU of the listening interface (eth0 in my case) to 1400 (it was set to 1500) on my linux server.
ifconfig eth0 mtu 1400
|
Just in case anyone else has the same problem – I found the fix. I had to set the MTU of the listening interface (eth0 in my case) to 1400 (it was set to 1500) on my linux server.
|
Recent Comments