Hi,
I'm trying to run the following Netsh command on a VPN connection;
"Netsh interface ip set dns name=OfficeVPN register=both"
according to ipconfig /all the interface is called 'OfficeVPN', but the
Netsh command error with "Invalid interface OfficeVPN specified". Is it
possible to run this command on a VPN connection? Or will it only run on
ethernet nics?
Also according to this link,
http://www.microsoft.com/resources/d....mspx?mfr=true
the WinXP command to register the DNS connection should be:
"Netsh interface ip set dns name=OfficeVPN ddns=enabled"
However my XP (SP2) says command ddns=enabled is invalid, and I have to use
register=both. Is the MS documentation incorrect?
Ben