On Mon, Feb 07, 2000 at 06:09:54PM -0300, Martin A. Marques wrote:
> I need to log the trafic that comes in throught he ports 80 and 7500
> (and others in the future). How is this done? I can't use TCPdump,
> because it puts the eth0 in promiscous mode, and I would have
> problems with the net admins here.

I'd be surprised if there isn't a better way to do this (maybe search
freshmeat.net or filewatcher.org), but using ipchains would work:

 ipchains -A input -l -p tcp -s $REMOTENET -d $LOCALNET 80 -j ACCEPT


Speaking of this, does anyone know how to force ipchains to log
somewhere other than message log?

-- 
Hal B
[EMAIL PROTECTED]
--


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to