Forum Discussion
Jan_Rockstedt_4
Nimbostratus
Jan 14, 2014VIP for SMTP to see the real client ip.
Hi all,
We have setup a VIP for port 25 and use the below irule together with data group to restrict the access.
But we do not see the real client ip addresses I guess because of SNAT.
Any sugge...
PeteWhite
Employee
Jan 14, 2014when CLIENT_ACCEPTED {
if { [class match IP::addr [IP::client_addr] equals "SMTP_data_group"] }{
pool smtp_inbound
} else {
TCP::respond "550 message rejected - If you think this is an error report it to Global NOC" TCP::release TCP::close drop return
}
}
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