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

asked
User Mpaton
by
8.9k 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.

answered
User Jeromy French
by
6.8k points

No related questions found