Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Feb 1999 02:26:52 +0800 (CST)
From:      Chia-liang Kao <clkao@CirX.ORG>
To:        freebsd-current@FreeBSD.ORG
Subject:   problem with vr0
Message-ID:  <199902021826.CAA00553@genius.cirx.org>

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

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: <VIA VT3043 Rhine I 10/100BaseTX> 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<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> 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 <half-duplex>)
	supported media: autoselect 100baseTX <full-duplex> 100baseTX <half-duplex> 100baseTX 10baseT/UTP <full-duplex> 10baseT/UTP 10baseT/UTP <half-duplex>

# 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



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