Graylog web interface failure but not on localhost

Hello. almost a newbie to Graylog, so I will say up front after reading truckloads of forums questions and googling my eyeballs out that I am stumped.

I have installed Ubuntu 18.04 about 8 times now with Graylog via a bunch of tutorials , thinking either I had done something wrong or the Tutorial was a little iffy. but same result.
I can get to the web interface locally via 127, but not via an Ip from another machine
I run a VM of Ubuntu under Synology and it works fine for all other things.
Running a curl command from another machine on the network to the graylog server ip gives a failed to connect to said ip on port 9000 connection refused.
But the firewall is disabled on the ubuntu graylog box so why is it refusing the connection.
running netstat tlpn, it seems to be listening on port 9000 on 127.0.0.1 but not elsewhere.
what have I missed. as after doing this like 8 times has been long. and I am wondering if I will ever get it working. like i said, it runs on the local firefox on 127.0.0.1

here are my logs and other results

-------------------------------------------------------------------------------------------------’

e]0;root@graylog-server-1: /var/log/graylog-serveraroot@graylog-server-1:/var/log/graylog-server# systemctl status elasticsearch
e[?1he=
e[0;1;32m●e[0m elasticsearch.service - Elasticsearche[m
Loaded: loaded (/usr/lib/systemd/system/elasticsearch.service; enabled; vendoe[m
Active: e[0;1;32mactive (running)e[0m since Thu 2020-07-16 02:10:27 UTC; 48min agoe[m
Docs: http://www.elastic.coe[m
Main PID: 28242 (java)e[m
Tasks: 47 (limit: 4915)e[m
CGroup: /system.slice/elasticsearch.servicee[m
├─28242 /usr/bin/java -Xms1g -Xmx1g -XX:+UseConcMarkSweepGC -XX:CMSIne[m
└─28318 /usr/share/elasticsearch/modules/x-pack-ml/platform/linux-x86e[m
e[m
Jul 16 02:10:27 graylog-server-1 systemd[1]: Started Elasticsearch.e[m
Jul 16 02:10:27 graylog-server-1 elasticsearch[28242]: warning: Falling back to e[m
e[7mlines 1-12/12 (END)e[27me[Ke[He[2Je[He[He[2Je[He[0;1;32m●e[0m elasticsearch.service - Elasticsearche[m
Loaded: loaded (/usr/lib/systemd/system/elasticsearch.service; enabled; vendor preset: enabled)e[m
Active: e[0;1;32mactive (running)e[0m since Thu 2020-07-16 02:10:27 UTC; 48min agoe[m
Docs: http://www.elastic.coe[m
Main PID: 28242 (java)e[m
Tasks: 47 (limit: 4915)e[m
CGroup: /system.slice/elasticsearch.servicee[m
├─28242 /usr/bin/java -Xms1g -Xmx1g -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiate[m
└─28318 /usr/share/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/bin/controllere[m
e[m

e[7mlines 1-12/12 (END)e[27me[Ke[He[2Je[He[He[2Je[He[0;1;32m●e[0m elasticsearch.service - Elasticsearche[m
Loaded: loaded (/usr/lib/systemd/system/elasticsearch.service; enabled; vendor preset: enabled)e[m
Active: e[0;1;32mactive (running)e[0m since Thu 2020-07-16 02:10:27 UTC; 48min agoe[m
Docs: http://www.elastic.coe[m
Main PID: 28242 (java)e[m
Tasks: 47 (limit: 4915)e[m
CGroup: /system.slice/elasticsearch.servicee[m
├─28242 /usr/bin/java -Xms1g -Xmx1g -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly -Des.networkaddress.cache.ttl=60 -Des.networkadde[m
└─28318 /usr/share/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/bin/controllere[m
e[m
Jul 16 02:10:27 graylog-server-1 systemd[1]: Started Elasticsearch.e[m
Jul 16 02:10:27 graylog-server-1 elasticsearch[28242]: warning: Falling back to java on path. This behavior is deprecated. Specify JAVA_HOMEe[m

e[0;1;32m●e[0m mongod.service - MongoDB Database Servere[m
Loaded: loaded (/lib/systemd/system/mongod.service; enabled; vendor preset: enabled)e[m
Active: e[0;1;32mactive (running)e[0m since Thu 2020-07-16 02:19:50 UTC; 39min agoe[m
Docs: https://docs.mongodb.org/manuale[m
Main PID: 30073 (mongod)e[m
CGroup: /system.slice/mongod.servicee[m
└─30073 /usr/bin/mongod --config /etc/mongod.confe[m
e[m
Jul 16 02:19:50 graylog-server-1 systemd[1]: Started MongoDB Database Server.e[m

e[0;1;32m●e[0m graylog-server.service - Graylog servere[m
Loaded: loaded (/usr/lib/systemd/system/graylog-server.service; enabled; vendor preset: enabled)e[m
Active: e[0;1;32mactive (running)e[0m since Thu 2020-07-16 02:29:56 UTC; 30min agoe[m
Docs: http://docs.graylog.org/e[m
Main PID: 30976 (graylog-server)e[m
Tasks: 103 (limit: 4915)e[m
CGroup: /system.slice/graylog-server.servicee[m
├─30976 /bin/sh /usr/share/graylog-server/bin/graylog-servere[m
└─30977 /usr/bin/java -Xms1g -Xmx1g -XX:NewRatio=1 -server -XX:+ResizeTLAB -XX:+UseConcMarkSweepGC -XX:+CMSConcurrentMTEnabled -XX:+CMSClassUnloadingEnabled -XX:+UseParNewGC -

Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 3025/systemd-resolv
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 2066/sshd
tcp 0 0 127.0.0.1:27017 0.0.0.0:* LISTEN 30073/mongod
tcp6 0 0 :::22 :::* LISTEN 2066/sshd
tcp6 0 0 127.0.0.1:9000 :::* LISTEN 30977/java
tcp6 0 0 127.0.0.1:9200 :::* LISTEN 28242/java
tcp6 0 0 ::1:9200 :::* LISTEN 28242/java
tcp6 0 0 127.0.0.1:9300 :::* LISTEN 28242/java
tcp6 0 0 ::1:9300 :::* LISTEN 28242/java

what you missed is your configuration file … and your Graylog version …

You need to configure your http_* parameters in Graylog to match your wanted setup.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.