oh,god , anybody help me!
recently , i try build lvs/tun of keepalived . but i am failure.
-------------------------------------------------------------------------------------
vip 172.16.39.100
lb1 master 172.16.39.10
lb2 backup 172.16.39.20
real server1 172.16.39.30
real server2 172.16.39.40
------master keepalived.conf----------------------------------------
global_defs {
router_id LVS_DEVEL_M
}
vrrp_instance websev {
state MASTER
interface eth0
virtual_router_id 51
priority 100
advert_int 1
authentication {
auth_type PASS
auth_pass 1111
}
virtual_ipaddress {
172.16.39.100
}
}
virtual_server 172.16.39.100 80 {
delay_loop 6
lb_algo rr
lb_kind TUN
persistence_timeout 10
protocol TCP
real_server 172.16.39.30 80 {
weight 1
TCP_CHECK {
connect_timeout 3
nb_get_retry 3
delay_before_retry 3
}
}
real_server 172.16.39.40 80 {
weight 1
TCP_CHECK {
connect_timeout 3
nb_get_retry 3
delay_before_retry 3
}
}
}
> no,my mean is the keepalived lvs need ipvsadmAh right. Sorry, I thought you were having more problems :)
Steve
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos