nikkon
Contributor
- Joined
- Dec 16, 2012
- Messages
- 171
Hi all,
I have this MOBO with 2 intel gigabit lan connections.
http://www.asrock.com/mb/Intel/H270M-ITXac/index.us.asp#Specification
Unfortunately, FreeNAS sees only one as gigabit.
Any clue how can I make the second interface work @ full speed?
I have this MOBO with 2 intel gigabit lan connections.
http://www.asrock.com/mb/Intel/H270M-ITXac/index.us.asp#Specification
Unfortunately, FreeNAS sees only one as gigabit.
Code:
ifconfig igb0 igb0: flags=8d02<BROADCAST,PROMISC,OACTIVE,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=2400b9<RXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,VLAN_HWTSO,RXCSUM_IPV6> ether 70:85:c2:50:4b:54 nd6 options=9<PERFORMNUD,IFDISABLED> media: Ethernet autoselect (100baseTX <full-duplex>) status: active ifconfig em0 em0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=40098<VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,VLAN_HWTSO> ether 70:85:c2:50:4b:56 inet x.x.x.x netmask 0xffffff00 broadcast x.x.x.x nd6 options=9<PERFORMNUD,IFDISABLED> media: Ethernet autoselect (1000baseT <full-duplex>) status: active pciconf -lv em0@pci0:0:31:6: class=0x020000 card=0x15b81849 chip=0x15b88086 rev=0x00 hdr=0x00 vendor = 'Intel Corporation' device = 'Ethernet Connection (2) I219-V' class = network subclass = ethernet igb0@pci0:2:0:0: class=0x020000 card=0x15391849 chip=0x15398086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = 'I211 Gigabit Network Connection' class = network subclass = ethernet
Any clue how can I make the second interface work @ full speed?
Last edited by a moderator: