cant ping Keepalived VIP

Posted by Impossible_Put_1883@reddit | linuxadmin | View on Reddit | 5 comments

Hello,

i am facing really strange problem , i cant ping keepalived VIP.

problem : i cant ping 172.17.2.80

here is the keepalived conf :

vrrp_instance VI_1 {
    state MASTER    interface ens192
    virtual_router_id 51
    priority 100
    advert_int 1
    authentication {
        auth_type PASS
        auth_pass 1111
    }
    virtual_ipaddress {
        171.17.2.80
    }
}