Forum Discussion
Sulaiman_85782
Nimbostratus
Feb 05, 2014Network type access via F5
Hi
How do a configure a Virtual Server so that when a user uses \x.x.x.x they are able to access the servers in the Pool?
I got one Admin team who use to use \x.x.x.x so that they can check...
IheartF5_45022
Nacreous
Feb 09, 2014Right. So it won't work the same - as you say using an Explorer share is not going to use http. I would define a pathname they can use ie http://mysite.com/admin/host.html, then your iRule would look like this;-
when LB_SELECTED {
if {[HTTP::path] eq "/admin/host.html"} {
HTTP::respond 200 content "[LB::server]"
return
}
}
So they will have the same effect (determining which server is being used) via a different method - note this will only work if you are using persistence and http/oneconnect profiles.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects