public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* iptables?
@  Littlefield, Tyler
   ` iptables? Gregory Nowak
   ` iptables? Ralph W. Reid
  0 siblings, 2 replies; 8+ messages in thread
From: Littlefield, Tyler @  UTC (permalink / raw)
  To: Speakup

Hello list,
I've got the following iptables set.
iptables -F
iptables -A INPUT -p tcp --sport 20:22 -j ACCEPT
iptables -A INPUT -p tcp --sport 80 -j ACCEPT
iptables -A INPUT -p tcp --sport 110 -j ACCEPT
iptables -A INPUT -p tcp --sport 3784 -j ACCEPT
iptables -A INPUT -p tcp --sport 443 -j ACCEPT
iptables -A INPUT -p tcp --sport 6666:6670 -j ACCEPT
iptables -A INPUT -p tcp --sport 10000 -j ACCEPT
iptables -A INPUT -p tcp --sport 20000 -j ACCEPT
iptables -P INPUT DROP
iptables -P OUTPUT ACCEPT
I'm dmzed, and when I run this, it puts everything to filter.
Any idea what I'm doing wrong?
Thanks,
~~TheCreator~~

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

end of thread, other threads:[~ UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 iptables? Littlefield, Tyler
 ` iptables? Gregory Nowak
   ` iptables? Anthony Creapeau
     ` iptables? Gregory Nowak
 ` iptables? Ralph W. Reid
   ` iptables? Littlefield, Tyler
     ` iptables? Ralph W. Reid
       ` iptables? Littlefield, Tyler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).