From owner-freebsd-questions Fri Sep 14 7: 4:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from opinelibre.com (opinelibre.com [216.122.168.184]) by hub.freebsd.org (Postfix) with ESMTP id 2918D37B409 for ; Fri, 14 Sep 2001 07:04:46 -0700 (PDT) Received: from pgm2.opinelibre.com ([64.76.7.142]) by opinelibre.com (8.9.3/8.9.3) with SMTP id OAA08333 for ; Fri, 14 Sep 2001 14:04:38 GMT Content-Type: text/plain; charset="iso-8859-1" From: Marcelo Gulin Organization: Informatic S.A. To: freebsd-questions@FreeBSD.ORG Subject: rc.firewall problem Date: Fri, 14 Sep 2001 10:50:14 -0300 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <01091410501400.01033@pgm2.opinelibre.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi folks! firewall problem here! This is a home network 192.168.10.0/24 and this is my gateway configuration: - FreeBSD 4.3 (kernel w/IPFIREWALL & IPDIVERT) - xl0: 192.168.10.5 - xl1: DHCP (Cable-modem) - rc.conf: gateway_enable, firewall_enable, natd_enable = YES - rc.firewall: CLIENT: net=192.168.10.0, mask=0xffffff00, ip=192.168.10.5 SIMPLE: iif=xl0, inet=192.168.10.0, iip=192.168.10.5, imask=0xffffff00 oif,onet,oip,omask = `ifconfig | sed -n '[^blah]' | awk..` ok, with firewall_type=OPEN works great! but, CLIENT and SIMPLE just doesn't work.. what's wrong here? Thanks in advance Marcelo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message