From owner-freebsd-hackers Tue Oct 19 10: 5:31 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from wotan.2slo.waw.pl (wotan.2slo.waw.pl [195.117.4.98]) by hub.freebsd.org (Postfix) with ESMTP id 8FE2D176EC for ; Tue, 19 Oct 1999 10:00:29 -0700 (PDT) (envelope-from kaczor@wotan.2slo.waw.pl) Received: from wotan.2slo.waw.pl (kaczor@wotan.2slo.waw.pl [195.117.4.98]) by wotan.2slo.waw.pl (8.9.3/8.9.1) with ESMTP id TAA51296 for ; Tue, 19 Oct 1999 19:06:43 +0200 (CEST) (envelope-from kaczor@wotan.2slo.waw.pl) Date: Tue, 19 Oct 1999 19:06:43 +0200 (CEST) From: Wiktor To: hackers@FreeBSD.ORG Subject: Re: Size of arp database. In-Reply-To: <19991019095310.A70372@dan.emsphone.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 19 Oct 1999, Dan Nelson wrote: > In the last episode (Oct 19), Wiktor said: > > Is there any way to enlarge the arp database. I've got a feeling that > > it is limited to only 10 enteries... For me it's a bit to less. > > $ arp -a | wc -l > 256 > > Maybe you only have 10 machines on your network? > What i tested is: root@wotan:~# arp -S pc7 00:00:E8:73:FF:FD pub delete: can't locate pc7 root@wotan:~# arp -a router (195.117.4.97) at 0:a0:c5:21:14:8 wotan.2slo.waw.pl (195.117.4.98) at 0:10:4b:36:6a:fd permanent pc2 (195.117.4.101) at 0:80:48:d7:29:be pc6 (195.117.4.105) at 52:54:0:e3:9:7a pc14 (195.117.4.113) at 0:40:f6:94:b0:ca ? (195.117.4.127) at ff:ff:ff:ff:ff:ff permanent root@wotan:~# arp -d pc7 proxy delete: can't locate pc7 root@wotan:~# arp -S pc7 00:00:E8:73:FF:FD pub delete: can't locate pc7 set: proxy entry exists for non 802 device root@wotan:~# So this entry potetnialy exist, but I'm unable to delete it... What am I doing wrong? Wiktor Niesiobedzki To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message