Forum Discussion
Arun_102398
Nimbostratus
Jun 02, 2010subnet access to a proxy
We have a seperate LB in our environment to load balance proxies on our network.
So, as part of it. we would like to restrct a prticuar subnet to access a seperate proxy IP which is under a pool.So, we created an iRule. But, it did not give desired reqult. Below are the details of rule:
Ex Internal subnet: 172.16.25.x
Ex Proxy IP: 216.64.12.215
data grroup: poc_proxy_test which has the internal subnet.
iRule as created.
------------------
when CLIENT_ACCEPTED { if { [matchclass [IP::client_addr] equals $::poc_proxy_test] } {
IronPort Address
node 216.64.12.215[TCP::server_port] }
}
- Michael_Yates
Nimbostratus
What were the unexpected results / behavior that you are trying to work around?when CLIENT_ACCEPTED { if { [matchclass [IP::client_addr] equals $::poc_proxy_test] } { IronPort Address node 216.64.12.215 0 } }
- Arun_102398
Nimbostratus
hi mich,
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