Date: Fri, 7 Jul 2000 01:55:09 +0200 From: Jens Sauer <pirol9999@gmx.net> To: freebsd-questions@FreeBSD.ORG Subject: IPFW-question Message-ID: <20000706235327.C80FB37BA3B@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
Hi all, i am using ipfw for the very first time and have the following problem: i configured my kernel with FIREWALL- and IPDIVERT-support fot NATD, because of my private-address-clients. my rc.conf looks that way: ... **ISDN-things** ... natd_enable="YES" natd_interface="isp0" natd_flags="-dynamic" firewall_enable="YES" gateway_enable="YES" my isdn-interface ISP0 is working fine, when i ping the internet from the firewall, it dials, all ok. but when i traceroute into the internet from a LAN-client (192.168.0.x), the isdn-card on the firewall is successfully dialing (interface is up), but the packets are only going up to the network-card on the firewall, then i get a timeout. I configured IPFW like that: ipfw -f flush ipfw add pass all from any to any ipfw add divert natd all from any to any via isp0 Or do i have to add the option "IP_FIREWALL_FORWARD" into kernel (because at boottime he's telling me: ...default to deny .... rule-based forwarding disabled...)? but i thought, this would only be for a transparent proxy? Please help a bloody newbie :-) Thanks 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?20000706235327.C80FB37BA3B>