You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.
Hi, I had some connection issues with this where some websites would get stuck loading and found the problem was due to the network interface in the container that takes the VPN traffic was setup with an MTU of 1400. To mitigate it I updated the mtu of the docker0 interface on the host to 1400 with the following command.
$ sudo ip link set dev docker0 mtu 1400
It looks like there's an environmental variable used in vpnc-script called INTERNAL_IP4_MTU that needs setting before it is run.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I had some connection issues with this where some websites would get stuck loading and found the problem was due to the network interface in the container that takes the VPN traffic was setup with an MTU of 1400. To mitigate it I updated the mtu of the docker0 interface on the host to 1400 with the following command.
It looks like there's an environmental variable used in vpnc-script called INTERNAL_IP4_MTU that needs setting before it is run.
The text was updated successfully, but these errors were encountered: