:)
some of those variables have to be changed to IP-Addresses:
LVSCONF_FORMAT=1.0
LVS_TYPE=VS_DR
INITIAL_STATE=on
CLEAR_IPVS_TABLES=yes
# Wrong !VIP=eth0:110 lvs 255.255.255.255 192.168.194.114
VIP=eth0:110 xxx.xxx.xxx.xxx 255.255.255.255 192.168.194.255
# where xxx- is the virtual address not the physical
#Wrong!DIRECTOR_INSIDEIP=eth0 director-inside 192.168.194.0 255.255.255.0
192.168.194.255
DIRECTOR_INSIDEIP=eth0 yyy.yyy.yyy.yyy 192.168.194.0 255.255.255.0
192.168.194.255
# yyy for physical address
#no default gw for director with VS-DR or VS-Tun
#DIRECTOR_GW=
# AND HERE I GOT PROBLEMS. IF I LET THIS BLANK, ROUTINE KILLS MY DEFAULT GATEWAY
# NETWORK CONN IS LOST !!!
#SERVICE=t telnet rr sneezy bashfull
#SERVICE=t ftp rr sneezy bashfull
SERVICE=t http rr 192.168.194.102:http 192.168.194.104:http 192.168.194.101:http
SERVER_VIP_DEVICE=lo:110
SERVER_NET_DEVICE=eth0
SERVER_GW=192.168.194.112
#----------end lvs_dr.conf------------------------------------
:) Philipp Graupeter
|