From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from nsfone.fone.net ([206.168.68.96]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1HWI63-00075u-00 for ; Tue, 27 Mar 2007 16:16:47 -0400 Received: from mail2.fone.net (mail2.fone.net [206.168.68.165]) by nsfone.fone.net (8.13.8+Sun/8.13.7) with ESMTP id l2RK8wJf013130 for ; Tue, 27 Mar 2007 14:08:59 -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 l2RKBm61029429 for ; Tue, 27 Mar 2007 14:11:53 -0600 (MDT) Message-ID: <007501c770ac$ca0c5480$6701a8c0@blanchew2fs98i> From: "Littlefield, Tyler" To: "Speakup is a screen review system for Linux." References: <00bc01c76f2e$1156d2f0$6701a8c0@blanchew2fs98i> <20070327184057.GA25407@sunset.net> Subject: Re: iptables? Date: Tue, 27 Mar 2007 13:16:15 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit 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-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: Tue, 27 Mar 2007 20:16:47 -0000 I'm trying to use apt-get, I'm not sure what I would need to enable to get that. ----- Original Message ----- From: "Ralph W. Reid" To: "Speakup is a screen review system for Linux." Sent: Tuesday, March 27, 2007 11:40 AM Subject: Re: iptables? > You have only allowed tcp protocol on various ports. Could you > perhaps be doing something which involves other protocols such as udp > or icmp? > > On Sun, Mar 25, 2007 at 03:36:43PM -0700, Littlefield, Tyler wrote: > > 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~~ > > _______________________________________________ > > Speakup mailing list > > Speakup@braille.uwo.ca > > http://speech.braille.uwo.ca/mailman/listinfo/speakup > > -- > Ralph. N6BNO. Wisdom comes from central processing, not from I/O. > rreid@sunset.net http://personalweb.sunset.net/~rreid > ...passing through The City of Internet at the speed of light... > 1 = x^0 > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup