I can access the frontend website inside my network on
And I can access the API inside my network on
But when I try to access the API externally on
It cannot connect.
The frontend is not accessible externally either.
Im not worried about enabling access to the frontend, but how can I enable access to the API externally?
Code:
http://{InternalIP}/zabbix/zabbix.php?action=dashboard.view
Code:
http://{InternalIP}/zabbix/api_jsonrpc.php
Code:
http://{ExternalIP}/zabbix/api_jsonrpc.php
The frontend is not accessible externally either.
Im not worried about enabling access to the frontend, but how can I enable access to the API externally?
Comment