From owner-freebsd-questions Sat Jul 31 15:41:31 1999 Delivered-To: freebsd-questions@freebsd.org Received: from newton.math.uic.edu (newton.math.uic.edu [131.193.178.229]) by hub.freebsd.org (Postfix) with SMTP id BF8AB14EA9 for ; Sat, 31 Jul 1999 15:41:20 -0700 (PDT) (envelope-from vladimir@math.uic.edu) Received: (qmail 22806 invoked from network); 31 Jul 1999 22:38:41 -0000 Received: from galois.math.uic.edu (HELO math.uic.edu) (131.193.178.114) by newton.math.uic.edu with SMTP; 31 Jul 1999 22:38:41 -0000 Received: (qmail 27817 invoked by uid 31415); 31 Jul 1999 22:38:41 -0000 Date: 31 Jul 1999 22:38:41 -0000 Message-ID: <19990731223841.27816.qmail@math.uic.edu> From: vladimir@math.uic.edu To: freebsd-questions@freebsd.org Subject: Re: dhcp and arplookup/arpresolve messages Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I had the same problem with a machine on the local ethernet that was using dhcp. I fixed it by editing the dhclient-script (it might be in /etc/or /usr/local/etc depending on your configuration). I noticed that "netstat -rn" gave one additional routing table entry after the client got its address via dhcp. I found the line route add $new_ip_address 127.1 >/dev/null 2>&1 and commented it out. Things were ok since then. I am not sure that was the right thing to do though. Hope this helps. Vladimir >From owner-freebsd-questions@FreeBSD.ORG Sat Jul 31 21:04:58 1999 >Delivered-To: vladimir-bsd-questions@math.uic.edu >Delivered-To: freebsd-questions@freebsd.org >Date: Sat, 31 Jul 1999 16:59:47 -0400 (EDT) >To: freebsd-questions@freebsd.org >Subject: dhcp and arplookup/arpresolve messages >MIME-Version: 1.0 >From: "" >X-Loop: FreeBSD.ORG > >Hello > >I would like to find out a way to fix this little problem I am having. > >I am subscribed with an adsl link. My provider uses dhcp to assign me an >IP address. So I install the isc-dhcp port and set it up. Evrytime I >boot my box I get an IP from the dhcp server and I can get on the web. > >Here is where my problems started... Now evry time I try to start an >application in X I get the following error messages in my xconsole: > >Jul 31 16:34:55 Jedi /kernel: arplookup 127.0.0.1 failed: could not >allocate llinfo > >Jul 31 16:34:55 Jedi /kernel: arpresolve: can't allocate llinfo for >127.0.0.1rt > >It keeps appearing at regular intervals when I try and start applications >in X. It takes 5 to 6 minutes before the app in question actually opens >after. I also noted that when I start an app and look in top the >application state stays a very long time at "connect" > >I have contacted isc-dhcp client mailling list I have been told the >problem might be with freebsd, so I'm turning to you guys to give me hand >and help me fix this problem. > > >Here is information about my setup > >Jedi# uname -a >FreeBSD Jedi.sympatico.ca 3.2-RELEASE FreeBSD 3.2-RELEASE #4: Sun Jul 25 >15:19:24 EDT 1999 root@Jedi.sympatico.ca:/usr/src/sys/compile/JEDI i386 > >Jedi# arp -a >HSE-MTL-ppp4564.qc.sympatico.ca (209.226.107.1) at 0:90:6f:fc:38:28 > >Jedi# cat resolv.conf >search bellglobal.com >nameserver 204.101.251.1 >nameserver 204.101.251.1 >nameserver 204.101.251.2 > >Jedi# cat hosts ># In the presence of the domain name service or NIS, this file may ># not be consulted at all; see /etc/host.conf for the resolution order. ># ># >127.0.0.1 localhost > >If other info is needed Please do not hesitate and contact me. >Thank you > >-Mike > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message