Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Sep 1996 08:24:09 -0700
From:      David Greenman <dg@root.com>
To:        Christoph Kukulies <kuku@gilberto.physik.rwth-aachen.de>
Cc:        freebsd-questions@freefall.FreeBSD.org
Subject:   Re: catching a ping 
Message-ID:  <199609051524.IAA04413@root.com>
In-Reply-To: Your message of "Thu, 05 Sep 1996 17:17:44 %2B0200." <199609051517.RAA17829@gilberto.physik.rwth-aachen.de> 

next in thread | previous in thread | raw e-mail | index | archive | help
>Is there a way to test if some host is pinging me in intervals?
>I tried systat -netstat and did a ping -c 1 <host> and the
>connection didn't show up (would port 7 be used in that case)

   Ping uses ICMP echo requests, so I don't know what you mean by "port 7".
You could use netstat -s and look at the ICMP echo requests/replies stat.

-DG

David Greenman
Core-team/Principal Architect, The FreeBSD Project



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609051524.IAA04413>