Forum Discussion
Jorge_48257
Apr 22, 2011Nimbostratus
iRule to drop port request
How can I drop request to a VIP on tcp port 110 and 143 on a LTM running version 10.2.0? I've tried the following but it does not seem to work. if { [TCP::local_port] != 110} { drop } I get line 1: [...
Jorge_48257
Apr 22, 2011Nimbostratus
Here you go.
virtual EXCH-CAS_RPC_vs {
pool EXCH-RPC_pool
destination 10.10.10.10:any
ip protocol tcp
persist exch_rpc_persist
profiles {
tcp-lan-optimized {
serverside
}
tcp-wan-optimized {
clientside
}
}
}
This is used for Exchange RPC but do not want it to listen on unsecured POP and IMAP. That's why we want to block TCP/110 and TCP/143.
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