I’ve successfully installed graylog server in one of Linux VM manually using the documentation provided by graylog offical page.I can access the graylog web UI(chrome) from another windows VM using the private(internal) IP in the same network.
When I try access to graylog web UI using the Public IP outside the network and I’m getting a blank page but the browser tab name gets loaded as “Graylog Web Interface” (can connect using telnet as well to port 9000).
We’ve mentioned the following configuration in the server.config,
http_bind_address = 0.0.0.0:9000
http_external_uri = http://178.xxx.xxx.xxx:9000/ (Public IP)
I tried the following setting as well as many other combinations,
http_bind_address = 178.xxx.xxx.xxx:9000 (Public IP)
Nothing seems to be working.
go to the blank page you see in your browser and use the ability to show the “source of the webpage” which will show you HTML … what we see in that might reveal some issues.
Jan
I wanted to connect using public IP outside the network(can’t use the private IP). I don’t mind connecting using private/public IP when I connect to graylog web GUI inside the network.