Looks good.  the only thing I would suggest is to look
inot the name command so you can associate a name with
an IP, prefrebly a short name.  Saves typing.

Also... On the SSL and even the web apps.  make sure
that there is no need for a "sticky" session.  This
allows a session to be presistant.  Basically go back
to the same server for the session.  There are four
ways to do this on the LD:

1.  Source IP to Dest. IP
2.  SSL session ID
3.  App. cookie
4.  LD genrated cookie.

If you have questions on this let me know.

Moe.


--- Doug Roberts <[EMAIL PROTECTED]> wrote:
> 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]


=====
_____________________________________________
Moe Tavakoli

__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

_________________________________
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