Forum Discussion
JT_199720
Nimbostratus
Jul 11, 2018Restrict Access to ActiveSync to one IP when using Exchange 2013 iapp in combined mode
I am trying to find a way to restrict access to Active Sync services to only the IP of our MDM server. We are using the Exchange 2013 iapp template, this is configured in combinded services mode wher...
youssef1
Cumulonimbus
Jul 11, 2018Hi,
You can try this:
HTTP_REQUEST {
set path [string tolower [HTTP::path]]
if { $path starts_with "/microsoft-server-activesync" && !([IP::addr [IP::client_addr] equals 10.1.1.1/32]) } {
drop
} elseif { $path starts_with "/microsoft-server-activesync" } {
TCP::idletime 1800 pool /Common/LVCASARRAY.app/LVCASARRAY_as_pool7
CACHE::disable
return
}
}
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