Linux Netfilter discussions
 help / color / mirror / Atom feed
* iptables UDP problem
@ 2003-02-02  0:11 k n
  2003-02-02 15:57 ` Alexander W. Janssen
  2003-02-03 12:16 ` Maciej Soltysiak
  0 siblings, 2 replies; 3+ messages in thread
From: k n @ 2003-02-02  0:11 UTC (permalink / raw)
  To: netfilter

Hi,

I'm using iptables on RedHat 8 with the rules listed
below. When scanned from outside the TCP port appear
as filtered; however, the UDP port is still open.

$ip0  is my external IP address.

Am I doing something wrong?

-------------
/sbin/iptables -A INPUT -i lo -p all -j ACCEPT
/sbin/iptables -A INPUT  -p tcp -d $ip0 --dport 53  -j
DROP
/sbin/iptables -A INPUT  -p udp -d $ip0 --dport 53  -j DROP

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-02-03 12:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-02  0:11 iptables UDP problem k n
2003-02-02 15:57 ` Alexander W. Janssen
2003-02-03 12:16 ` Maciej Soltysiak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox