|
When I ping ping system a from system b; I get an avg of 1.494ms. When I ping system b from system a; I get an avg of .896ms.
I ran a test my pinging once every 10 second for 1.5 hours. I ran this on both machines. I then re-ran the test several times...
Started by sal on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Trip time, but I have seen similar asymmetric ping times in networks where traffic in a given?
Ping is implemented over ICMP , which is an entirely separate traffic type to TCP, and as such carriers are free (and commonly ....
|
|
I tried the following command unsuccessfully
sdiff <(ping www.nato.int) <(ping www.reuters.com)
Is there any way to have a real-time comparison between ping times?
Started by Masi on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
--- www.l.google.com ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 2999ms-real.wa1.b.yahoo.com ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 2999ms rtt min/avgHow....
|
|
Running Ubuntu 9.04. I can ping hosts all day long but when I try to ping a host that doesn't exist, it instead sends pings to 8.15.7.100, which turns in to packet loss, but I'd prefer it if it told me the host cannot be found.
$ ping google.com PING ...
Started by DanInDC on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Their purpose is generally to send a web-browser to a "search" site to make money by displaying... .
Some ISPs configure their DNS servers to hijack DNS responses for non-existent domain names .
You'll need to determine where your system is getting the weird IP .
|
Ask your Facebook Friends
|
I am trying to ping a certain domain (specifically, www.teamindustrialservices.com) but the request times out.
Despite this error, the site loads in both Internet Explorer and FireFox without any issues.
Any idea what could cause this? I can give you ...
Started by Dan J on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
There is no reason to ping ....
If you are trying to use PING to resolve a name, I'd rather use the nslookup command instead.
The ICMP ping.
Www.microsoft.com opens in a browser but doesn't reply to ping due to ICMP blocking.
|
|
I (and a colleague) have just noticed, and tested, that when a Linux machine is pinged, after the last ping it initiates a unicast ARP request to the machine that initiated the ICMP ping. When pinging to a Windows machine, the Windows machine does not...
Started by Rabarberski on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
It could be useful information for tracking down ping....
Presuming you're doing this on your local LAN? Does this situation happen consistently every time you ping the machine answers a ping series or certain number of pings.
|
|
Is there a ping replacement that will display the system's date/time in addition to the round trip time and sequence number? I would prefer a tool that runs on Linux, but if there is a cli tool I can run on Windows that would be good too.
There is a system...
Started by Zoredache on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
You can add timestamps using perl like this:
ping 127.0.0.1 | perl -pe 'BEGIN {use POSIX;} print strftime("%Y-%m-%d %H:%M:%S ", localtime)'
Here's a bash solution :)
$ ping localhost | while read line ; do echo -e "$(date)\t $line" ; done....
|
|
Hi,
I have a strange issue, hosting at Softlayer Washington data center.
Test from an EC2 instance to my server at Softlayer :-
[root@EC2-box ~]# ping -f -c 100 MY-SL-BOX PING MY-SL-BOX (MY-SL-BOX) 56(84) bytes of data. --- MY-SL-BOX ping statistics -...
Started by sajal on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Packettrace
Another idea have you tried doing it while specifying an interval to slow it down a bit
ping) will, if they allow ICMP transit at all, throttle ICMP ping requests/responses to avoid performance (CPU or network) being impaired....
|
|
My house is kind of long-ish, and I need wireless coverage across the whole house. I have 4 roommates, and our rooms are all at opposite ends of the house. The cable modem can't be moved. Running ethernet cables isn't really an option, but many of the...
Started by Bob Aman on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
HeatMapper also provides ....
For the 'time' part of your question:
You may want to do a site survey to find access points.
For the 'money' part of your coverage in remote areas .
I'm quite willing to throw both money and time at the problem.
|
|
Hi I'm not a sysadmin but I have two FC11 boxes that are behaving strangely after the circuit breaker tripped (overload elsewhere - fixed). A can ping B but when B (or any other node on network) pings A I get 'destination host unreachable.
all nodes are...
Started by Ron on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
This ....
Some questions:
Do all the machines in question have ping (in both directions), do valid ARP entries for the destination host appear in the source host's to ping it.
That A can ping B, but B can't ping A is very odd.
|
|
I have Vista Home Premium (x64) machine at home. I have www.google.pl set up as my default search engine in IE8.
Sometimes (since one month or so) when I search for something IE gives me "dns error" message and it cannot find www.goole.pl for 10-15 minutes...
Started by SeeR on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Nslookup and ping -4 "work.
To be from your DSL router then the problem is most likely there .
|