|
Question : Ping through various gateways
|
|
I have a network with a number of gateways to the Internet. I want to easily check to see that the connectivity to the internet is available through these gateways. Could an expert tell me whether there is a command that routes a ping request or a tracert through the various gateways, without having to change the gateway of my machine
|
Answer : Ping through various gateways
|
|
Use this command from the command prompt: pathping yahoo.com -i 192.168.1.254 (where yahoo.com can be replaced by other domain/ip address as your destination, then use the "-i" switch, then enter the source ip address/gateway you'd like to test).
|
|
|