Windows IT Pro is the authoritative and independent resource for windows nt, windows 2000, windows 2003, windows xp. Features a collection of resources and magazines for windows IT professionals.
  
  
  Advanced Search 


November 2007

Use Netsh to Easily Change IP Addresses

RSS
Subscribe to Windows IT Pro | See More Tips Articles Here | Reprints | Or get the Monthly Online Pass—only $5.95 a month!

Starting in Windows 2000, Microsoft has provided a powerful utility, Netsh, that lets you display and modify the network configuration of Windows computers. You can use Netsh at the command line or in a batch file. Here's an example of how you can create a batch file that changes the IP address of the local machine.


In my environment, we don’t use DHCP in all locations. In most cases, we use static IP addresses. Using static IP addresses usually doesn’t present any problems because we rarely move desktops between locations. However, the people who use laptops usually visit multiple locations. At each location, they’ve been assigned a separate IP address. Each time they change location, they look up the appropriate network settings in a .txt file, then manually change those settings. This occasionally creates problems because they have to remember the correct steps to change their network settings and sometimes they mistakenly enter wrong numbers.

I recently devised a better solution. For each location, I created a simple batch file that the laptop users can run. Whenever they want to change their IP settings, all they have to do is execute the appropriate batch file.

The batch file uses the Netsh utility and contains only three commands. The first command

Netsh interface ip set address name=”local area connection”
source=static addr=static_ip_ address
mask=subnet_mask gateway=gateway_ip 1

changes the TCP/IP interface. The first parameter sets the interface’s name. The name in this parameter needs to match the name specified in the interface’s Network Connection Properties page. Although local area connection is typically the name for the first interface, it might be different on your laptop, so you should check the properties page. Note that when a name includes embedded spaces, you need to enclose the name in quotes.

The second and third parameters set the location’s static IP address and the subnet mask for that IP address, respectively. In these parameters, you need to replace static_ip_address and subnet_mask with your static IP address and subnet mask.

The last parameter configures the default gateway. You need to replace gateway_ip with the IP address of your default gateway. The 1 at the end specifies the metric for the default gateway. Typically, a metric of 1 is configured on all installed network adapters.

The second command in the batch file is

netsh interface ip
set dns name=”local area connection”
source=static addr=primary_dns_ip

This command configures the settings for the primary DNS server, so you need to replace primary_dns_ip with the IP address of your primary DNS server.

The last command

netsh interface ip
add dns name=”Local area connection”
addr=secondary_ dns_ip index=2

sets the secondary DNS server’s settings. You need to replace secondary_dns_ip with the IP address your secondary DNS server. The index=2 parameter specifies the position of the specified server, which in this case is 2. If you were to add a third DNS server, you’d include this command again—only this time, you’d specify the third DNS server’s IP address and change the index number to 3.

Although Netsh has been around for a while (Microsoft started including Netsh in Windows 2000), it isn’t the easiest utility to use because it has so many commands and options. You can get help with Netsh by opening cmd.exe and running the command

netsh.exe

after which you’ll get a netsh prompt. If you type a question mark (?) after the prompt, you’ll get a list of available commands and how to get syntax information for them. You can also find Netsh documentation in the “Using Netsh” Web page (www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/netsh.mspx). After you create the batch file, you need to give it an appropriate name and place it on the users’ desktops. Now whenever the users want to change their IP settings, all they have to do is run the batch file.

Note that users must have the necessary rights to their computer to run the batch file. They don’t need to be a local administrator, though. Putting them in their computer’s Network Configuration Operators group is adequate. (For more information about this group and its rights, read the Microsoft article “A Description of the Network Configuration Operators Group” at support.microsoft.com/kb/297938).

End of Article



