Cortex XSOAR server not responding, listening only on IPv6

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Cortex XSOAR server not responding, listening only on IPv6

L2 Linker

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

1 accepted solution

Accepted Solutions

L0 Member

It's possible the server has a local firewall blocking it. This is common in Fedora/Centos/Redhat.

View solution in original post

5 REPLIES 5

L2 Linker

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

 

Shriki

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

Seems like server keeps restarting. can you please upload the full server.log? 

Shriki

L0 Member

It's possible the server has a local firewall blocking it. This is common in Fedora/Centos/Redhat.

Hi John,

 

great, thanks for that.

Not sure why I didn't think about the firewall 🙂

Disabling the firewall solved the issue.

 

Regards,

    Andreas

  • 1 accepted solution
  • 5203 Views
  • 5 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!