Thursday, January 14, 2010

Setting IP addresses from the command line

netsh interface ip set address name="Local Area Connection" static 192.168.0.100 255.255.255.0 192.168.0.1 1

2 comments:

David said...

Does this update the device automatically or does it only apply the new address upon restarting the it?

Elizabeth Greene said...

It takes effect immediately.