From owner-freebsd-questions Thu Mar 8 19:57:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from itchy.serv.net (itchy.serv.net [205.153.153.233]) by hub.freebsd.org (Postfix) with ESMTP id C721537B718 for ; Thu, 8 Mar 2001 19:57:53 -0800 (PST) (envelope-from mcglk@itchy.serv.net) Received: (from mcglk@localhost) by itchy.serv.net (8.8.5/8.8.5) id TAA36513; Thu, 8 Mar 2001 19:57:51 -0800 (PST) Date: Thu, 8 Mar 2001 19:57:51 -0800 (PST) Message-Id: <200103090357.TAA36513@itchy.serv.net> From: Ken McGlothlen To: questions@freebsd.org Subject: Re: [Second attempt] @Home and FreeBSD 4.0. Reply-To: mcglk@artlogix.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mikko Tyolajarvi writes: | Did you by any chance install some kind of IP firewall (ipfw, ipfilter)? | And is so, did you forget to allow passing packets? | | It sure looks that way... :-) Thomas Uhrfelt (thomas.uhrfelt@plymovent.se) also pointed that out to me, but I was initially skeptical; I had firewall_enable="NO" in /etc/rc.conf. But when Thomas asked me to do "ipfw list", there it was in glowing phosphor: gort# ipfw list 65535 deny ip from any to any gort# _ So yes, that was it. Typing gort# ipfw add 1 allow ip from any to any gort# ipfw list 00001 allow ip from any to any 65535 deny ip from any to any gort# _ solved it. Now I'm upgrading my FreeBSD system from 4.0 to 4.2 (or whatever it is now), and reading everything I can on natd and ipfw. Thanks, Thomas and Mikko; I really appreciate it. ---Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message