- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
12-08-2020 02:36 PM
Dear all,
wanted to explore some features in the community edition, but the Web GUI doesn't come up.
Checking from the console, I see that the server is only listening on IPv6:
netstat -ant
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN
tcp6 0 0 :::22 :::* LISTEN
tcp6 0 0 ::1:25 :::* LISTEN
tcp6 0 0 :::443 :::* LISTEN
I already disabled IPv6 on eth0, but that didn't help.
Any ideas what else to check?
Regards,
Andreas
12-10-2020 09:06 AM
It's possible the server has a local firewall blocking it. This is common in Fedora/Centos/Redhat.
12-08-2020 03:36 PM
Is this an .sh installer, or the OVA machine?
Can you check if you see in the server.log (/var/log/demisto) the following line:
info Listening on 0.0.0.0:443 (source: /home/circleci/.go_workspace/src/github.com/demisto/server/web/router.go:3588)
Gilad
12-08-2020 04:24 PM
Hi Gilad,
this is an .sh installer, not an OVA
And yes, I can see similar lines in the log file:
/home/circleci/.go_workspace/src/github.com/demisto/server/web/router.go:3298)
2020-12-07 21:26:58.4503 info Listening on 0.0.0.0:443 (source: /home/circleci/.go_workspace/src/github.com/demisto/server/web/router.go:3298)
2020-12-08 22:31:31.9763 info Listening on 0.0.0.0:443 (source: /home/circleci/.go_workspace/src/github.com/demisto/server/web/router.go:3588)
2020-12-08 22:45:04.7332 info Listening on 0.0.0.0:443 (source: /home/circleci/.go_workspace/src/github.com/demisto/server/web/router.go:3588)
2020-12-08 23:19:27.6428 info Listening on 0.0.0.0:443 (source: /home/circleci/.go_workspace/src/github.com/demisto/server/web/router.go:3588)
2020-12-08 23:35:48.5214 info Listening on 0.0.0.0:443 (source: /home/circleci/.go_workspace/src/github.com/demisto/server/web/router.go:3588)
Regards,
Andreas
12-08-2020 06:06 PM
Seems like server keeps restarting. can you please upload the full server.log?
12-10-2020 09:06 AM
It's possible the server has a local firewall blocking it. This is common in Fedora/Centos/Redhat.
12-11-2020 04:54 AM
Hi John,
great, thanks for that.
Not sure why I didn't think about the firewall 🙂
Disabling the firewall solved the issue.
Regards,
Andreas
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!