- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
URL Filter for incoming connections?
We have one tomcat server in our environment.
Can we write a rule like this for incoming connections?
1. www.abc.com/* (allow all incoming connections. It is currently active and working)
2. www.abc.com/xyz/* (only private ip addresses can access xyz and its subfolders, deny other incoming connections. Everyone can access folders other than xyz).
- Labels:
-
FortiGate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@ersansimsek
You can try as below:
Create 1 security profile for Web Filter as per this link:
URL filter | FortiGate / FortiOS 7.4.1 | Fortinet Document Library
On this profile you block www.abc.com/xyz/*
Now you will need 2 firewall policies.
First one will have as source private IP addresses, and destination this web-server you can apply Web Filter that is already working.
On second firewall policy set as source all, destination web-server and apply Web Filter profile that blocks xyz.
Hope this helps.
