From owner-freebsd-questions Thu Aug 5 20:27:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 1615814CBB for ; Thu, 5 Aug 1999 20:27:32 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.8.8/8.8.8) id XAA09922; Thu, 5 Aug 1999 23:28:48 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199908060328.XAA09922@cc942873-a.ewndsr1.nj.home.com> Subject: Re: network routing problems at boot... In-Reply-To: <199908060148.SAA04742@tao.thought.org> from "Gary D. Kline" at "Aug 5, 99 06:48:25 pm" To: kline@tao.thought.org (Gary D. Kline) Date: Thu, 5 Aug 1999 23:28:48 -0400 (EDT) Cc: cjclark@home.com, questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Gary D. Kline wrote, > According to Crist J. Clark: > > Gary D. Kline wrote, > > > > > > Since I don't often reboot my server, I just noticed this problem. > > > This (2.2.8) system hangs until it times-out just after echoing the > > > routing to stdout. > > > > Precisely where does it hang? After which line to the console? > > Sorry. I forgot the output of ifconfig -a: > > ed2: flags=8843 mtu 1500 > inet 10.0.0.1 netmask 0xffffff00 broadcast 10.0.0.255 > ether 00:20:78:14:25:03 > > > I'm pretty sure it hangs exactly after these lines. _no_ > idea what happened. > > The only change slightly related is that on sage.thought.org, Who/what/when/where is sage? > my network board is ``ed1'' and no longer ``ed2''; this > happened after I installed 3.2 on my second box. sage.thought.org > still boots without hangs. % diff rc.conf_sage rc.conf_tao > I've grepped for any reference to 10.0.0.2 here and see none. > Maybe that's the problem... (?) What does 10.0.0.2 have to do with this? Is it sage's interface? > Here is the network part of rc.conf: > > > ### Basic network options: ### > hostname="tao.thought.org" # Set this! (changed 24may98) > nisdomainname="NO" # Set to NIS domain if using NIS (or NO). > firewall_enable="NO" # Set to YES to enable firewall functionality > firewall_type="UNKNOWN" # Firewall type (see /etc/rc.firewall) > firewall_quiet="NO" # Set to YES to suppress rule display > tcp_extensions="YES" # Allow RFC1323 & RFC1644 extensions (or NO). > # > ifconfig_tun0="inet 207.108.223.55 207.108.223.19 netmask 0xffffff00" > ######################## > # ed2 configuration for tao > ######################## > # > # (18may99) > # > network_interfaces="lo0 ed2" > ifconfig_lo0="inet 127.0.0.1" > ifconfig_ed2="inet 10.0.0.1 netmask 255.255.255.0" You've left out your routing configs. Routing is what is done immediately following the ifconfig's when no firewalling is used. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message