Forum Discussion
kridsana
Sep 09, 2022Cirrocumulus
Block direct IP access from internet
Hi We have multi-domain (ie. a1.test.com, a2.test.com, etc) which is in one Virtual server. (*.test.com) Can we block direct ip access from internet? we want customer to connect using only web...
P_Kueppers
Sep 09, 2022MVP
First of all there is a simple rule: Use LTM Policy instead of iRule wherever its possible. Small benefit of this is less cpu and easier understanding. Simple create a LTM Policy with rules like
"if hostname xyz.com forward to pool 123"
"if hostname abc.com AND tcp address matches 1.2.3.4 forward to pool 456"
Do this with every hostname, apply this policy to your virtual server.
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