Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!news.kei.com!news.mathworks.com!news.ultranet.com!usenet.eel.ufl.edu!psgrain!news.itb.ac.id!www.ee.itb.ac.id!arman From: Arman Hazairin Hasan <arman@ee.itb.ac.id> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Configuring no network Date: Thu, 21 Sep 1995 08:02:45 +0700 Organization: Institut Teknologi Bandung Lines: 21 Message-ID: <Pine.BSF.3.91.950921075922.16939B-100000@www.ee.itb.ac.id> References: <43je3l$qfs@passion.nosc.mil> NNTP-Posting-Host: www.ee.itb.ac.id Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII In-Reply-To: <43je3l$qfs@passion.nosc.mil> On 18 Sep 1995, Mike Gherrity wrote: > 10.0.0.0 hal > > This seemed to get sendmail working, but then xinit would hang, so I couldn't > start XFree86. I still got the ifconfig message and the bad value message, > but now a new error > > routed bind: Can't assign requested address Hmm, xinit try to connect to hal. First, try to not using IP address that ends with '0'. Try something like: 10.0.0.1 hal Then, you have to add route to 'hal' so it will use loopback address: route add 10.0.0.1 127.0.0.1 Hope that it works. > mike > gherrity@nosc.mil -arman-