I use VPN to connect to a subnet (192.168.3.0/24) and get the DNS pushed from the VPN server.
It works well however after a period of time, hostnames on the 192.168.3.0/24 subnet no longer resolve.
I've checked /etc/resolv.conf
and it does contain nameserver 192.168.3.1
.
What should I look into to find what more about why this is happening? The client is running Ubuntu 16.04.
Update: When I reload the networking service on the client, the subnet resolves again.