Networking Forums

Networking Forums > Computer Networking > Linux Networking > bonded interface in linux

Reply
Thread Tools Display Modes

bonded interface in linux

 
 
renjith
Guest
Posts: n/a

 
      03-07-2006, 04:13 AM
Dear all,

i am a new member to this group..
i would like to tell u one issue with bonded interfaces..
i need dhcp server to give ip to my bonded interfaces(bond0 = eth0 +
eth1)
but i don't know how to do..where to change?
if any one knows,plz help me



thanks & regards
renjith r v
s/w engg:
india

 
Reply With Quote
 
 
 
 
Paul Dwerryhouse
Guest
Posts: n/a

 
      03-07-2006, 04:26 AM
"renjith" <(E-Mail Removed)> writes:

>Dear all,


>i would like to tell u one issue with bonded interfaces.. i need dhcp server
>to give ip to my bonded interfaces(bond0 = eth0 + eth1) but i don't know how
>to do..where to change?


That depends on the distribution that you are running.

For Debian or Ubuntu, put it in your /etc/network/interfaces file:

auto bond0
iface bond0 inet dhcp

For Redhat/Fedora or any other distribution that uses /etc/sysconfig/, put
it in /etc/sysconfig/network-scripts/ifcfg-bond0:

DEVICE=bond0
BOOTPROTO=dhcp
ONBOOT=yes

Cheers,

Paul

--
Paul Dwerryhouse | PGP Key ID: 0x6B91B584
================================================== ======================
Building Java RPMS for Redhat Enterprise Linux and Fedora:
http://nepotismia.com/redhat/java/
 
Reply With Quote
 
renjith
Guest
Posts: n/a

 
      03-07-2006, 08:52 AM
hi paul,

thanks for your reply.
But still am facing some problems..
I have configured dhcp for the bonded interface..But when i restart the
network service,
it is telling that
for bond0 "no link present. Check cable?"
for eth0 & eth1,the link becomes down

can u tell what will be the problem?

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
bonded interface causes udev error after reboot veloxxswiftfox@gmail.com Linux Networking 0 10-31-2008 04:45 AM
Lost default gateway problem with Bonded interface bc9ams@gmail.com Linux Networking 0 07-04-2007 01:12 PM
One Linux box, two WAN interface... JKB Linux Networking 0 04-27-2007 04:48 PM
Linux API to create logical interface on a physical interface? Zarko Coklin Linux Networking 2 07-18-2004 01:50 AM
Nildram Bonded ADSL works with Linux Edward Chapman Broadband 0 02-28-2004 07:24 PM



1 2 3 4 5 6 7 8 9 10 11