Hello,
I trying to create a security zone to prevent access to perspective from outside of a specific IP range.
(192.168..)
I’ve created the security zone and I’ve configurated the project properties to restrict access to user outside this zone.
I’ve tried configuring the IP addresses of the security zone in different ways and I can’t get it to work:
IP Addresses: 192.168..
IP Addresses: 192.168.0-255.0-255
I have even tried: ...
or from the localhost: 127.0.0.1
…and none of this works, it always forbids me access.
I have only managed to access the perspective with the security zone actived, if I fill the IP Addressing with a single *
This is an example of the configurations I have tried:
You might need to launch the client using the ip address of your gateway (in this case it looks like your PC) and not the loopback address (i.e. localhost or 127.0.0.1)
E.g. http://192.168.200.1:8088
you can use subnet masks to cover a range of ip addresses instead of listing each one separetely. Also, chekc for overlapping security zones that might be affecting access