Forum Discussion
adambaack_13393
May 30, 2016Nimbostratus
Exchange 2013 iApp - Block Activesync except from one IP
Have only used the iApp templates with their defaults in the past but now I'm needing to allow only one IP to ActiveSync to it. We are using MobileIron for mobile devices and I want to only allow Mob...
- May 31, 2016
Hi,
You are right, find a corrected irule below :
when HTTP_REQUEST { if { [string tolower [HTTP::path]] eq "/microsoft-server-activesync" and !([IP::client_addr] eq "x.x.x.x") } { drop } }
Yann_Desmarest
May 30, 2016Cirrus
Hi,
You have an option in the VS to specify allowed source addr. You can also define an irule :
when HTTP_REQUEST {
if { !([IP::client_addr] eq "x.x.x.x") } {
drop
}
}
- adambaack_13393May 31, 2016NimbostratusWould that not restrict all applications (OWA, OA, AS)? I just want ActiveSync restrict to the MobileIron IP Address. All other applications (OWA, OA) need to be unrestricted to the outside.
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