Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Oct 1999 21:17:58 +0300
From:      Ruslan Ermilov <ru@ucb.crimea.ua>
To:        Wiktor <kaczor@wotan.2slo.waw.pl>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: Size of arp database.
Message-ID:  <19991019211758.A58316@relay.ucb.crimea.ua>
In-Reply-To: <Pine.BSF.4.05.9910191902550.51213-100000@wotan.2slo.waw.pl>; from Wiktor on Tue, Oct 19, 1999 at 07:06:43PM %2B0200
References:  <19991019095310.A70372@dan.emsphone.com> <Pine.BSF.4.05.9910191902550.51213-100000@wotan.2slo.waw.pl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Oct 19, 1999 at 07:06:43PM +0200, Wiktor wrote:
[...]
> 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?
> 
This is because none of your ethernet interfaces matches `pc7'.

1/ What does `route -n -v get -host pc7' show?
2/ What is the IP address of `pc7'?
3/ How your ethernet interfaces (`ifconfig -l ether') are configured?

<PS>
To delete this entry, just type `route delete -host pc7'.
</PS>


Cheers,
-- 
Ruslan Ermilov		Sysadmin and DBA of the
ru@ucb.crimea.ua	United Commercial Bank,
ru@FreeBSD.org		FreeBSD committer,
+380.652.247.647	Simferopol, Ukraine

http://www.FreeBSD.org	The Power To Serve
http://www.oracle.com	Enabling The Information Age


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991019211758.A58316>