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  
 
programming4us programming4us