Re: [Linux-HA] routing issue on cluster node

2008-12-04 Thread Nick
Gabriel Bermudez ha scritto: Hi Nick, I followed your advise but it didn't work out. This are the content of the files where I try to set the default gateway: /etc/rc.local ip route add default via xxx.xxx.xxx.xxx dev eth2 touch /var/lock/subsys/local

Re: [Linux-HA] routing issue on cluster node

2008-12-03 Thread Nick
Gabriel Bermudez ha scritto: Hi, I'm trying to configure a high availability router for my internal network. I'm able to set both private and public ips on eth0:0 and eth2:0 respectively with heartbeat. The gateway is configured using the /etc/sysconfig/network file (using centos 5.2)

Re: [Linux-HA] routing issue on cluster node

2008-12-03 Thread Gabriel Bermudez
Hi Nick, I followed your advise but it didn't work out. This are the content of the files where I try to set the default gateway: /etc/rc.local ip route add default via xxx.xxx.xxx.xxx dev eth2 touch /var/lock/subsys/local /etc/sysconfig/network-scripts/route-eth2 default via

[Linux-HA] routing issue on cluster node

2008-12-02 Thread Gabriel Bermudez
Hi, I'm trying to configure a high availability router for my internal network. I'm able to set both private and public ips on eth0:0 and eth2:0 respectively with heartbeat. The gateway is configured using the /etc/sysconfig/network file (using centos 5.2) NETWORKING=yes