On 08/22/18 23:59, Patrick O'Callaghan wrote:
> This is the routing table with the VPN enabled (the virbr stuff is from
> a VM, not relevant here):


I've never been a fan of the "route" command.

How about the output of "netstat -rn" instead?  In my case...

No VPN

[egreshko@meimei ~]$ netstat -rn
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
0.0.0.0         192.168.1.1     0.0.0.0         UG        0 0          0 enp2s0
0.0.0.0         192.168.2.5     0.0.0.0         UG        0 0          0 
wlp0s29u1u2
192.168.1.0     0.0.0.0         255.255.255.0   U         0 0          0 enp2s0
192.168.2.0     0.0.0.0         255.255.255.0   U         0 0          0 
wlp0s29u1u2

VPN

[egreshko@meimei ~]$ netstat -rn
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
0.0.0.0         25.0.8.1        0.0.0.0         UG        0 0          0 tun0
0.0.0.0         192.168.1.1     0.0.0.0         UG        0 0          0 enp2s0
0.0.0.0         192.168.2.5     0.0.0.0         UG        0 0          0 
wlp0s29u1u2
25.0.8.0        0.0.0.0         255.255.255.0   U         0 0          0 tun0
104.244.157.160 192.168.1.1     255.255.255.255 UGH       0 0          0 enp2s0
192.168.1.0     0.0.0.0         255.255.255.0   U         0 0          0 enp2s0
192.168.1.1     0.0.0.0         255.255.255.255 UH        0 0          0 enp2s0
192.168.2.0     0.0.0.0         255.255.255.0   U         0 0          0 
wlp0s29u1u2

-- 
Conjecture is just a conclusion based on incomplete information. It isn't a 
fact.

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/VVQDQIF26HZPI2C3ZCGNNYQY6NMLEXAF/

Reply via email to