Forum Discussion
JCMATTOS_41723
Nimbostratus
Apr 01, 2009Reflexive irule ACL?
We have a linkcontroller and we would like to see if there is a reflexive type irule that can allow connections initiated/sourced from one host 10.3.3.3 to 10.4.4.4, but not connections initiated/sourced from 10.4.4.4 to 10.3.3.3? I checked the packet filter section but it doesn't seem to have the reflexive type features we are looking for. Thx!
- The_Bhattman
Nimbostratus
I suppose you can create the iRule that looks like the followingwhen CLIENT_ACCEPTED { if { [matchclass [IP::client_addr] equals $::Hosts]} { forward } else { drop } }
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