From owner-freebsd-net Sat Apr 3 7:12:54 1999 Delivered-To: freebsd-net@freebsd.org Received: from sims-ha.videotron.net (faure.videotron.net [205.151.222.100]) by hub.freebsd.org (Postfix) with ESMTP id 93BA514D01 for ; Sat, 3 Apr 1999 07:12:48 -0800 (PST) (envelope-from pcbroch@videotron.ca) Received: from shark ([207.96.177.9]) by sims-ha.videotron.net (Sun Internet Mail Server sims.3.5.1998.03.08.20.27) with SMTP id <0F9M007LCCT76N@sims-ha.videotron.net> for freebsd-net@FreeBSD.ORG; Sat, 3 Apr 1999 10:10:20 -0500 (EST) Date: Sat, 03 Apr 1999 10:14:41 -0500 From: Patrick Brochu Subject: Problem pinging To: freebsd-net@FreeBSD.ORG Message-id: <000501be7de4$b290c480$0201a8c0@shark> MIME-version: 1.0 X-Mailer: Microsoft Outlook Express 5.00.2014.211 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 References: <4.1.19990331153542.00bd3a10@abused.com> <19990402121226.A15211@titan.klemm.gtn.com> X-Priority: 3 Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all: I have my FreeBSD box connected to the internet via ed1 using DHCP to get it's configuration. All works well, the interface gets configured properly and i can use it. ifconfig -a ed1: flags=8843 mtu 1500 inet 207.96.177.9 netmask 0xffffff00 broadcast 207.96.177.255 ether 00:00:b4:9c:c0:97 ed0: flags=8843 mtu 1500 inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255 ether 00:00:e8:cf:e3:d7 lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 My problem is when i try to ping it. I get the following: /kernel: arpresolve: can't allocate llinfo for 127.0.0.1rt /kernel: arplookup 127.0.0.1 failed, could not allocate llinfo Any idea what this might be? ping any_other_name works just fine. ----- Original Message ----- From: Andreas Klemm To: GVB Cc: Sent: Friday, April 02, 1999 5:12 AM Subject: Re: Apache web server tuning.. > On Wed, Mar 31, 1999 at 03:38:02PM -0800, GVB wrote: > > [...] It is now time to research FreeBSD kernel tuning > > and Apache tuning... [...] > > For apache and FreeBSD tuning: > > http://www.WebTechniques.com/features/1998/05/engelschall/engelschall.shtml > > Watch your mbufs and mbuf clusters with: > > netstat -m > > 39/224 mbufs in use: > 30 mbufs allocated to data > 9 mbufs allocated to packet headers > 26/78/4196 mbuf clusters in use (current/peak/max) > 184 Kbytes allocated to network (30% in use) > 0 requests for memory denied > 0 requests for memory delayed > 0 calls to protocol drain routines > > To increase mbuf clusters use this kernel option: > > options NMBCLUSTERS=8192 > > > -- > Andreas Klemm http://www.FreeBSD.ORG/~andreas > http://www.freebsd.org/~fsmp/SMP/SMP.html > powered by Symmetric MultiProcessor FreeBSD > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-net" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message