Modules and multiple nic cards

View: New views
2 Messages — Rating Filter:   Alert me  

Modules and multiple nic cards

by Adam Niedzwiedzki :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,

I'm a little lost again with modules.
I have 3 nics in my firewall, but I need to manually set there link
settings.
I'm not 100% sure how to do this, I need to set eth0 to 100Mbit Full duplex,
but eth1 and eth2 to 1000Mbit full duplex. (they are all Intel nic's using
the e1000 driver)
Do I just set the line in modules like so..

e1000 Duplex=2,2,2 Speed=100,1000,1000

Cheers
Adam


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
------------------------------------------------------------------------
leaf-user mailing list: leaf-user@...
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/

Re: Modules and multiple nic cards

by Huy Bui :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I had never work out how to do it from the modules setting so what I did was
using the ethtool.lrp package and have the following in the interface file
for eth0
    pre-up ethtool -s eth0 autoneg off speed 10 duplex full

I hope this help. I use an soekeris board with 3 interface for my gateway
Huy.


----- Original Message -----
From: "Adam Niedzwiedzki" <adstar@...>
To: <leaf-user@...>
Sent: Saturday, February 21, 2009 11:02 AM
Subject: [leaf-user] Modules and multiple nic cards


>
> Hi all,
>
> I'm a little lost again with modules.
> I have 3 nics in my firewall, but I need to manually set there link
> settings.
> I'm not 100% sure how to do this, I need to set eth0 to 100Mbit Full
> duplex,
> but eth1 and eth2 to 1000Mbit full duplex. (they are all Intel nic's using
> the e1000 driver)
> Do I just set the line in modules like so..
>
> e1000 Duplex=2,2,2 Speed=100,1000,1000
>
> Cheers
> Adam
>
>
> ------------------------------------------------------------------------------
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco,
> CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the
> Enterprise
> -Strategies to boost innovation and cut costs with open source
> participation
> -Receive a $600 discount off the registration fee with the source code:
> SFAD
> http://p.sf.net/sfu/XcvMzF8H
> ------------------------------------------------------------------------
> leaf-user mailing list: leaf-user@...
> https://lists.sourceforge.net/lists/listinfo/leaf-user
> Support Request -- http://leaf-project.org/
>


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
------------------------------------------------------------------------
leaf-user mailing list: leaf-user@...
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/