Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Installation - Getting started with Red Hat Linux
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
sendmail configuration on redhat
Couldn 't open PID file /var/run/named/named pid Permission denied
Promise 378 controller
kernel 2 6 and /dev/sound/mixer not found
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
Lotus Notes under Wine
/etc/security/limits conf question
Intel E/1000 driver
Command stream end of file while reading
rpm database corrupt
qla2300 modules
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
Network Teaming / Bonding

Network Teaming / Bonding

2005-08-03       - By Smith, Albert

 Back
Reply:     1     2  

> -- --Original Message-- --
> From: redhat-list-bounces@(protected)
> [mailto:redhat-list-bounces@(protected)] On Behalf Of Byther, James
> Sent: Wednesday, August 03, 2005 4:05 PM
> To: 'redhat-list@(protected)'
> Subject: Network Teaming / Bonding
>
>  
> Has anyone been able to configure teaming or bonding on AS
> 3.0 using a Broadcom 5700 adapter to accept "TWO" ip
> addresses on an untagged vlan??
>  
> I want to team or bond two interfaces and have the virtual
> interface respond to two untagged IP addresses.
>  
> I've tried the "basp" driver and it ignores the second
> virtual interface unless there is a vlan set.
> I haven't have much luck with the bonding driver either..
>  
> Any help would be greatly appreciated..
>  
> Jim B.
>  
>
>  
>
>  
>

Matter of fact I setup the bonding today but not for the usual of
virtual addressing but it should work the same though

vi /etc/modules.conf
Add
alias bond0 bonding
options bond0 mode=1 miimon=2

Reboot

lsmod |grep bond

and you should see the bonding module loaded

Then

cd /etc/sysconfig/network-scripts
touch ifcfg-bond0
touch ifcfg-bond0:1


ifcfg-bond0 = your primary address
ifcfg-bond0:1 = secondary address

vi ifcfg-bond0

DEVICE=bond0
BOOTPROTO=none
IPADDR=x.x.x.x
NETMASK=x.x.x.x
NETWORK=x.x.x.x
ONBOOT=yes
USERCTL=no

vi ifcfg-bond0:1

DEVICE=bond0:1
BOOTPROTO=none
IPADDR=x.x.x.x
NETMASK=x.x.x.x
NETWORK=x.x.x.x
ONBOOT=yes
USERCTL=no

vi ifcfg-eth0

DEVICE=eth0
BOOTPROTO=none
MASTER=bond0
SLAVE=yes
USERCTL=no
ONBOOT=yes

vi ifcfg-eth1

DEVICE=eth1
BOOTPROTO=none
MASTER=bond0
SLAVE=yes
USERCTL=no
ONBOOT=yes


vi ifcfg-eth0:1

DEVICE=eth0:1
BOOTPROTO=none
MASTER=bond0:1
SLAVE=yes
USERCTL=no
ONBOOT=yes

vi ifcfg-eth1:1

DEVICE=eth1:1
BOOTPROTO=none
MASTER=bond0:1
SLAVE=yes
USERCTL=no
ONBOOT=yes



service network stop
ifconfig eth0 down
ifconfig eth1 down
service network restart

You should see the bonding interface come up. Check your dmesg, ethtool
and syslog and you should be ok.

Albert Smith
Sr. Unix Systems Administrator
HPCSA, RHCT
Genex Services
440 E. Swedesford Rd.
Wayne, PA 19087
albert.smith@(protected)
(610) 964-5154


--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@(protected)?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

Earn $52 per hosting referral at Lunarpages.