Skip to main content
1 vote
Accepted

Why does X11 break inside Docker container when the container connects to VPN?

The solution is to use vpn-slice inside the docker container when connecting to VPN: openconnect -b -v --protocol=anyconnect \ # some cert files, key files, etc... whatever you normally use ...
stapmoshun's user avatar
1 vote

WIndows + Openconnect, cannot browse internet

I found out how to enable "split tunnel" with OpenConnect. Take the default script vpnc-script-win.js, it is inside c:\Programs\OpenConnect folder; find where the environment "env" ...
luca.vercelli's user avatar
1 vote
Accepted

TCP handshake failed after forward LAN connection through VPN

A common issue with routed VPNs is MTU. Your tun0 interface has a lower MTU (below the normal 1500) due to VPN encapsulation, and locally initiated connections know this and adjust the advertised TCP ...
grawity_u1686's user avatar

Only top scored, non community-wiki answers of a minimum length are eligible