Hello,
I was wondering if I could do the following (unfortunately I do not have a
test env)
My current ldirectord.cf looks like
##snippet##
virtual=66.208.187.10:80
real=192.168.0.203:80 gate
real=192.168.0.204:80 gate
fallback=127.0.0.1:80 gate
service=http
request="ldirectordping.html"
receive="Test Page"
scheduler=wlc
persistent=1800
netmask=255.255.255.0
protocol=tcp
I would like to add the following? Would this be legal?
virtual=66.208.187.10:8888
real=192.168.0.203:80 gate
service=http
request="ldirectordping.html"
receive="Test Page"
scheduler=wlc
persistent=1800
netmask=255.255.255.0
protocol=tcp
virtual=66.208.187.10:8889
real=192.168.0.204:80 gate
service=http
request="ldirectordping.html"
receive="Test Page"
scheduler=wlc
persistent=1800
netmask=255.255.255.0
protocol=tcp
|