| 
 
 
Brad Taylor wrote:
 
Where can I find info on setting up an LVS-DR using Ultra Monkey 3?  The
site looks to only show LVS-NAT.  Thanks.
  
 
Brad,
Just change masq to gate i.e.
# Ldirectord configuration file generated by Loadbalancer.org appliance
# Global options
checktimeout=3
checkinterval=1
quiescent=no
fallback=127.0.0.1:80
autoreload=yes
 virtual=10.0.0.28:80 gate 
	real=10.0.0.13:80 gate 1 ".loadbalancer","TestPage" 
	real=10.0.0.11:80 gate 1 ".loadbalancer","TestPage" 
	fallback=127.0.0.1:80
        service=https
        checktype=connect
        request=".loadbalancer"
        receive="TestPage"
        scheduler=wlc
        netmask=255.255.255.255
        protocol=tcp
virtual=10.0.0.38:443 gate
	real=10.0.0.11:443 gate 1 "check.txt","OK" 
	real=10.0.0.12:443 gate 1 "check.txt","OK" 
	fallback=127.0.0.1:443
        service=https
        checktype=connect
        request="check.txt"
        receive="OK"
        scheduler=wrr
        persistent=300
        netmask=255.255.255.255
        protocol=tcp
 |