EL 4.0 and how it does Networking now.

Waldher, Travis R Travis.R.Waldher at boeing.com
Fri Jun 3 21:54:17 UTC 2005



> -----Original Message-----
> From: Rick Stevens [mailto:rstevens at vitalstream.com]
> 
> Then, in /etc/modprobe.conf:
> 
>      alias eth0	bcm5700
>      alias eth1	bcm5700
>      alias eth2	e1000
>      alias eth3	e1000
>      install bond0 /sbin/modprobe -a eth0 eth1 && /sbin/modprobe
bonding
>      alias bond0	bonding
>      options bond0	mode=x,miimon=100,primary=eth0,etc.
>      install bond1 /sbin/modprobe -a eth2 eth3 && /sbin/modprobe
bonding
>      alias bond1	bonding
>      options bond1	mode=x,miimon=100,primary=eth2,etc.

Only one problem...  you can only set options for bonding ONCE.  Across
the board for all interfaces, Redhat recognizes that as a problem and
told me they were fixing it.

If you do this this way, this is what you end up with:

[root at lcas200 ~]# ifconfig
bond0     Link encap:Ethernet  HWaddr 00:11:0A:56:54:68
          inet addr:132.224.158.28  Bcast:132.224.158.255
Mask:255.255.255.0
          inet6 addr: fe80::200:ff:fe00:0/64 Scope:Link
          UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1
          RX packets:97 errors:0 dropped:0 overruns:0 frame:0
          TX packets:78 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:8426 (8.2 KiB)  TX bytes:8420 (8.2 KiB)

eth1      Link encap:Ethernet  HWaddr 00:11:0A:56:54:68
          inet addr:132.224.158.28  Bcast:132.224.158.255
Mask:255.255.255.0
          inet6 addr: fe80::211:aff:fe56:5468/64 Scope:Link
          UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
          RX packets:50 errors:0 dropped:0 overruns:0 frame:0
          TX packets:40 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:4694 (4.5 KiB)  TX bytes:4607 (4.4 KiB)
          Base address:0x4000 Memory:fdde0000-fde00000

eth4      Link encap:Ethernet  HWaddr 00:11:0A:56:54:68
          inet addr:132.224.158.28  Bcast:132.224.158.255
Mask:255.255.255.0
          inet6 addr: fe80::211:aff:fe56:5468/64 Scope:Link
          UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
          RX packets:48 errors:0 dropped:0 overruns:0 frame:0
          TX packets:40 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:3796 (3.7 KiB)  TX bytes:4521 (4.4 KiB)
          Base address:0x5040 Memory:fde60000-fde80000

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:1098 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1098 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:1266608 (1.2 MiB)  TX bytes:1266608 (1.2 MiB)

[root at lcas200 ~]# ifup bond1
/sbin/modprobe
bonding device bond1 does not seem to be present, delaying
initialization.
[root at lcas200 ~]#




More information about the Redhat-install-list mailing list