From owner-freebsd-current Tue Feb 2 10:27:18 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA15186 for freebsd-current-outgoing; Tue, 2 Feb 1999 10:27:18 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from genius.cirx.org (r00t.m1.ntu.edu.tw [140.112.240.59]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA15181 for ; Tue, 2 Feb 1999 10:27:13 -0800 (PST) (envelope-from clkao@CirX.ORG) Received: (from clkao@localhost) by genius.cirx.org (8.9.2/8.9.1) id CAA00553; Wed, 3 Feb 1999 02:26:52 +0800 (CST) (envelope-from clkao@CirX.ORG) Date: Wed, 3 Feb 1999 02:26:52 +0800 (CST) Message-Id: <199902021826.CAA00553@genius.cirx.org> X-Authentication-Warning: genius.cirx.org: clkao set sender to clkao@CirX.ORG using -f From: Chia-liang Kao To: freebsd-current@FreeBSD.ORG Subject: problem with vr0 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have problem with my newly bought D-link DFE530TX on my -current (which is very new). I have tested my NIC using the master/slave mode program came with my NIC with my room mate. And the results show the NIC work correctly. The most strange thing is that I can see the ethernet address of the other ip, see the following infomation. But I can't get the interface to work at all. Also, I tested replacing my de0 (which connects the outside world) with vr0. It doesn't work at all, but I can still get the ethernet address of other nodes shown in the routing table. Here are some output which might be useful to determine the problem. # dmesg | grep vr0 vr0: rev 0x06 int a irq 12 on pci0.19.0 vr0: Ethernet address: 00:80:c8:ef:82:09 vr0: autoneg complete, link status good (half-duplex, 10Mbps) vr0: selecting MII, 10Mbps, half duplex # ifconfig vr0 vr0: flags=8843 mtu 1500 inet 192.168.100.2 netmask 0xffffff00 broadcast 192.168.100.255 ether 00:80:c8:ef:82:09 media: 10baseT/UTP (10baseT/UTP ) supported media: autoselect 100baseTX 100baseTX 100baseTX 10baseT/UTP 10baseT/UTP 10baseT/UTP # netstat -rn Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 140.112.240.254 UGSc 10 0 de0 127.0.0.1 127.0.0.1 UH 1 120 lo0 140.112.240/24 link#1 UC 0 0 de0 140.112.240.59 0:80:c8:46:1e:d4 UHLW 5 1359 lo0 140.112.240.60 0:80:c8:69:96:3c UHLW 5 178 de0 1114 140.112.240.254 0:0:1d:ce:d3:7d UHLW 11 0 de0 839 140.112.240.255 ff:ff:ff:ff:ff:ff UHLWb 0 1 de0 192.168.100 link#2 UC 0 0 vr0 192.168.100.1 0:80:c8:ef:3c:3f UHLW 0 15 vr0 1158 ^^^^^^^^^^^^^^^^ 192.168.100.2 0:80:c8:ef:82:9 UHLW 0 3 lo0 192.168.100.255 ff:ff:ff:ff:ff:ff UHLWb 0 1 vr0 # ipfw list ipfw: getsockopt(IP_FW_GET): Protocol not available To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message