On Wed, Mar 08, 2000 at 04:05:32AM -0800, Martin Waller wrote:
> Interesting command, does anyone know what the SunOS equiv' is, I've had a
> look on our Sun machine and can't see it...
>
Just compile it from source on the Sun, it's not a standard command by
any means.
[EMAIL PROTECTED]
--
T
Interesting command, does anyone know what the SunOS equiv' is, I've had a
look on our Sun machine and can't see it...
Martin
-Original Message-
From: Thomas Ribbrock (Design/DEG) [mailto:[EMAIL PROTECTED]]
Sent: 07 March 2000 09:23
To: [EMAIL PROTECTED]
Subject: Re: Try
On Mon, 6 Mar 2000, Paul Crossman wrote:
> I'm trying to perform an IP audit of my local network. I need to find
> out what's being used and what's not so that we can reclaim so
> addresses.
>
> I tried re-writing the tool I had before at my last job, but the ping
> that comes with redhat doesn
On Mon, Mar 06, 2000 at 11:41:47AM -0500, Paul Crossman wrote:
> I'm trying to perform an IP audit of my local network. I need to find
[...]
Maybe you could use "nmap" to do this? I usually something like
nmap -sP x.y.z.1-254
to find out which IPs are in use/which hosts are up.
HTH,
Thomas
-
On Mon, Mar 06, 2000 at 11:41:47AM -0500, Paul Crossman wrote:
> I'm trying to perform an IP audit of my local network. I need to find
> out what's being used and what's not so that we can reclaim so
> addresses.
>
> I tried re-writing the tool I had before at my last job, but the ping
> that co
nmap
Nico
On Mon, 6 Mar 2000, Paul Crossman wrote:
> I'm trying to perform an IP audit of my local network. I need to find
> out what's being used and what's not so that we can reclaim so
> addresses.
>
> I tried re-writing the tool I had before at my last job, but the ping
> that comes wit
I'm trying to perform an IP audit of my local network. I need to find
out what's being used and what's not so that we can reclaim so
addresses.
I tried re-writing the tool I had before at my last job, but the ping
that comes with redhat doesn't work the same way, so my script doesn't
work. I've