June 10, 201412 yr I have OpenVPN client setup so that is constantly connected and re-connect in case it drops. I have also got my default route set so to eth0: so only apps binding with tun0: (the vpn interface) will use it, and any other traffic won't. It works quite well, but I have noticed that I cannot connect to Plex from outside my home network anymore, I suspect I have broken the routing but my knowledge in that domain is severely limited. Here is my routing table: root@Tower:~# route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface default router.asus.com 128.0.0.0 UG 0 0 0 eth0 default 10.10.10.133 0.0.0.0 UG 0 0 0 tun0 10.10.10.1 10.10.10.133 255.255.255.255 UGH 0 0 0 tun0 10.10.10.133 * 255.255.255.255 UH 0 0 0 tun0 109.201.137.163 router.asus.com 255.255.255.255 UGH 0 0 0 eth0 loopback * 255.0.0.0 U 0 0 0 lo 192.168.1.0 * 255.255.255.0 U 0 0 0 eth0 Can anybody help me understanding what is going on? Many thanks in advance!
Archived
This topic is now archived and is closed to further replies.