Forum Discussion
John_Masgalas_4
Nimbostratus
Feb 22, 2008smtp access control
We are testing prrof of concept of load balancing our smtp servers. It seems to be working fine except that the smtp servers see the bigip IP address instead of the client address. This is due to us u...
kykong_107132
Nimbostratus
Feb 22, 2008Hi,
you can use match class. create a data group (class) with all the legitimate client IP addresses. using iRule to check if not the IP address within the data group, drop it.
class clientIP{
1.1.1.1
2.2.2.2
3.3.3.3
}
when CLIENT_ACCEPTED {
if { [matchclass [IP::remote_addr] equals $::clientIP] } {
pool smtp_pool
} else {
reject
}
}
regards,
KY
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
