View previous topic :: View next topic |
Author |
Message |
copmill n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Final Fantasy/Final_Fantasy_7_-_Sephiroth2.jpg)
Joined: 02 Mar 2006 Posts: 22 Location: York, UK
|
Posted: Fri Jan 08, 2016 1:24 pm Post subject: [Solved] NetworkManager VPN routing problem |
|
|
Hello all,
I'm trying to connect to a SSTP VPN using NetworkManager and networkmanager-sstp. I can connect to the VPN fine but no traffic will flow once the VPN is connected. After the VPN disconnects trafic begins to flow normally.
I believe this is a routing problem but I can't figure out the issue.
Here is the routing table from with the VPN disconnected:
Code: | default via 192.168.0.1 dev enp4s0 proto static metric 1024
192.168.0.0/24 dev enp4s0 proto kernel scope link src 192.168.0.203 metric 1024 |
And here is the routing table with the VPN connected:
Code: | default dev ppp0 proto static scope link metric 50
default via 192.168.0.1 dev enp4s0 proto static metric 1024
192.168.0.0/24 dev enp4s0 proto kernel scope link src 192.168.0.203 metric 1024
192.168.179.11 dev ppp0 proto kernel scope link src 192.168.179.11 metric 50
198.13.123.221 via 192.168.0.1 dev enp4s0 proto static metric 1024 |
My router is 192.168.0.1 and the VPN server is 198.13.123.221
If you want any other information please ask and I will provide it.
copmill
Last edited by copmill on Sat Jan 09, 2016 2:55 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
copmill n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Final Fantasy/Final_Fantasy_7_-_Sephiroth2.jpg)
Joined: 02 Mar 2006 Posts: 22 Location: York, UK
|
Posted: Sat Jan 09, 2016 2:54 pm Post subject: |
|
|
Well it looks like the problem was with my VPN provider. Everything is working fine now.
I'm going to mark this as solved.
copmill |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|