Reader Comments
I can appreciate the usefulness in your non DHCP environment. Could you come up with a similar solution which would attribute a different IP than the current dynamically associated IP address. We have an application which blocks by IP address after 3 incorrect logons, and getting the machine unblocked is a tiring and time-consuming event. For quickness, I usually either manually reset the IP into the non-DHCP range, or use the IPCONFIG /RELEASE command, attribute the 'bad' IP to another machine, then use IPCONFIG /RENEW. Being able to do this using NETSH would be very nice, if possible.

kerria01 November 10, 2007 (Article Rating: )


You must log on before posting a comment.

If you don't have a username & password, please register now.




Top Viewed ArticlesView all articles
Friday at PASS Europe 2006

Kevin talks about the closing day of the event and shares a funny Microsoft film. ...

Google's Browser Created Out of Fear of Microsoft

A deep fear of Microsoft drove Google to create its own Web browser, the company's cofounders implicitly admitted Tuesday, though each was careful never to mention the software giant by name. Instead, during a press conference, Google's leaders discussed ...

Escape From Yesterworld

Kevin points you to the funniest SQL Server website ever! ...


Related Articles Change IP Settings in a Snap

Netsh Adds Security to IPsec

Netsh Tricks

Quick, Automated AD Setup

Windows OSs Whitepapers Why SaaS is the Right Solution for Log Management

Are You Satisfied?

A Preliminary Look at Deployment Plans for Microsoft Windows Vista

Related Events Check out our list of Free Email Newsletters!

Scripting eBooks Keeping Your Business Safe from Attack: Encryption and Certificate Services

Best Practices for Managing Linux and UNIX Servers

Building an Effective Reporting System

Related Scripting Resources Become a VIP member of the Windows IT Pro community!
Get it all with the VIP CD and VIP access. A $500+ value for only $279!

Subscribe to Windows IT Pro!
Solve your toughest technical problems with our experts and access 10,000 + articles online. 30% off

Monthly Online Pass - Only $5.95!
Get instant access to 10,000+ articles from Windows IT Pro Magazine!

TechNet Virtual Labs
Evaluate and test Microsoft's newest products.

Job Openings in IT


ADS BY GOOGLE SPONSORED LINKS FEATURED LINKS

IT Connections
Dive into the new Microsoft platforms and products you implement and support with the experts from Microsoft, TechNet Magazine, Windows ITPro and industry gurus. There are 70+ sessions and interactive panels with networking opportunities.

Attention User Group Leaders...
Announcing the eNews Generator—a FREE HTML e-newsletter builder for user group leaders. Build your HTML and text e-newsletters in minutes and add Windows IT Pro & SQL Server Mag articles alongside your own message!.

Master SharePoint with 3 eLearning Seminars
Learn how to build a better SharePoint infrastructure and enable powerful collaboration with MVPs Dan Holme and Michael Noel. Register today!

Get SQL Server 2008 at WinConnections
Don’t miss Microsoft Exchange and Windows Connections conferences, the premier events for Microsoft IT Professionals in Las Vegas, November 10-13. Every attendee will receive a copy of SQL Server 2008 Standard Edition with one CAL.



Order Your SQL Fundamentals CD Today!
Learn how to use SQL Server, understand Office integration techniques and dive into the essentials of SQL Express and Visual Basic with this free SQL Fundamentals CD.

Virtualization Congress Oct. 14-16 in London
Don't miss Virtualization Congress, the premiere EMEA conference dedicated to hardware, OS and application virtualization. Oct. 14-16.
Windows IT Pro Home Register FAQ for Windows WinInfo News
Europe Edition About Us Contact Us/Customer Service Media Kit Affiliates / Licensing  
SQL Server Magazine Office & SharePoint Pro Windows Dev Pro IT Job Hound ITTV
IT Library Technical Resources Directory Connected Home Windows Excavator Windows SuperSite 
 
 Windows IT Pro is a Division of Penton Media Inc.
 Copyright © 2008 Penton Media, Inc., All rights reserved. Terms and Use | Privacy Statement | Reprints and Licensing