Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

bonding

Status
Not open for further replies.

cellspam

ISP
Jun 28, 2008
114
AR
Hi all,

I configured my red hat server with bonding but i can't ping
no webpage or server on the net.
I checked the /resolve.com and add the dns i can ping my default gateway.

Any ideas?
 
Are you trying to ping on a local LAN address or a public WAN address. Stupid thing to check, but if you are pinging the WAN address is your router (assuming you have one) configured to respond to pings?
 
The file you need to edit is /etc/resolv.conf

Checkout this thread for more info if required.

And make sure you have the correct gateway defined here: /etc/sysconfig/network. Like so.
Code:
GATEWAY=<ip.address.of.gateway>
 
Im having the same issue. i can ping my local computers but no the internet, if i disable the bonding i dont have issues.

thanks
 
So you are trying to aggregate mutiple interfaces, where are they plugged into?

 
in my case im useing vmware server and for what i found that can be the issue.

I dont know where cellspam is plugin to.

thanks
 

In active/backup mode, I don't think it requires any special switch. However in Balanced mode, it requires a switch that support trunking/Etherchannel. Some managed switches must be manually set... some unmanaged switches support it but certainly not all.
 
i have this configuration
[root@RH network-scripts]# more ifcfg-bond0
DEVICE=bond0
IPADDR=192.168.1.130
NETWORK=192.168.1.1
NETMASK=255.255.255.0
USERCTL=no
BOOTPROTO=no
ONBOOT=yes
 
And what do you have in the ifcfg-eth* files for the interfaces that you are bonding?

Annihilannic.
 
i fixed the issue adding this
route add default gw 192.168.1.1 bond0

thanks!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top