86.9k views
1 vote
Which method is used to send a ping message specifying the source address for the ping?

User Mpaton
by
8.8k points

1 Answer

4 votes

Answer:

In most operating systems, you can specify the source address when sending a ping message using the "-S" option.

For example...

In Windows, the syntax for sending a ping message with a specific source address would look like this...

ping -S <source_ip_address> <destination_ip_address>

Note that the exact options and syntax may change depending on the operating system and version of the ping command being used.

User Jeromy French
by
6.8k points