Forum Discussion
F5 UAG SharePoint 2010 (NO DIRECT ACCESS)
Hi Guys,
I cannot find any info on using UAG with F5 in non integrated NLB mode and without DirectAccess. We are using UAG to publish SharePoint sites.
Just to share my config and get feedback on how to optimize it:
here is my config:
F5 VIP (UAG VIP) => 2 UAG servers (Array with Non integrated NLB) => F5 VIP (SharePoint) => 2 SharePoint servers
So connections to UAG servers are load balanced by the first UAG VIP and The Connections from the UAG servers are load balanced by the second SharePoint VIP to the sharepoint servers.
My concerns are about the NLB setting and VIP configurations needed to make this setup as optimized as possible.
So far we only created basic VIPs and monitors. The setup is working.
I read here (http://blogs.technet.com/b/edgeacce...dered.aspx) that the OneNetProfile is to be avoided on UAG vips.
So any advices, hints or links about this config are welcome.
Thanks.
- Kevin_StewartEmployeeBy default, cookies are host-based, meaning they are tied to the host name. When you click the link of webapp2 your browser sees this as a new connection for which it has no cookies. And no cookie, no persistence. So ultimately you need to be able to persist across host names, irrespective to the fact they're on the same VIP. The built-in cookie persistence profile doesn't have the ability to set a domain cookie, so that isn't an option. Other persistence methods, however, do allow you to "match across". Source address persistence is an obvious option if you control the IP space. Otherwise is there anything in the link to webapp2 that comes from webapp1? Another domain cookie? You may even consider rolling your own cookie persistence to set a value that the browser will faithfully transmit to both hosts.
- JoeTheFifthAltostratusOK. webapp01 and webapp02 belong to the same domain = webapp1.mydomain.com and webapp2.mydomain.com.
- JoeTheFifthAltostratus
found this irule in an old thread : (https://devcentral.f5.com/community/group/aft/7214/asg/50)
set cookies [HTTP::cookie names]
look for a persistence cookie being set
if { $cookies contains "BIGipServer" } {
rewrites all cookies being set
foreach cookie_name $cookies {
set cookie_value [HTTP::cookie $cookie_name]
HTTP::cookie remove $cookie_name
HTTP::cookie insert name $cookie_name value $cookie_value domain "mydomain.com" path "/" }
}
}
tried it and does not seem to work !
- Kevin_StewartEmployeeYes, I believe that will work. Watch in your Fiddler trace if the first request to webapp2 contains the BIGIPServer cookie.
- JoeTheFifthAltostratus
small update here: everything works now and here is how the setup has been done:
We did test Source_addr persistence but it was not a valid option since persistence is not maintained when the request for webapp1.mydomain.com comes from one proxy server ip and the webapp2.mydomain.com comes from another proxy server ip in the same user session.
- wng_98840NimbostratusHi JoetheFifth, Would it be possible to post up the irule you are using for this setup? When you mention 'generic persistence profile' do you mean 'universal' ? We are experiencing some SP2010 rendering issues within the same scenario as you have posted. Thanks, Bill
- JoeTheFifthAltostratus
what is your exact setup. Mine does not use AAM. so unique url from end to end. and https from end to end. cleint => ssl => bigip uag vip => ssl => bigip sps vip => ssl => sps server.
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com