Hi,
Yesterday I had a router crash and ended up redoing everything from scratch. It's now up and running as before, except for the OVPN. The OVPN server is running on the router and I can connect to it from a client (phone). However I'm unable to use the internet via the VPN. What I want is to be able to surf on my phone as if I were at home, taking advantage of the adblocking by Diversion. This used to work, but now it doesn't .
Router-config:
Checking the iptables yields:
The OVPN client file contains:
I notice that the server pushes the router's ip address as DNS server (ie 192.168.1.1). I tried to modify the client config file and added the ip address of the OVPN server (ie 192.168.10.1) as DNS server, which made the client have two DNS servers (192.168.1.1 and 192.168.10.1), but still I'm not able to surf.
So, any ideas on what to try next? Thanks in advance!
Yesterday I had a router crash and ended up redoing everything from scratch. It's now up and running as before, except for the OVPN. The OVPN server is running on the router and I can connect to it from a client (phone). However I'm unable to use the internet via the VPN. What I want is to be able to surf on my phone as if I were at home, taking advantage of the adblocking by Diversion. This used to work, but now it doesn't .
Router-config:
Code:
Model:
RT-AC68U
FW:
384.13
Settings:
DoT with DNSFilter = Router
Router ip: 192.168.1.1
OVPN Server ip: 192.168.10.1
Client will use VPN to access = Both
Add-ons:
amtm, Diversion+Pixelserv-TLS, YazFi
Checking the iptables yields:
Code:
---
Chain OVPN (2 references)
target prot opt source destination
ACCEPT all -- anywhere anywhere
---
and
---
-A OVPN -i tun21 -j ACCEPT
---
The OVPN client file contains:
client
dev tun
proto udp
remote XXX.XXX.XXX.XXX 1194
float
ncp-ciphers AES-128-GCM:AES-256-GCM:AES-128-CBC:AES-256-CBC
cipher AES-128-CBC
auth SHA1
compress lz4-v2
keepalive 15 60
auth-user-pass
remote-cert-tls server
dev tun
proto udp
remote XXX.XXX.XXX.XXX 1194
float
ncp-ciphers AES-128-GCM:AES-256-GCM:AES-128-CBC:AES-256-CBC
cipher AES-128-CBC
auth SHA1
compress lz4-v2
keepalive 15 60
auth-user-pass
remote-cert-tls server
I notice that the server pushes the router's ip address as DNS server (ie 192.168.1.1). I tried to modify the client config file and added the ip address of the OVPN server (ie 192.168.10.1) as DNS server, which made the client have two DNS servers (192.168.1.1 and 192.168.10.1), but still I'm not able to surf.
So, any ideas on what to try next? Thanks in advance!