iptables: -p all AND --dport xx (is it possible)
From: Alan :) (alan_at_esu.edu)
Date: 04/26/05
- Previous message: Mark Weaver: "Strange NFS problem"
- Next in thread: Rick Stevens: "Re: iptables: -p all AND --dport xx (is it possible)"
- Reply: Rick Stevens: "Re: iptables: -p all AND --dport xx (is it possible)"
- Reply: David Cary Hart: "Re: iptables: -p all AND --dport xx (is it possible)"
- Reply: David Becker: "Re: iptables: -p all AND --dport xx (is it possible)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 25 Apr 2005 20:17:49 -0400 (EDT) To: For users of Fedora Core releases <fedora-list@redhat.com>
The following rule can't be applied
iptables -A INPUT -p all --dport 80 -j DROP
the above fails stating that --dport is not recognized.
I'm trying to drop all traffic to port 80. If I provide a specific protocol it works. For example: iptables -A INPUT -p tcp --dport 80 -j DROP
any ideas?
-- Alan Angulo
Systems Administrator
Academic Computing
East Stroudsburg University
e-mail: alan@esu.edu
Tel: (570) 422-3783
-- fedora-list mailing list fedora-list@redhat.com To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
- Previous message: Mark Weaver: "Strange NFS problem"
- Next in thread: Rick Stevens: "Re: iptables: -p all AND --dport xx (is it possible)"
- Reply: Rick Stevens: "Re: iptables: -p all AND --dport xx (is it possible)"
- Reply: David Cary Hart: "Re: iptables: -p all AND --dport xx (is it possible)"
- Reply: David Becker: "Re: iptables: -p all AND --dport xx (is it possible)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]