*BSD News Article 63758


Return to BSD News archive

#! rnews 1961 bsd
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.mel.connect.com.au!munnari.OZ.AU!news.ecn.uoknor.edu!news.eng.convex.com!newshost.convex.com!news.duke.edu!news.mathworks.com!newsfeed.internetmci.com!usenet.eel.ufl.edu!tank.news.pipex.net!pipex!dispatch.news.demon.net!demon!pencotts.demon.co.uk
From: Andrew Gordon <andrew.gordon@net-tel.co.uk>
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: FreeBSD Routing Hang on Boot
Date: Mon, 18 Mar 1996 01:40:03 GMT
Lines: 33
Message-ID: <827113203.9756@pencotts.demon.co.uk>
References: <960315.125922.8190@banshee.uunet.ca> <4id4fr$11l@uriah.heep.sax.de> <4ifiro$apj@mark.ucdavis.edu>
NNTP-Posting-Host: pencotts.demon.co.uk
X-NNTP-Posting-Host: pencotts.demon.co.uk
X-Mailer: Mozilla 1.1N (X11; I; FreeBSD 2.1-STABLE i386)
MIME-Version: 1.0
X-URL: news:4ifiro$apj@mark.ucdavis.edu
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=us-ascii

obrien@cs.ucdavis.edu (David E. O'Brien) wrote:
>J Wunsch (j@uriah.heep.sax.de) wrote:
>: 
>: Convert all names in /etc/sysconfig into numeric IP addresses.
>
>I've got the same hangs.  Here is the appliable section from
>/etc/sysconfig:
>
>network_interfaces="ep0 lo0"
>ifconfig_ep0="inet 128.120.56.38  netmask 255.255.255.0"
>ifconfig_lo0="inet localhost"
                    ^^^^^^^^
That one still isn't numeric.  Use 127.0.0.1

>route_multicast="224.0.0.0 -netmask 0xf0000000 -interface ${hostname}"
                                                             ^^^^^^^^
And another - use the address of ep0, or delete this route altogether
if you don't use multicast.

>route_loopback="${hostname} localhost"
                   ^^^^^^^^   ^^^^^^^^
Any two more!

>
># Set to the host you'd like set as your default router, or NO for none.
>defaultrouter="128.120.56.254"
>
># These are the flags you'd like to start the routing daemon with
>routedflags="-q"

You probably don't want routed at all - routedflags="NO"