Ethernet NIC configuration

Status
Not open for further replies.

Murat

Cadet
Joined
Nov 27, 2013
Messages
4
Hi,

Configure the NIC using the ifconfig command to dump when I checked my ethernet speed,

media: Ethernet autoselect (100BaseTX <full-duplex>)

copy the file already exits in the 10-12 Mb did not pass the limit, I did a little research and find the information in the link.

http://www.bluemedora.com/blog/correcting-link-speed-negotiation-issues-freenas-9x

But when I try it 1000baseTX value not pull the USB memory from the FreeNAS system crashes and I have to do the installation from scratch. Can you help in this regard

Note: Prior to version could see the value in the 70-80 Mb.

Motherboard details: http://www.intel.com/content/www/us...top-motherboards/desktop-board-d2550mud2.html

4GB Ram
1 +1 TB HDD

Code:
[root@freenas ~]# ifconfig                                                                                                     
em0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500                                             
        options=42098<VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,VLAN_HWTSO>                                               
        ether 00:22:4d:a4:79:6e                                                                                               
        inet 192.168.1.100 netmask 0xffffff00 broadcast 192.168.1.255                                                         
        nd6 options=9<PERFORMNUD,IFDISABLED>                                                                                   
        media: Ethernet autoselect (100baseTX <full-duplex>)                                                                   
        status: active                                                                                                         
ipfw0: flags=8801<UP,SIMPLEX,MULTICAST> metric 0 mtu 65536                                                                     
        nd6 options=9<PERFORMNUD,IFDISABLED>                                                                                   
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384                                                             
        options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>                                                                 
        inet6 ::1 prefixlen 128                                                                                               
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x8                                                                             
        inet 127.0.0.1 netmask 0xff000000                                                                                     
        nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>                                                                             
bridge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500                                                 
        ether 02:73:f4:a8:70:00                                                                                               
        nd6 options=1<PERFORMNUD>                                                                                             
        id 00:00:00:00:00:00 priority 32768 hellotime 2 fwddelay 15                                                           
        maxage 20 holdcnt 6 proto rstp maxaddr 2000 timeout 1200                                                               
        root id 00:00:00:00:00:00 priority 32768 ifcost 0 port 0                                                               
        member: epair1a flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>                                                         
                ifmaxaddr 0 port 11 priority 128 path cost 2000                                                               
        member: epair0a flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>                                                         
                ifmaxaddr 0 port 10 priority 128 path cost 2000                                                               
        member: em0 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>                                                             
                ifmaxaddr 0 port 1 priority 128 path cost 200000                                                               
epair0a: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500                                         
        options=8<VLAN_MTU>                                                                                                   
        ether 02:d3:82:00:0a:0a                                                                                               
        nd6 options=1<PERFORMNUD>                                                                                             
        media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)                                                                   
        status: active                                                                                                         
epair1a: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500                                         
        options=8<VLAN_MTU>                                                                                                   
        ether 02:04:82:00:0b:0a                                                                                               
        nd6 options=1<PERFORMNUD>                                                                                             
        media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)                                                                   
        status: active  
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
em0 is only getting 100Mb, which is 12MB/sec or so maximum. This isn't a FreeNAS problem. This is a networking problem. You should check your network hardware, cables, etc to see if something is wrong. Something *is* wrong, you just need to find it. Had one of these cases not even 24 hours ago. ;P
 
Status
Not open for further replies.
Top