-
Website
http://www.tech-recipes.com/ -
Original page
http://www.tech-recipes.com/rx/432/xp-2000-users-that-use-static-ips-in-one-office-dhcp-in-another-office/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
davak
83 comments · 1 points
-
Web Design
3 comments · 1 points
-
danishbacker
9 comments · 1 points
-
flexinfo
11 comments · 1 points
-
Tonychelle
4 comments · 1 points
-
-
Popular Threads
-
Facebook: How To Get Only Status Updates on Your FB Home Page
1 week ago · 4 comments
-
Firefox: Enable Case Sensitive Searches When Using Find (Ctrl+F)
5 days ago · 1 comment
-
Windows 7: How To Disable Live Preview for Taskbar Thumbnails
2 weeks ago · 2 comments
-
Gmail: How to block a sender from your inbox
3 weeks ago · 3 comments
-
Our first iPhone game GreenThumb available in the App Store
3 weeks ago · 2 comments
-
Facebook: How To Get Only Status Updates on Your FB Home Page
You can download this from their support site.
netsh interface ip add dns "local area connection" 172.16.0.1
netsh interface ip add dns "local area connection" 172.16.0.2
It will add each additional dns entry behind the other two. To change that you can specify where you want the dns entry to be placed with the index option. So if you typed in:
netsh interface ip add dns "local area connection" 172.16.0.3 index=1
Your dns entries would look like:
172.16.0.3
172.16.0.1
172.16.0.2
Hope that helps.
Does anyone know how to use the netsh command to change a dhcp address to a static address on a remote computer? I have tried the netsh -r <computername> int ip set address "local area connection" static 172.16.0.100 255.255.255.0 172.16.0.1, but it returns
The following command was not found: int ip set address "local area connection" static 172.16.0.100 255.255.255.0 172.16.0.1.