On Fri, 14 Jun 2002 15:10:27 -0700, David wrote:

>; I think this blocks all incoming traffic (can someone please verify?)
># iptables -A INPUT -I eth1 -p tcp --syn -j DROP

Not all traffic - just tcp packets on the eth1 interface requesting a
connection (--syn)

I suggest you have a look at the Linux Documentation Project site
(www.tldp.org) and browse through the HOW-TO articles. There are several
that are pertinent to your enquiry! And don't forget the netfilter site at
http://netfilter.samba.org/ also has good docs and HOW-TOs. Good luck!



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to