2013/1/20 Martin Stenberg <mar...@xinxidi.net>:

> What happens if you ping debian.org or 8.8.8.8 directly from your
> terminal?
>
>     ping -qnc1 -w2 8.8.8.8; echo $?
>

Here you are:

marcelo@marcelo:~$ ping -qnc1 -w2 8.8.8.8; echo $?
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.

--- 8.8.8.8 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 33.883/33.883/33.883/0.000 ms
0
marcelo@marcelo:~$ ping -qnc1 -w2 8.8.8.8; echo $
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.

--- 8.8.8.8 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 30.979/30.979/30.979/0.000 ms
$
marcelo@marcelo:~$ ping -qnc1 -w2 debian.org; echo $?
PING debian.org (128.31.0.51) 56(84) bytes of data.

--- debian.org ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 603.109/603.109/603.109/0.000 ms
0
marcelo@marcelo:~$ ping -qnc1 -w2 debian.org; echo $
PING debian.org (128.31.0.51) 56(84) bytes of data.

--- debian.org ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 138.415/138.415/138.415/0.000 ms
$
marcelo@marcelo:~$





-- 
  O__   --- Marcelo Luiz de Laia                  Rodovia MGT 367, Km 583
 c/   /' _ -- Dep. de Engenharia Florestal      nÂș 5000, Alto da Jacuba
(*)   \ (*) - UFVJM, Diamantina, MG, Brasil  Ph: (+55) 38 9985-5078
~~~~~~- (www.ufvjm.edu.br/floresta)           FAX: (+55) 38 3532-1200
^^^^^^^^^^- Linux user number 487797          CEP: 39.100-000 - Brazil

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
msmtp-users mailing list
msmtp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/msmtp-users

Reply via email to