From owner-freebsd-hackers Sat Feb 14 07:51:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA04566 for freebsd-hackers-outgoing; Sat, 14 Feb 1998 07:51:42 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from servidor.exsocom.com.mx (servidor.exsocom.com.mx [200.34.46.130]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA04549; Sat, 14 Feb 1998 07:51:36 -0800 (PST) (envelope-from agalindo@servidor.exsocom.com.mx) Received: from servidor.exsocom.com.mx.exsocom.com.mx (direccion.exsocom.com.mx [200.34.46.131]) by servidor.exsocom.com.mx (8.8.7/8.8.5) with SMTP id JAA14947; Sat, 14 Feb 1998 09:58:55 -0600 (CST) Message-Id: <1.5.4.32.19980214155709.009eef1c@exsocom.com.mx> X-Sender: agalindo@exsocom.com.mx X-Mailer: Windows Eudora Light Version 1.5.4 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Sat, 14 Feb 1998 09:57:09 -0600 To: freebsd-hackers@FreeBSD.ORG From: Alejandro Galindo Subject: ipfw rule for permit http access Cc: freebsd-isp@FreeBSD.ORG Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, i installed an ipfirewall with the packet filter (ipfw), i need permit the conection to my http server, and i have the next rules: ipfw add pass tcp from any >1023 to 200.43.1.1 80 ipfw add pass tcp from 200.43.1.1 80 to any >1023 but the external clients cant access to my Web server. Can you indicate me if the rules are ok? or, what rules can i do? Thanks in advanced ---------------------------------------------------------------------------- | , , | | /( )` | | \ \___ / | | | /- _ `-/ ' | | (/\/ \ \ /\ | | ExSoCom Dgo. MEXICO / / | ` \ | | O O ) / | | | `-^--'`< ' | | (_.) _ ) / | | Alejandro Galindo Chairez `.___/` / | | Tel: (52 18) 179177 `-----' / | | Fax: (52 18) 179177 <----. __ / __ \ | | <----|====O)))==) \) /==== | | e-mail alejandro.galindo@exsocom.com.mx <----' `--' `.__,' \ | | | | | | http://www.exsocom.com.mx \ / /\| | ______( (_ / \______/ | | ,' ,-----' | | | a FreeBSD user `--{__________) | ---------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message