On Mon, Sep 16, 2002 at 04:19:44PM +0530, Siva shanmugam wrote:
>How to find whether a host is transmitting data on 2002/udp or 
>not.

tcpdump -n proto \\udp and port 2002

>Is it is possible to have a report on last 48 hr. I mean is there 
>any
>log file.

Not for last 48 hours, but from now onwards:

ipchains -I input -p udp --dport 2002 -j REJECT -l
ipchains -I input -p udp --sport 2002 -j REJECT -l

orrr

what will be the iptables command for the same thing

regards

Mnau




-------------------------------------------------------
Sponsored by: AMD - Your access to the experts on Hammer Technology! 
Open Source & Linux Developers, register now for the AMD Developer 
Symposium. Code: EX8664 http://www.developwithamd.com/developerlab
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to