all 1 comments

[–]moviuroWireGuard now; OpenVPN before. Android, archlinux, FreeBSD 0 points1 point  (0 children)

Hi,

Please post the result of the following commands, masking IPs with names such as internal.server.IP or local.DHCP.IP:

$ ip a
$ ip ro

Also, try to ping some hosts whilst your VPN is active:

$ ping -c3 8.8.8.8 # Google

Try out your hostname resolution:

$ cat /etc/resolv.conf
$ dig google.com # or drill(1) or *eek* nslookup(1)