combining 2 ethernet cards using FC 6?

Dave Germiquet davegermiquet-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org
Wed Nov 29 22:59:03 UTC 2006


Thanks Kyle.

Looks similiar to RHES3 howto though i havent fully read it yet. :)

I'll be implementing it tomorrow :)

On 11/29/06, Kyle O'Donnell <kyleodonnell-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org> wrote:
>
> Works like a charm.
>
>
> http://www.cyberciti.biz/howto/question/static/linux-ethernet-bonding-driver-howto.php
>
> Here is my setup:
> (mode=1 is failover)
>
> /etc/sysconfig/network/ifcfg-bond0
> DEVICE=bond0
> BOOTPROTO='none'
> BROADCAST='1.1.1.255'
> IPADDR='1.1.1.3'
> MTU=''
> NETMASK='255.255.255.0'
> NETWORK='1.1.1.0'
> REMOTE_IPADDR=''
> STARTMODE='onboot'
> BONDING_MASTER='yes'
> BONDING_MODULE_OPTS='mode=1 miimon=100'
> BONDING_SLAVE_0='eth0'
> BONDING_SLAVE_1='eth1'
>
> /etc/sysconfig/network/ifcfg-eth0:
> BOOTPROTO='static'
> BROADCAST=''
> ETHTOOL_OPTIONS=''
> IPADDR='1.1.1.1'
> MTU=''
> NAME='Intel PRO/1000 MT Dual Port Server Adapter'
> NETMASK='255.255.255.0'
> NETWORK=''
> REMOTE_IPADDR=''
> STARTMODE='auto'
> UNIQUE='rBUF.Mmt+I_09Qk2'
> USERCONTROL='no'
> _nm_name='bus-pci-0000:01:01.0'
>
> /etc/sysconfig/network/ifcfg-eth1
> BOOTPROTO='static'
> BROADCAST=''
> ETHTOOL_OPTIONS=''
> IPADDR='1.1.1.2'
> MTU=''
> NAME='Intel PRO/1000 MT Dual Port Server Adapter'
> NETMASK='255.255.255.0'
> NETWORK=''
> REMOTE_IPADDR=''
> STARTMODE='auto'
> UNIQUE='JNkJ.Mmt+I_09Qk2'
> USERCONTROL='no'
> _nm_name='bus-pci-0000:01:01.1'
> PREFIXLEN=''
>
>
>
> On 11/29/06, Dave Germiquet <davegermiquet-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org> wrote:
> > Hi All,
> >
> >       Does anyone know how to combine 2 ethernet cards to act as one?  I
> > found this link haven't tried it yet (will be doing it tomorrow)
> >
> >        I just want to know if anyone has been successful?
> >
> >        Here's the link on how to do it with RHES3: :S
> >
> >
> >
> http://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/ref-guide/s1-networkscripts-interfaces.html#S2-NETWORKSCRIPTS-INTERFACES-CHAN
> >
> >
> --
> The Toronto Linux Users Group.      Meetings: http://gtalug.org/
> TLUG requests: Linux topics, No HTML, wrap text below 80 columns
> How to UNSUBSCRIBE: http://gtalug.org/wiki/Mailing_lists
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://gtalug.org/pipermail/legacy/attachments/20061129/542f468d/attachment.html>


More information about the Legacy mailing list