keepalived no pings

Tim Dunphy <[email protected]>
Newsgroups gmane.linux.keepalived.devel
Message-ID <CAOZy0enDw8a7zeXEKSqMAuguc_bmfhC3TYsavVwDsE53WMH-wg@mail.gmail.com>
Hello,


 I'm trying to setup keepalived in a unicast environment. Last time I dd
this I didn't have any trouble.

 But this time around I installed version keepalived-1.2.13-4.el6.x86_64
via yum and entered the following config:


vrrp_script chk_haproxy {
script "killall -0 haproxy"     # cheaper than pidof
interval 2                      # check every 2 seconds
weight 2                        # add 2 points of prio if OK
}

vrrp_instance VI_1 {
interface eth1
state MASTER
virtual_router_id 51
priority 101                    # 101 on master, 100 on backup
vrrp_unicast_bind 3.3.86.246   # Internal IP of this machine
vrrp_unicast_peer 3.3.86.247   # Internal IP of peer
virtual_ipaddress {
3.3.87.23
}
track_script {
chk_haproxy
}
}


Keepalived is running:

[root@aoaapld00130la keepalived]# service keepalived status
keepalived (pid  54037) is running...


But whern I try to ping the virual address I'm trying to use, I can't!!!


[root@aoaapld00130la keepalived]# ping 3.3.87.23
PING 3.3.87.23 (3.3.87.23) 56(84) bytes of data.
>From 3.3.86.246 icmp_seq=2 Destination Host Unreachable
>From 3.3.86.246 icmp_seq=3 Destination Host Unreachable
>From 3.3.86.246 icmp_seq=4 Destination Host Unreachable

Can anyone tell me where I'm going wrong?

I also tried this version, which is how I got this working previously:

keepalived-1.1.19-4wt.x86_64.rpm

But no luck on this machine for some reason.

Any help would be appreciated!

Thanks!
Tim


-- 
GPG me!!

gpg --keyserver pool.sks-keyservers.net --recv-keys F186197B

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/

_______________________________________________
Keepalived-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/keepalived-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.