Re: [gentoo-user] Gigabit NIC but only 100baseT/Full working

2006-12-05 Thread Pawel Kraszewski
Dnia poniedziałek, 4 grudnia 2006 22:49, Daniel van Ham Colchete napisał:

 I'm planing on using the eth1 ethernet with DRBD. My problem is that
 although the NICs support gigabit ethernet, they only negociate with
 100baseT/Full. I'm using a CAT-5E crossover cable between the servers.

I'm not 100% sure, but try a straight cable. I don't quite remeber, but this 
is due to that all 4 pairs are bi-directional and/or 1k cards are MDI/MDIX 
autosensing.

OTOH see http://www.ertyu.org/steven_nikkel/ethernetcables.html

-- 
 Pawel Kraszewski
 www.kraszewscy.net

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gigabit NIC but only 100baseT/Full working

2006-12-05 Thread Daniel van Ham Colchete

On 12/4/06, kashani [EMAIL PROTECTED] wrote:

Daniel van Ham Colchete wrote:
 Hi all!

 I have two servers here with two Intel E1000 NIC each.

 I'm planing on using the eth1 ethernet with DRBD. My problem is that
 although the NICs support gigabit ethernet, they only negociate with
 100baseT/Full. I'm using a CAT-5E crossover cable between the servers.

 Does anyone have any tip?

auto negotiation sometimes doesn't though it's light years better than
it was ten years ago. I'd play around with ethool -s and set both sides
manually to full 1000. If you don't get errors I'd make that part of the
boot process as well as the network scripts if you restart your
interfaces often.


I tried that and didn't work. But it's working now, see my next msg.

Daniel
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gigabit NIC but only 100baseT/Full working

2006-12-05 Thread Daniel van Ham Colchete

On 12/5/06, Pawel Kraszewski [EMAIL PROTECTED] wrote:

Dnia poniedziałek, 4 grudnia 2006 22:49, Daniel van Ham Colchete napisał:

 I'm planing on using the eth1 ethernet with DRBD. My problem is that
 although the NICs support gigabit ethernet, they only negociate with
 100baseT/Full. I'm using a CAT-5E crossover cable between the servers.

I'm not 100% sure, but try a straight cable. I don't quite remeber, but this
is due to that all 4 pairs are bi-directional and/or 1k cards are MDI/MDIX
autosensing.

OTOH see http://www.ertyu.org/steven_nikkel/ethernetcables.html


Pawel,

you were right. A straight cable worked perfectly! :-)!

Now my network autonegotiated at 1000baseT/Full.

Good reference too.

Thanks!

Best,
Daniel

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Gigabit NIC but only 100baseT/Full working

2006-12-04 Thread Daniel van Ham Colchete

Hi all!

I have two servers here with two Intel E1000 NIC each.

I'm planing on using the eth1 ethernet with DRBD. My problem is that
although the NICs support gigabit ethernet, they only negociate with
100baseT/Full. I'm using a CAT-5E crossover cable between the servers.

Here is my dmesg (both servers):
e1000: eth1: e1000_probe: Intel(R) PRO/1000 Network Connection
e1000: eth1: e1000_watchdog: NIC Link is Up 100 Mbps Full Duplex

My ethtool shows the following (both servers):
Settings for eth1:
  Supported ports: [ TP ]
  Supported link modes:   10baseT/Half 10baseT/Full
  100baseT/Half 100baseT/Full
  1000baseT/Full
  Supports auto-negotiation: Yes
  Advertised link modes:  10baseT/Half 10baseT/Full
  100baseT/Half 100baseT/Full
  1000baseT/Full
  Advertised auto-negotiation: Yes
  Speed: 100Mb/s
  Duplex: Full
  Port: Twisted Pair
  PHYAD: 0
  Transceiver: internal
  Auto-negotiation: on
  Supports Wake-on: umbg
  Wake-on: g
  Current message level: 0x0007 (7)
  Link detected: yes

Does anyone have any tip?

Best regards,
Daniel Colchete
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gigabit NIC but only 100baseT/Full working

