You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you see any responses, then it means their network interface is in promiscuous mode.
What the --dst-mac parameter does here is overwrite the destination MAC address to the bogus value of aa:aa:aa:aa:aa:aa. This is an invalid MAC address, so no machine can receive the ping packets -- unless they are in promiscuous mode.