[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] netstat -rN
- Subject: Re: [cobalt-users] netstat -rN
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Wed Jun 20 22:53:36 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> #netstat -rN
> should only show the IPs that I'm using for "destination",
correct?
The -r gives you the kernel routing table! Which includes
all routing.
> What if it shows others - one being a name that I've seen
quite
> frequently in my logs?
> Would those be (and get ready for a cussing string if they
are)
> sniffers?
>
What flags are set?
'!' is the reject flag.
So, those IP's are rejected.
Gerald