"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/