Date: Sat, 03 Apr 1999 10:14:41 -0500 From: Patrick Brochu <pcbroch@videotron.ca> To: freebsd-net@FreeBSD.ORG Subject: Problem pinging Message-ID: <000501be7de4$b290c480$0201a8c0@shark> References: <4.1.19990331153542.00bd3a10@abused.com> <19990402121226.A15211@titan.klemm.gtn.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
inet 207.96.177.9 netmask 0xffffff00 broadcast 207.96.177.255
ether 00:00:b4:9c:c0:97
ed0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255
ether 00:00:e8:cf:e3:d7
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> 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 <andreas@klemm.gtn.com>
To: GVB <gvbmail@tns.net>
Cc: <freebsd-net@FreeBSD.ORG>
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000501be7de4$b290c480$0201a8c0>
