Forum Discussion
nba_preseason_g
Aug 29, 2013Nimbostratus
Irule to limit access to VIP to only certain source ip addresses
I need an irule to only allow access to the f5 vip to certain source ip addresses. I think an irule is the only way to do his but please correct me if I am wrong.
Thx!
Kevin_Stewart
Aug 05, 2015Employee
The format varies between older and newer BIG-IP versions, but this is what an internal address datagroup looks like in 11.4+
ltm data-group internal /Common/my_ips {
records {
10.70.0.0/24 { }
10.80.0.0/24 { }
}
type ip
}
If you created this as a text file you can merge it like so:
tmsh load sys config merge file my_ips.txt
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