Hi,

I need to be able to determine the default gateway of our users using kixtart. With the default gateway, I can use if/else to install the program from the local server. We have many location and I want to use the script to install a program from the local server by checking the default gateway. For example if the gateway is 10.1.1.1 then install the program from the 10.1.1.21 server and if the gateway is 10.1.2.1 then install the program from 10.1.2.21.

Thanks,

Ryan