Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2002 12:49:46 +0200
From:      Paul Schenkeveld <fb-stable@psconsult.nl>
To:        glbj@verizon.net
Cc:        FreeBSd-stable@FreeBSD.ORG
Subject:   Re: No route to host - 4.6
Message-ID:  <20020914124946.A9992@psconsult.nl>
In-Reply-To: <20020914055438.ZNJW9549.out019.verizon.net@[127.0.0.1]>; from glbj@verizon.net on Sat, Sep 14, 2002 at 12:54:38AM -0500
References:  <20020914055438.ZNJW9549.out019.verizon.net@[127.0.0.1]>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Sep 14, 2002 at 12:54:38AM -0500, glbj@verizon.net wrote:
> I've finally managed to get 4.6 up. I even got ipfw to quit giving me those "missing 'to' " errors. (Had to blow out the entire directory tree and start fresh to do it, but it worked.
> 
> Only problem is that now, any attempt to ping anywhere (EVEN 127.0.0.1) results in a "no route to host". I've checked the setup for the to nics carefully. The machine is set up as a gateway and everything there seems correct. Default gateway show up correctly in netstat -r output. Firewall defaults to accept any to any (for now anyway).

Sounds like you've "options IPFILTER" in your kernel config but no
filter rules loaded.  Try putting the following in /etc/rc.conf:

  ipfilter_enable="YES"

then create /etc/ipf.rules containing this:

  pass in all
  pass out all

and try again.

> I'm running out of places to check. 
> 
> Since I cant communicate with the 4.6 box, posting config files and output results is tough, but I can copy 'em manually if they'd help. Otherwise, anyone have a good idea where to look?
> 
> thanks

-- 
Paul Schenkeveld

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020914124946.A9992>