ping -t 10.3.9.42
To ping the server at 10.3.9.42 you have to:
For Windows XP:
Open the start menu, click on "Run..." then type cmd then press enter or
click OK.
For Windows Vista:
Open the start menu, and type cmd then press enter.
This will send a very small file to the server (ping), and then it sends it back 4 times (pong). After this process it will show you how long it took to receive the data, how many of them timed out, the average time, and the highest and lowest time.
DNS is the domain name system for short .DNS is a system that maps a name to an address . Ip address for Gmail.com is 173.194.36.86 .
The purpose of the command is to send a ping request to the IP address 127.0.0.1. The IP should respond with a "pong" if it accessible. As the address 127.0.0.1 is the originator of the ping request, it should always respond unless something is wrong with the TCP/IP stack.
Answer:Most operating systems support the NSLOOKUP command. Use the following example to perform the address-to-name translation:nslookup 127.0.0.1If the system is properly registered in the global Domain Name System (DNS), a name will be provided in response to your query.AnswerIn addition to the above, the "host" command is also now supported on most Linux distrubutions. In fact, on most Linux distros the 'nslookup' command is considered to be deprecated.host 192.168.2.5
that i believe is an ip address. type it in the top of your browser or ping it in cmd cmd type ping (webaddress or ip)
If you're truly experiencing a DNS issue, your system will not be able to resolve host names (google.com) into IP addresses (74.125.225.78) which is what your computer really uses to communicate. A simple test to verify that this is the case is to go to your terminal and ping a host name and then try to ping an ip address (on the internet). If you're able to ping the IP address and not the FQDN then you've got yourself a DNS issue because your DNS provider is not translating that name to an IP. I suggest using either Google DNS or OpenDNS, both of which are offered free of charge. Here's the original answer by Ashlee: go into your operating system command prompt and attempt to do a nslookup for a domain such as Google it should return a ip address if it does not it is most likely a dns issue to check for network issues use the ping command to ping a website and trace route command to trace the route to the ip address
ping with ip address. ex: ping 124.123.97.47
The ping command is to check that an IP address is reachable. the ping command is used to know the active networks and ip address in the network. it also used to self check the address when there is connection trouble with other system. internet control message protocol is used by the ping.
open a command prompt and ping the web address. If it is a valid address, it will return the ip.
To ping a host 1,000 times, you can use the command line in your operating system. On Windows, open Command Prompt and type ping -n 1000 [hostname or IP address], replacing [hostname or IP address] with the target you want to ping. On Linux or macOS, use the command ping -c 1000 [hostname or IP address]. This will send 1,000 echo requests to the specified host.
From the command line prompt, type "PING 127.0.0.1" (current IP address) and press ENTER
On windows: 1. Click Run 2. Type "cmd.exe" 3. Type "ping notdoppler.com" in the command line 4. Copy the IP address from the list On Mac 1. In spotlight, search for "Terminal", then open it 2. Type "ping notdoppler.com" in the command line 3. Copy the IP address from the list
TCP/IP can be verified as installed and operating by using the 'ping' command against the localhost address: ping 127.0.0.1 or ping localhost
Run the command "ping yahoo.com" and it should show you.
Such a host cannot exist. That's an invalid IP address, which is probably the error you're getting when you try to ping it.
DNS is the domain name system for short .DNS is a system that maps a name to an address . Ip address for Gmail.com is 173.194.36.86 .
The purpose of the command is to send a ping request to the IP address 127.0.0.1. The IP should respond with a "pong" if it accessible. As the address 127.0.0.1 is the originator of the ping request, it should always respond unless something is wrong with the TCP/IP stack.
Open a command window and type the following command: ping world1.runescape.com