F5 is upgrading its customer support chat feature on My.F5.com. Chat support will be unavailable from 6am-10am PST on 1/20/26. Refer to K000159584 for details.

Forum Discussion

VOLA_144433's avatar
VOLA_144433
Icon for Nimbostratus rankNimbostratus
Nov 03, 2014

IPs filtering

Hello (still newbie)

 

I have a rule that limits the access to /alfresco to a range of IP addresses. The access is limited to servers and IY users.

 

The pb is that I need to authorize the access to a particular URL = dav://MYHOST/alfresco/webdav/* for all end-users. Is there a way the except the requests to dav: ?

 

when HTTP_REQUEST { if { ([HTTP::uri] starts_with "/alfresco") } { Check if the client IP is not part of the datagroup hosts/networks if { not ([matchclass [IP::client_addr] equals allowed_clients_alfresco]) }{ Log dropped requests log local0. "Invalid client IP: [IP::client_addr] - discarding" drop the request discard HTTP::redirect "/erreur/403.php" } } }

 

Thanks Guillaume

 

5 Replies