rolf
(Rolf Rennemo)
1
I try to start the UI in a browser; http://192.168.10.151:9000/api and get “192.168.10.151 refused to connect”
While http://localhost:9000/api loads the background and the error:
.
From my config file:
rest_listen_uri = http://127.0.0.1:9000/api/
rest_transport_uri = http://192.168.10.151:9000/api/
web_listen_uri = http://127.0.0.1:9000/
What am I doing wrong?
jochen
(Jochen)
2
Your Graylog node only listens on the local loopback interface (localhost).
rolf
(Rolf Rennemo)
3
I obviously am a little confused. I also tried:
rest_listen_uri = http://192.168.10.151:9000/api/
rest_transport_uri = http://192.168.10.151:9000/api/
web_listen_uri = http://192.168.10.151:9000/
This doesn’t work eiter. I can log in, but selecting Search in the menu bar leads to:
Can you suggest something that may work?
Thanks
rolf
(Rolf Rennemo)
4
Jochen,
Found solution in one of your earlier posts.
Thanks
system
(system)
Closed
5
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.