Hello All!
AS is setup on UBUNTU and client is on WINDOWS XP.
The HOST DHCP options are pushed successfully to the client, they show up on the TAP-WIN32 yet the client does not use them, it uses its own DNS entries.
Please assist in resolving.
Many thanks in advance.
Unable to use HOST DNS on CLIENT
- janjust
- Forum Team
- Posts: 2703
- Joined: Fri Aug 20, 2010 2:57 pm
- Location: Amsterdam
- Contact:
Re: Unable to use HOST DNS on CLIENT
try adding
to the client config - this is not an OpenVPN issue but a Windows issue where it does not pick up the new DNS settings until you do a
Code: Select all
register-dns
Code: Select all
net stop dnscache
net start dnscache