![]() |
|
Welcome to Vista Banter. You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact support. |
|
|||||||
| Networking with Windows Vista Networking issues and questions with Windows Vista. (microsoft.public.windows.vista.networking_sharing) |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
How do I use netsh to establish and change IP addresses automatically? Thanks for your response. -- VistaVirgin Posted via http://www.vistaheads.com |
|
|||
|
On Wed, 14 May 2008 19:27:41 +0100, VistaVirgin
wrote: How do I use netsh to establish and change IP addresses automatically? Thanks for your response. To use a static IP address: netsh interface ip set address connection static ip mask gateway gateway metric For example: netsh interface ip set address "Local Area Connection" static 192.168.0.100 255.255.255.0 192.168.0.254 10 netsh interface ip set address "Wireless Network Connection" static 10.20.30.100 255.0.0.0 10.0.0.1 20 To use a DHCP address: netsh interface ip set address connection dhcp For example: netsh interface ip set address "Local Area Connection" dhcp -- Best Wishes, Steve Winograd, MS-MVP (Windows Networking) Please post any reply as a follow-up message in the news group for everyone to see. I'm sorry, but I don't answer questions addressed directly to me in E-mail or news groups. Microsoft Most Valuable Professional Program http://mvp.support.microsoft.com |