I am trying to send ping, but using with a source Ip. Tried this,
ping example.org -i 88.65.48.77
It pings without any errors, but I am confused. In the manual, it says -S is a source operator. But if I use -S 88.65.48.77, I get a Ping Transmit failed. General Error.
So what is the correct way to do that ?
-S
flag is to send the pings from a specific NIC. – Shaniceshanie