I just downloaded my ovpn file and connected to htb using:
sudo openvpn myuser.opvn
I have two ISPs and can’t reach any machines while connected via openvpn over either network. Same results on both.
The end of openvpn connection output:
Wed Apr 15 15:04:15 2020 ROUTE_GATEWAY 192.168.1.1/255.255.255.0 IFACE=wlan0 HWADDR=f8:16:54:2d:2a:df
Wed Apr 15 15:04:15 2020 GDG6: remote_host_ipv6=n/a
Wed Apr 15 15:04:15 2020 ROUTE6: default_gateway=UNDEF
Wed Apr 15 15:04:15 2020 TUN/TAP device tun0 opened
Wed Apr 15 15:04:15 2020 TUN/TAP TX queue length set to 100
Wed Apr 15 15:04:15 2020 /sbin/ip link set dev tun0 up mtu 1500
Wed Apr 15 15:04:15 2020 /sbin/ip addr add dev tun0 10.10.14.43/23 broadcast 10.10.15.255
Wed Apr 15 15:04:15 2020 /sbin/ip -6 addr add dead:beef:2::1029/64 dev tun0
Wed Apr 15 15:04:15 2020 /sbin/ip route add 10.10.10.0/24 via 10.10.14.1
Wed Apr 15 15:04:15 2020 add_route_ipv6(dead:beef::/64 → dead:beef:2::1 metric -1) dev tun0
Wed Apr 15 15:04:15 2020 /sbin/ip -6 route add dead:beef::/64 dev tun0
Wed Apr 15 15:04:15 2020 WARNING: this configuration may cache passwords in memory – use the auth-nocache option to prevent this
Wed Apr 15 15:04:15 2020 Initialization Sequence Completed
Truncated results of ifconfig:
tun1: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST>  mtu 1500
inet 10.10.14.43  netmask 255.255.254.0  destination 10.10.14.43
Results of ping seem odd to me, but either way, host unreachable:
ping 10.10.10.148
PING 10.10.10.148 (10.10.10.148) 56(84) bytes of data.
From 10.10.14.1 icmp_seq=1 Destination Host Unreachable
From 10.10.14.1 icmp_seq=2 Destination Host Unreachable
From 10.10.14.1 icmp_seq=3 Destination Host Unreachable
traceroute ends at 10.10.14.1:
traceroute 10.10.10.148
traceroute to 10.10.10.148 (10.10.10.148), 30 hops max, 60 byte packets
1  10.10.14.1 (10.10.14.1)  8.845 ms  8.829 ms  8.822 ms
2  10.10.14.1 (10.10.14.1)  3021.777 ms !H  3021.805 ms !H  3021.804 ms !H
additionally can’t browse to 10.10.10.148 or any other 10.10.10.*
Any help would be much appreciated.