Microsoft
Software
Hardware
Network
Question : Change default gateway with a script
Hi everyone,
I have a Windows 2003 network with 75 XP clients. I want to write a batch file script that I will run as a domain admin remotely against all client PCs to simply change the default gateway address for the "Local Area Connection" only.
I've been trying to write a script using netsh, but the syntax keeps causing me problems.
For example, I would like to change the default gateway from 192.168.1.1 to 192.168.1.5 on the Local Area Connection on all clients. All clients use static addressing.
Thanks for any help you can provide.
Answer : Change default gateway with a script
Correction: psexec \\
cmd /C netsh interface ip set address name="Local Area Connection" gateway=192.168.1.5 gwmetric=0
Random Solutions
NW4.11: Where do I find my current Serial #?
Wireless Connection detected but cant connect.
SORBS - anyone else think this is extortion ?
Reverse DNS woes and Exchange Server
Mac Filtering and no SSID = Secure?
Cannot connect to Internet Automatically in Vista
Internet connection problem
Windows 2003 - Promote and Demote
CentOS JBoss Configuration
Modifying master.cf to route incoming emails to a PHP file