Forum Discussion
Harry1
Nimbostratus
Mar 30, 2016Need to configure VIP to accept smtp connections
Hi ,
i have bigip with LTM and APM configured. want to allow smtp port 25 in LTM from various applications. application server will hit on configured VIP on port 25 and it must be allowed and conne...
Faruk_AYDIN
Altostratus
Mar 30, 2016Hi Prak
You must create a Data Class(class_trusted_clients) and an iRule to filter which IP is allowed to access to SMTP server. Like this:
when CLIENT_ACCEPTED {
if {![class match [IP::client_addr] equals class_trusted_clients]}
{
drop
log local0. "dropped: [IP::client_addr] is trying to access to SMTP"
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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