Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: Internet stopped working after killing openvpn (Read 1803 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Internet stopped working after killing openvpn

Title says it all after running:
Code: [Select]
pkill -f openvpn
my internet stopped working even after reboot. Also there is no output when running
Code: [Select]
ip route show
Any help would be greatly appreciated.

 

Re: Internet stopped working after killing openvpn

Reply #1
Please, post some more info. Wireless or wired? Are you on static networking or using a helper like networkmanager or connman? Also, post the output of rc-status --all.

Re: Internet stopped working after killing openvpn

Reply #2
umm - you killed your vpn, what do you expect to happen?


Re: Internet stopped working after killing openvpn

Reply #4
Please, post some more info. Wireless or wired? Are you on static networking or using a helper like networkmanager or connman? Also, post the output of rc-status --all.
Wired connection with NetworkManager. I don't have rc-status as i am on runit not openrc.

Re: Internet stopped working after killing openvpn

Reply #5
to have network access without vpn :D


but that is not going to happen since the VPN took over the networking and created a tunnel and then was hard killed.



Re: Internet stopped working after killing openvpn

Reply #8
I have resolved the issue. When i killed the vpn the dns addresses remained unreverted in /etc/resolv.conf. I simply changed it back to my dns and the issue was resolved.