How to prevent */admin page from access/display from the external/public interface?
I have disabled the following but I still can access https://x.x.x.x/admin page but I can't login which is part of my config.
How to prevent */admin page from loading when is accessed from External port?
The */admin page should be accessible from Internal Port.
Administrator Authentication Realms>
Admin Users
Administrator sign in ports
[*] Enable administrators to sign in on the Internal Port
[ ] Enable administrators to sign in on the External Port
Solved! Go to Solution.
I have done that already by restricting based on source ip addresses. Since the perimeter router is filtering
RFC 1918 private ip address range, it seems to be safe but it will be better if I can totally deny the /admin page from loading
from the external interface.
That's what I wanted. <IP Address>/admin instead of */admin will prevent the external interface from loading the /admin page.
Thanks.