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 connected .where and what configuration i need to put ?
Regards
Prak
4 Replies
- Faruk_AYDIN
Altostratus
Hi 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" } - Faruk_AYDIN
Altostratus
Sorry, a close parenthesis "}" is missing.
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" } } - Nfordhk_66801
Nimbostratus
Hi Prak,
You can create a new VIP with the same IP for port 25.
- Faruk_AYDIN
Altostratus
If your exchange clients access to VIP:443, you can create same VIP IP with port 25 as Prak said, and put the iRule to control the traffics
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