Hello,
We have a GIGABYTE GA-P55M-UD2 motherboard with a re0: <RealTek 8168/8168B/8168C/8168CP/8168D/8168DP/8111B/8111C/8111CP/8111DP PCIe Gigabit Ethernet> Ethernet onboard. The box is running a FreeBSD 8.0 RELEASE and the problem is that when we try to link up the device, it remains as "no carrier":
We have to use that special parameters with ifconfig because our switch does not support autoselect.
We have more than 10 FreeBSD servers connected to the same switch using the same command and everyone of them works fine.
Could you guys suggest any ideas besides changing the Ethernet adapter or switch?
We have a GIGABYTE GA-P55M-UD2 motherboard with a re0: <RealTek 8168/8168B/8168C/8168CP/8168D/8168DP/8111B/8111C/8111CP/8111DP PCIe Gigabit Ethernet> Ethernet onboard. The box is running a FreeBSD 8.0 RELEASE and the problem is that when we try to link up the device, it remains as "no carrier":
Code:
# ifconfig re0 172.16.247.34 netmask 255.255.255.0 media 100baseTX mediaopt full-duplex
[root@apollo ~]# ifconfig
re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=389b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_UCAST,WOL_MCAST,WOL_MAGIC>
ether 00:24:1d:d9:48:e3
inet 172.16.247.34 netmask 0xffffff00 broadcast 172.16.247.255
media: Ethernet 100baseTX <full-duplex> (none)
status: no carrier
re1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=389b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_UCAST,WOL_MCAST,WOL_MAGIC>
ether 00:40:f4:cf:0c:5f
inet 10.10.10.143 netmask 0xff000000 broadcast 10.255.255.255
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
fwe0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=8<VLAN_MTU>
ether 02:e1:1f:00:24:1d
ch 1 dma -1
fwip0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
lladdr 0.e1.1f.37.0.0.24.1d.a.2.ff.fe.0.0.0.0
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=3<RXCSUM,TXCSUM>
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5
inet6 ::1 prefixlen 128
inet 127.0.0.1 netmask 0xff000000
We have to use that special parameters with ifconfig because our switch does not support autoselect.
We have more than 10 FreeBSD servers connected to the same switch using the same command and everyone of them works fine.
Could you guys suggest any ideas besides changing the Ethernet adapter or switch?