Bonding and default gateway problem (CentOS)
        Posted  
        
            by 
                lg
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by lg
        
        
        
        Published on 2011-01-10T14:07:29Z
        Indexed on 
            2011/01/10
            14:55 UTC
        
        
        Read the original article
        Hit count: 244
        
I configured network bonding on two machine with centos 5.5. Bonding works well, but the problem is default gateway: it is not configured!
I follow this tutorial. I added GATEWAY in both (and either) /etc/sysconfig/network and /etc/sysconfig/network-scripts/ifcfg-bond0. But, when I restart network (or server) there is no default gateway (route command).
This is ip route ls output after network restart:
10.0.0.0/16 dev bond0 proto kernel scope link src 10.0.0.88
Where is my mistake?
© Server Fault or respective owner