[61753] in North American Network Operators' Group
Re: Distributed sniffer products
daemon@ATHENA.MIT.EDU (Greg Maxwell)
Thu Sep 4 10:55:05 2003
Date: Thu, 4 Sep 2003 10:43:11 -0400 (EDT)
From: Greg Maxwell <gmaxwell@martin.fl.us>
To: <ler@lerctr.org>
Cc: <nanog@merit.edu>
In-Reply-To: <Pine.GSO.4.33.0309040914260.9626-100000@da1server>
Errors-To: owner-nanog-outgoing@merit.edu
> Does anyone have a *GOOD* screenrc example config? I was VERY confused by
> the info file.
> (OT, I know, but...)
Here is one we find useful for monitoring the behavior of a firewall:
split
split
screen -t desktop 0 tcpdump -ni desktop not port 22
focus
screen -t external 1 tcpdump -ni external not port 22
focus
screen -t server 2 tcpdump -ni server not port 22