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
[EMAIL PROTECTED]        United Commercial Bank,
[EMAIL PROTECTED]          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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to