Thursday, March 17, 2005

How to switch between 2 network configurations

Xbox-Scene Tutorial: How to switch between 2 network configurations

WinXP provides netsh utility to do this basic task by taking a snapshot of current configuration to restore later.


netsh -c interface dump > dhcp.txt
netsh -c interface dump > static.txt



netsh -f dhcp.txt
netsh -f static.txt

No comments: