Community Page
- www.tech-recipes.com/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Please completely delte my MySpace Profile with all information. I do understand that this will be permanent...
- Thank you! This was very helpful.
- Opps I didn't see lift chair... "The 'gcc compiler' is installed when one installs 'XcodeTools' (via the 'XcodeTools.mpkg' file) from the installation CD (if...
- Sorry if i am repeating anyone but I know if you have mac 10.4.X then on the install disk you can find a copy of xcode...
- ok
Tech-Recipes
Cookbook of Tech TutorialsXP & 2000 users that use static ip\’s in one office & dhcp in another office | Windows networking | Tech-Recipes
Started by qdideas · 9 months ago
4 years ago
You can download this from their support site.
4 years ago
4 years ago
4 years ago
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.