I'm having some trouble with internal dns resolution when using the vpn connection
The configuration on the router is as follows
configure set vpn ipsec ipsec-interfaces interface eth1.2 set vpn ipsec nat-networks allowed-network 192.168.0.0/16 set vpn ipsec nat-traversal enable set vpn l2tp remote-access authentication mode local set vpn l2tp remote-access authentication local-users username ****user**** password ****pass**** set vpn l2tp remote-access client-ip-pool start 192.168.0.80 set vpn l2tp remote-access client-ip-pool stop 192.168.0.89 set vpn l2tp remote-access dns-servers server-1 192.168.0.1 set vpn l2tp remote-access dns-servers server-2 192.168.0.3 set vpn l2tp remote-access ipsec-settings authentication mode pre-shared-secret set vpn l2tp remote-access ipsec-settings authentication pre-shared-secret ****secret**** set vpn l2tp remote-access ipsec-settings ike-lifetime 3600 set vpn l2tp remote-access dhcp-interface eth1.2 commit save
eth1.2 is my google fiber connection
I am able to connect successfully and can ping all of my internal IP's. I have a dns server setup on 192.168.0.1 and 192.168.0.3 is setup as a slave to the .1.
My devices don't seem to honor the dns-server settings. I am able to manually assign the dns server for the vpn connection on Galaxy S7 edge and then dns resolution works as expected. However, on my chrombook there is no options to set dns for the vpn connections.
Any suggestions would be welcome