2006-12-04 Thread Khabi
From my understanding thats not a problem with the OS, but with the crossover 
cable itself. The os is seeing it as a Gigabit card.

I believe a cat6 cable will work and give you the right speed, you may want to 
try that.  Alternativly, the following should work if you crimp one yourself.

Connector1  Connector2
--
Orange/whiteGreen/White
Orange  Green
Green/White Orange/White
BlueBrown/White
Blue/White  Brown
Green   Orange
Brown/White Blue
Brown   Blue/White


-Rick

On Mon, Dec 04, 2006 at 07:49:09PM -0200, Daniel van Ham Colchete wrote:
 Hi all!
 
 I have two servers here with two Intel E1000 NIC each.
 
 I'm planing on using the eth1 ethernet with DRBD. My problem is that
 although the NICs support gigabit ethernet, they only negociate with
 100baseT/Full. I'm using a CAT-5E crossover cable between the servers.
 
 Here is my dmesg (both servers):
 e1000: eth1: e1000_probe: Intel(R) PRO/1000 Network Connection
 e1000: eth1: e1000_watchdog: NIC Link is Up 100 Mbps Full Duplex
 
 My ethtool shows the following (both servers):
 Settings for eth1:
   Supported ports: [ TP ]
   Supported link modes:   10baseT/Half 10baseT/Full
   100baseT/Half 100baseT/Full
   1000baseT/Full
   Supports auto-negotiation: Yes
   Advertised link modes:  10baseT/Half 10baseT/Full
   100baseT/Half 100baseT/Full
   1000baseT/Full
   Advertised auto-negotiation: Yes
   Speed: 100Mb/s
   Duplex: Full
   Port: Twisted Pair
   PHYAD: 0
   Transceiver: internal
   Auto-negotiation: on
   Supports Wake-on: umbg
   Wake-on: g
   Current message level: 0x0007 (7)
   Link detected: yes
 
 Does anyone have any tip?
 
 Best regards,
 Daniel Colchete
 -- 
 gentoo-user@gentoo.org mailing list
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gigabit NIC but only 100baseT/Full working

2006-12-04 Thread Daniel van Ham Colchete

Thanks Rick,

I'm going to try that tomorrow. I thought CAT5e cable would support
gigabit connections.

Best regards,
Daniel Colchete

On 12/4/06, Khabi [EMAIL PROTECTED] wrote:

From my understanding thats not a problem with the OS, but with the crossover 
cable itself. The os is seeing it as a Gigabit card.

I believe a cat6 cable will work and give you the right speed, you may want to 
try that.  Alternativly, the following should work if you crimp one yourself.

Connector1  Connector2
--
Orange/whiteGreen/White
Orange  Green
Green/White Orange/White
BlueBrown/White
Blue/White  Brown
Green   Orange
Brown/White Blue
Brown   Blue/White


-Rick

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gigabit NIC but only 100baseT/Full working

2006-12-04 Thread Mike Williams
On Monday 04 December 2006 23:30, Daniel van Ham Colchete wrote:
 I'm going to try that tomorrow. I thought CAT5e cable would support
 gigabit connections.

Cat5e does support gig ethernet.
The cable has to be good though. I know I've had at least one cable that 
looked perfectly fine, worked perfectly at 100meg, but would never 
auto-negotiate at 1gig.

-- 
Mike Williams
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gigabit NIC but only 100baseT/Full working

2006-12-04 Thread kashani

Daniel van Ham Colchete wrote:

Hi all!

I have two servers here with two Intel E1000 NIC each.

I'm planing on using the eth1 ethernet with DRBD. My problem is that
although the NICs support gigabit ethernet, they only negociate with
100baseT/Full. I'm using a CAT-5E crossover cable between the servers.

Does anyone have any tip?


auto negotiation sometimes doesn't though it's light years better than 
it was ten years ago. I'd play around with ethool -s and set both sides 
manually to full 1000. If you don't get errors I'd make that part of the 
boot process as well as the network scripts if you restart your 
interfaces often.


kashani
--
gentoo-user@gentoo.org mailing list