Forum Discussion
Sonny
Oct 01, 2015Cirrus
Configuring VS to access LTM
I have 2 management interfaces, x.x.10.1 and x.x.20.1. I normally access the device through 20.1. So I created a vs to access 10.1. However, looking at the tcpdump, I don't see any response back from...
Kevin_Stewart
Oct 01, 2015Employee
What BIG-IP version are you running?
You need a single APM VIP:
- HTTP profile
- Access profile
- Client SSL profile
- Server SSL profile (parent serverssl will do)
- SNAT Automap
-
iRule:
when ACCESS_ACL_ALLOWED { node 127.0.0.1 443 }
Or, depending on platform:
when ACCESS_ACL_ALLOWED {
node [management port ip] 443
}
You may also try the CLIENT_ACCEPTED event, but I don't think that matters. This configuration definitely woks in 11.4+ and 12.0.
So if the above still fails, what errors are you getting?
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