Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 2000 22:39:44 -0700
From:      "Crist J. Clark" <cristjc@earthlink.net>
To:        Chris McNett <chrismcnett@hotmail.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Incoming requests not working
Message-ID:  <20000626223944.A302@dialin-client.earthlink.net>
In-Reply-To: <20000626222738.98378.qmail@hotmail.com>; from chrismcnett@hotmail.com on Mon, Jun 26, 2000 at 10:27:38PM %2B0000
References:  <20000626222738.98378.qmail@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jun 26, 2000 at 10:27:38PM +0000, Chris McNett wrote:
> I tried firewall-type="OPEN" _and_ uncommenting the allow all line in 
> rc.firewall.  Neither worked. What's wrong?  ipfw show gives me the same 
> thing as it did before.

You have,

  firewall_enable="YES"
  firewall_type="open"

And do NOT have,

  natd_enable="YES"

Correct? If it still does not come up correctly type,

  # ipfw add 100 pass ip from any to any

And get things working while you figure it out.

> >From: "Crist J. Clark" <cristjc@earthlink.net>
> >Reply-To: cjclark@alum.mit.edu
> >To: Chris McNett <chrismcnett@hotmail.com>
> >CC: freebsd-questions@FreeBSD.ORG
> >Subject: Re: Incoming requests not working
> >Date: Sun, 25 Jun 2000 14:14:51 -0700
> >
> >On Sun, Jun 25, 2000 at 08:35:43PM +0000, Chris McNett wrote:
> > > I think it's 4.0-STABLE.
> > > There isn't a natd config (I've only put kernel support in so far.)
> >
> >OK, then make sure you don't put 'natd_enable="YES"' in rc.conf until
> >it is ready to go.
> >
> > > ldd indicates that it can't find ld-linux.so.2
> >
> >That makes me think you clobbered some executables with stuff from
> >/usr/compat, not just the libs.
> >
> > > ipfw show gives me:
> > > 65535 1555 146488 deny ip from any to any
> >
> >Well, if you do not pass any packets, networking is not going to do
> >much. Hmm, the loopback should really not be working either. Try,
> >
> >   firewall_type="open"
> >
> >While you are getting things set up.
> >--
> >Crist J. Clark                           cjclark@alum.mit.edu
> >
> >
> >To Unsubscribe: send mail to majordomo@FreeBSD.org
> >with "unsubscribe freebsd-questions" in the body of the message
> 
> ________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
> 

-- 
Crist J. Clark                           cjclark@alum.mit.edu


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?20000626223944.A302>