answersLogoWhite

0

How do you ping in MAC?

Updated: 10/3/2023
User Avatar

Wiki User

14y ago

Best Answer

Generally no.

But if that mac address is currently contacting you, you can usually do a NETSTAT-A and see the mac address translation for each ip address. Then you'll know which IP address to ping.

If you have access to the router (Cisco) that routes for the computer's local

network, then look in the arp table to find the MAC address:

Command > sh arp | inc mac address [0000.0000.0000]

Return will be > : internet 198.25.15.2 5 0000.0000.0000 ARPA FastEthernet0/0 or

whatever the ip address is and the mac address.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

Open the "Terminal" application (use spotlight to find it, its in the Utilities folder I believe). From the terminal window, just use the "ping" command.

example:

ping Google.com

-or-

ping 192.168.0.1

Note, that unlike windows, a ping in Linux or OS X will continue until you tell it to stop. To get it to stop use the "Cntrl + C" which will end the command.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you ping in MAC?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How can you reduce ping on mac a way that will actually work?

A Ping times a connection on a network so there is nothing you can do on a Mac other than analyse the connections to see where delays may be occurring.


How do you ping in Mac os X?

Open the Terminal application in the Utilities folder. Enter man ping for full pinging instructions.


How do you find out the ping of a webpage?

Click on the Start Button in the lower left corner. Go to "All Programs", then to "Accessories" then to "CommandPrompt" Type "ping and then the web sites name i.e widgets.com. Your command should look like this. "ping widgets.com." The MAC address will come back to you.


How do you ping in Gmail?

im not sure on a mac.. but if you're running WINDOWS, click on "start" then "run" and then type in "cmd" and then press enter Command Prompt should come up (a black box) type in ping.. you can ping websites or ip addresses!


How tall is Ping Ping He?

Ping Ha is 165 cm.


How do you find the Mac address on a computer?

On Windows you can enter the command inetconfig /all On Linux it's ifconfig -a Or if it's another machine on the same subnet as your computer (that piece is important) then you can ping it and then run arp -a. That will show you resolved MAC addresses in cache.


What is a basic internet request that lets you verify that a particular internet address exists and can accept request?

'ping' works on Windows, Mac and Linux:Open a console/command window and type for example "ping google.com" (without the quotes), and you get either a timeout or a message saying how long it took to get a response.


When was Pai Ping-ping born?

Pai Ping-ping was born on 1955-05-17.


When was Ping Ping He born?

Ping Ping He was born on July 13, 1988, in Ulanqab, Inner Mongolia, China.


When did Ping Ping He die?

Ping Ping He died on March 13, 2010, in Rome, Lazio, Italy of heart complications.


What does the initials PING stand for?

PING does not originally stand for anything, as a ping is named after the SONAR term for ping. However, some people now refer to PING as Packet InterNet Groper.


Trace Mac address on a network?

Assuming you use Windows, open a command window. Do a PING to a certain IP address. Then use the command:arp -ato see the ARP table - the one that maps IP addresses to MAC addresses.If the other computer is on another network or subnet, you won't get its MAC address, but the MAC address of the router or proxy server - i.e., the next-hop-address. However, that is all you need to communicate to a remote computer.