Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jun 1999 12:04:42 -0400 (EDT)
From:      jooji@neptune.oceancomputer.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/12448: arp -s ip_address auto pub results in error 
Message-ID:  <199906291604.MAA00490@urchin.oceancomputer.com>

next in thread | raw e-mail | index | archive | help

>Number:         12448
>Category:       bin
>Synopsis:       arp -s ip_address auto pub results in error
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 29 09:10:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Jasper O'Malley
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
Ocean Computer Group, Inc.
>Environment:

FreeBSD 3.2-STABLE, cvsupped 6/28/99, make buildworld done 6/28/99,
make installworld 6/29/99, kernel recompiled (clean) 6/29/99.

>Description:

When attempting to publish an IP address for ARP proxy the command

    arp -s ip_address auto pub

where ip_address is an address in the subnet to which one of my Ethernet
cards is attached, results in the following error:

    using interface ed1 for proxy with address 0:e0:29:32:21:ee
    arp: writing to routing socket: File exists

Attempting to explicitly specify the Ethernet address of the card in the
command (i.e. arp -s ip_address ethernet_of_card pub) doesn't work either,
giving the "arp: writing to routing socket: File exists" error, as well.

Simply adding the ARP entry to the ARP table without publishing it for proxy
ARP (i.e. arp -s ip_adddress ethernet_of_card) works fine, but is useless
to me ;) I'm not sure if this is a "bin" or "kern" bug.

>How-To-Repeat:

Use arp to publish a proxy ARP entry.

>Fix:
	
Unknown.

>Release-Note:
>Audit-Trail:
>Unformatted:


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




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