I can't connect to the internet after I connected to the vpn server #887
Unanswered
gabrielbalinca
asked this question in
Help
Replies: 1 comment 1 reply
-
Could you post the solution? I have a similar problem using Ubuntu |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi !
As the title say's the vpn client can't no longer connect to the internet after it connects to the vpn server.
The setup :
Server VM :
OS : Debian 10 Buster
Docker Version : 20.10.6
Container : ubuntu 20.04
I build the contaner with this command :
docker run -it -d -p 1194:1194/udp --name sovpn --cap-add=NET_ADMIN ubuntu /bin/bash
In the container I run these commands :
apt update -y
apt install -y curl iproute2
cd /dev
mkdir net
mknod net/tun c 10 200
chmod 0666 net/tun
curl -O https://raw.githubusercontent.com/angristan/openvpn-install/master/openvpn-install.sh
chmod +x openvpn-install.sh
./openvpn-install.sh
Client VM :
OS: Windows 10
Both VMs are on the same machine. Any idea why client vm lose's it's internet connection after the connection it's established ?
EDIT : I found the issue, this thread can be removed.
Beta Was this translation helpful? Give feedback.
All reactions