From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from fone440.fone.net ([206.168.68.15]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1HVbKu-0002sx-00 for ; Sun, 25 Mar 2007 18:37:16 -0400 Received: from mail2.fone.net (mail2.fone.net [206.168.68.165]) by fone440.fone.net (8.13.8+Sun/8.12.10) with ESMTP id l2PMYYSM006383 for ; Sun, 25 Mar 2007 16:34:34 -0600 (MDT) Received: from blanchew2fs98i (ip-206-123-194-16.static.fasttrackcomm.net [206.123.194.16]) by mail2.fone.net (8.13.6+Sun/8.12.10) with SMTP id l2PMWJro014382 for ; Sun, 25 Mar 2007 16:32:20 -0600 (MDT) Message-ID: <00bc01c76f2e$1156d2f0$6701a8c0@blanchew2fs98i> From: "Littlefield, Tyler" To: Subject: iptables? Date: Sun, 25 Mar 2007 15:36:43 -0700 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-PMX-Version: 4.7.1.128075, Antispam-Engine: 2.5.0.283055, Antispam-Data: 2007.3.25.150434 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.9 X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.9 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Mar 2007 22:37:16 -0000 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~~