Armbian, OpenVPN connects, but no browsing, ping or DNS resolution.
Hello,
I'm running Armbian on an Orange Pi PC, and have followed the instruction to setup Openvpn for PIA.
When I connect via the Network Manager, it report success, but it's not usable. Browsing, DNS and PING, do not work.
Here's my network config after connecting
I'm running Armbian on an Orange Pi PC, and have followed the instruction to setup Openvpn for PIA.
When I connect via the Network Manager, it report success, but it's not usable. Browsing, DNS and PING, do not work.
Here's my network config after connecting
eth0 Link encap:Ethernet HWaddr xx:xx:xx:xx:xx:xx
inet addr:192.168.0.20 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::7c7d:18ff:fe96:3256/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:5939 errors:0 dropped:0 overruns:0 frame:0
TX packets:2344 errors:2 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4422825 (4.4 MB) TX bytes:266632 (266.6 KB)
Interrupt:114
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:14 errors:0 dropped:0 overruns:0 frame:0
TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:802 (802.0
TX bytes:802 (802.0
tun0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:10.9.10.6 P-t-P:10.9.10.5 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:118650 errors:0 dropped:116221 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0
TX bytes:176124699 (176.1 MB)
ip route default via 10.9.10.5 dev tun0 proto static metric 50 default via 192.168.0.1 dev eth0 proto static metric 100 10.9.10.1 via 10.9.10.5 dev tun0 proto static metric 50 10.9.10.5 dev tun0 proto kernel scope link src 10.9.10.6 metric 50 169.254.0.0/16 dev eth0 scope link metric 1000
When I disconnect, connectivity returns.
I'm not sure how to proceed.
Any advice?
I'm not sure how to proceed.
Any advice?
Comments
contents of resolv.conf part of "network configuration" .. also iptables rules. interface list and route table shown already looks good.
You have a default route to 192.168.0.1 as one would expect for a home setup:
However, there is no route for 192.168.0.0/24 in that routing table, but instead an IPv4 autoconfigured:
Therefore for this machine shouldn't have network access at all, and in turn that means OpenVPN have no way to send its packets to PIA.
Can you give us the logs NetworkManager produced, as it's likely that OpenVPN itself printed some errors?
Can you paste us the output of "ip ro" both before connecting and while connected to the VPN so we can compare the two?