From owner-freebsd-questions Wed Mar 7 20:57:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from the.outroad.org (the.outroad.org [206.152.117.186]) by hub.freebsd.org (Postfix) with ESMTP id 624B837B718 for ; Wed, 7 Mar 2001 20:57:43 -0800 (PST) (envelope-from bweaver@the.outroad.org) Received: (from bweaver@localhost) by the.outroad.org (8.11.2/8.11.2) id f28510a04039; Wed, 7 Mar 2001 23:01:00 -0600 (CST) (envelope-from bweaver) Date: Wed, 7 Mar 2001 23:00:59 -0600 From: Ben Weaver To: Tymanthius Rune Speak Cc: freebsd-questions@FreeBSD.ORG Subject: Re: [Re: FreeBSD Newbie Networking help please] Message-ID: <20010307230059.A3989@tranquility.net> References: <20010308041612.11435.qmail@nwcst334.netaddress.usa.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010308041612.11435.qmail@nwcst334.netaddress.usa.net>; from tymanthius@usa.net on Wed, Mar 07, 2001 at 09:16:12PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ###On Wed, Mar 07, 2001 at 09:16:12PM -0700, Tymanthius Rune Speak wrote: > If I ping I get 'ping: sendto: > Permssion denied' I saw this on a box of mine once. It was because I had ipfw/natd set up incorrectly. Try these commands to see if it clears the problem up: /sbin/ipfw -f flush /sbin/ipfw add divert natd all from any to any via fxp0 (your device should go there) /sbin/ipfw add pass all from any to any If everything works after doing this, you might check to see what your firewall_flags variable is set to in /etc/rc.conf. -Ben To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message