From owner-freebsd-questions Wed Jul 25 6:43:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from postfix2-1.free.fr (postfix2-1.free.fr [213.228.0.9]) by hub.freebsd.org (Postfix) with ESMTP id 7F34437B403 for ; Wed, 25 Jul 2001 06:42:19 -0700 (PDT) (envelope-from jpbeconne@free.fr) Received: from free.fr (nas-cbv-5-47-102.dial.proxad.net [212.27.47.102]) by postfix2-1.free.fr (Postfix) with ESMTP id 6E00FC5AF for ; Wed, 25 Jul 2001 15:42:17 +0200 (CEST) Message-ID: <3B5EE8EF.FB238793@free.fr> Date: Wed, 25 Jul 2001 15:42:39 +0000 From: Jean-Paul Beconne X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Network with D-Link Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have a D-Link DFE-530TX using vr driver. This card is properly recognized, but when I try to use it, netstat gives a strange behavior : Destination Gateway Flags Netif Expire 10 link#1 UC vr0 => 127.0.0.1 127.0.0.1 UH lo0 I configured the card with the command : ifconfig vr0 inet 10.0.0.1 netmask 255.0.0.0 up I get the following message when I configure the card for the first time after boot: vr0: starting DAD for fe80:0001::0250:baff:fef2:98c8 vr0: DAD complete for fe80:0001::0250:baff:fef2:98c8 - no duplicates found The card is not connected for the moment. Could anyone explain me why I have not the following with netstat : Destination Gateway Flags Netif Expire 10.0.0.1 UC vr0 127.0.0.1 127.0.0.1 UH lo0 I use FreeBSD 4.0, with patches on if_vr.c and if_vrreg.h. Thank in advance for your answers. J-Paul Beconne To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message