@ze
PSA addendum:
The MTU value is easy to find in linux. Simply open a terminal and run the command:
ping -M do -s 1500 9.9.9.9
and if you get this message:
"ping: local error: message too long, mtu=1500"
then decrement the value by 5 each time until you get it passing.