Date: Fri, 14 Sep 2001 10:50:14 -0300 From: Marcelo Gulin <listas@informatic-sa.com.ar> To: freebsd-questions@FreeBSD.ORG Subject: rc.firewall problem Message-ID: <01091410501400.01033@pgm2.opinelibre.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01091410501400.01033>