Hi
I'm using my AC68U ( 382.2 beta2) as OpenVPN server. My client (my Android phone) can connect to it, browsing by IP works, but DNS resolutions failed. If i override the DNS on client with public IPs it works but my DNS-traffic leak.
I configured DNS server to enable Web access, and when i'm in local network with wifi, i do not have any problems with DNS.
Here my generated conf :
Do you have any ideas ? Thanks !
I'm using my AC68U ( 382.2 beta2) as OpenVPN server. My client (my Android phone) can connect to it, browsing by IP works, but DNS resolutions failed. If i override the DNS on client with public IPs it works but my DNS-traffic leak.
I configured DNS server to enable Web access, and when i'm in local network with wifi, i do not have any problems with DNS.
Here my generated conf :
Code:
# Automatically generated configuration
daemon ovpn-server1
topology subnet
server 10.8.0.0 255.255.255.0
proto udp
port 443
dev tun21
ncp-ciphers AES-128-GCM:AES-256-GCM:AES-128-CBC:AES-256-CBC
cipher AES-128-CBC
comp-lzo adaptive
keepalive 15 60
verb 3
push "route 192.168.1.0 255.255.255.0 vpn_gateway 500"
duplicate-cn
push "dhcp-option DNS 192.168.1.1"
push "redirect-gateway def1"
tls-auth static.key 1
plugin /usr/lib/openvpn-plugin-auth-pam.so openvpn
ca ca.crt
dh dh.pem
cert server.crt
key server.key
status-version 2
status status 5
# Custom Configuration
Do you have any ideas ? Thanks !