Forum Discussion
mohamed_80579
Nimbostratus
Feb 19, 2013Irule for IP forwarding based on remote port
I Need the virtual server 0.0.0.0/0 with IP fowarding as virtual Type. Now the traffic is initiated from server to internet gateway device via F5 LTM and response is fine.
Now i need to create ...
What_Lies_Bene1
Cirrostratus
Feb 19, 2013Here you go;
Create a Class (called allowed_ports below) with just strings
containing the ports you wish to allow
when CLIENT_ACCEPTED {
if { [class match [string [TCP::local_port] equals allowed_ports] } {
return }
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