Hi all -

Is anyone familiar enough with the LocalDirector enough to check this 
config? The desired effect seems simple enough:
                     |-- port 80 to server 1 with failover on server 2
www.mydomain.com----|-- port 443 to server 1 with failover on server 2
                     |-- port 8080 to server 1 with failover on server 2

If www.mydomain.com is 192.168.10.10
Server 1 is 10.10.10.1
Server 2 is 10.10.10.2

Is this right?

real 10.10.10.1:80 is
real 10.10.10.1:443 is
real 10.10.10.1:8080 is

real 10.10.10.2:80 is
real 10.10.10.2:443 is
real 10.10.10.2:8080 is

virtual 192.168.10.10:80
virtual 192.168.10.10:443
virtual 192.168.10.10:8080

bind 192.168.10.10:80 10.10.10.1:80
bind 192.168.10.10:80 10.10.10.2:80

bind 192.168.10.10:443 10.10.10.1:443
bind 192.168.10.10:443 10.10.10.2:443

bind 192.168.10.10:8080 10.10.10.1:8080
bind 192.168.10.10:8080 10.10.10.2:8080

Thanks - I don't have anyone on staff that knows the LD any better than I, 
so I need a sanity check before I take down the company web site.  :/

Optionally, is there any way to config the LD to fail over both 80 and 443 
if one or the other fails?


Doug Roberts, CCNA
==========================
"There are a lot of interesting people here, a pretty high concentration of 
creative, interesting, smart people. You just have to make an effort to 
group them together, because they're interspersed with a lot of morons."

Aimee Mann as quoted in The Onion
==========================

_________________________________
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to