*BSD News Article 64109


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!newshost.telstra.net!act.news.telstra.net!psgrain!rainrgnews0!stargate.lbcc.cc.or.us!news.uoregon.edu!hpg30a.csc.cuhk.hk!news.cuhk.edu.hk!agate!howland.reston.ans.net!gatech!newsfeed.internetmci.com!info.ucla.edu!library.ucla.edu!csulb.edu!csus.edu!news.ucdavis.edu!not-for-mail
From: obrien@cs.ucdavis.edu (David E. O'Brien)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: FreeBSD Routing Hang on Boot
Date: 16 Mar 1996 23:28:56 GMT
Organization: University of California, Davis
Lines: 33
Message-ID: <4ifiro$apj@mark.ucdavis.edu>
References: <960315.125922.8190@banshee.uunet.ca> <4id4fr$11l@uriah.heep.sax.de>
NNTP-Posting-Host: nuxi.cs.ucdavis.edu
X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]

J Wunsch (j@uriah.heep.sax.de) wrote:
: peter@taz.admin.feldspar.com (Peter Grigor) writes:
: > I've noticed that my FreeBSD boxes tend to boot slowly on occasion.
: > The problem begins when FreeBSD is adding routes from netstart.
: 
: 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"

#
# Set to the list of route add lines for this host.  You must have a
# route_${static_routes} line for each static route listed here.
#
static_routes="multicast loopback"
route_multicast="224.0.0.0 -netmask 0xf0000000 -interface ${hostname}"
route_loopback="${hostname} localhost"

# 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"


Are there other places I should be using numeric IP addresses rather than
FQDN's?

-- David    (obrien@cs.ucdavis.edu)