networkswitcher
Info
Console application to perform quick changes to your network configuration. Input can either be by preconfigured XML files or command line. I got the idea from an ex-colleague of mine who wrote a "dirty" :-) python script, and as I don't really use true scripting languages I thought I would create my own.
Use the Example.xml profile file in the download as a guide on how to configure the attributes, it is very straightforward. You must also configure the DefaultDevice.xml file to include your default network device, this is then used when setting values without supplying the -d parameter.
Features
- Console
- Sets IP Address
- Sets Netmask
- Sets Gateway
- Sets DNS
Example Usage
networkswitcher -p Work.xml
networkswitcher -i 192.168.0.100 -n 255.255.255.0 -g 192.168.0.254 -d 192.168.0.251
Requirements
- Windows 2000, Windows XP, Windows 2003 Server (Might work on others?)
- Microsoft .NET Framework v3.5
