Problem with 1000 Gigabite Ethernet Connection

Status
Not open for further replies.

mra85

Cadet
Joined
Jan 9, 2012
Messages
3
Hi

I have following hardware installed on FreeNAS-8.0.3-RELEASE-x86.

Intel P4 3.0Ghz CPU
Intel D945GTP MB
4x1GB PC-667 Kingston Memory
4x2TB WDGreen Disks

The Intel Board has a 82573E Ethernet Controller. (Link: http://downloadmirror.intel.com/15171/eng/D945GNT_D945GTP_ProductGuide03_English.pdf)

Unfortunately i can't activate the gigabit mode with ifconfig.

I tried the following command in the shell: "ifconfig em0 media 1000baseTX mediaopt full-duplex"
After this the ifconfig entry is set to 1000baseTX but the server is offline.
After a reboot the settings are again 100base TX full duplex. -.-

Is this a common problem? Is my NIC incompatible, should i buy a separate PCI NIC?


Sry. fore my english :) Best Regards
 

AndroidCat

Cadet
Joined
Nov 29, 2011
Messages
8
Are you sure your card is connected to 1G-capable device (router, switch) using proper Ethernet cable (CAT5e or better)?
 

mra85

Cadet
Joined
Jan 9, 2012
Messages
3
Yes I am 100% sure. 1G Connection on windows xp prof works fine....
 

AndroidCat

Cadet
Joined
Nov 29, 2011
Messages
8
Please post
/var/log/messages

contents here as well as ifconfig

Maybe somebody will spot something.
 

mra85

Cadet
Joined
Jan 9, 2012
Messages
3
ifoncifg:

[root@NAS] ~# ifconfig
em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=219b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,WOL_MAGIC>
ether 00:16:76:2c:4e:70
inet 10.0.1.150 netmask 0xffffff00 broadcast 10.0.1.255
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=3<RXCSUM,TXCSUM>
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2
inet6 ::1 prefixlen 128
inet 127.0.0.1 netmask 0xff000000
nd6 options=3<PERFORMNUD,ACCEPT_RTADV>

If I type in "/var/log/messages" i receive the message "/var/log/messages: Permission denied"

This happens local on the shell and also via ssh as root user...
 
Status
Not open for further replies.
Top