Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot connect to the server by remote #270

Open
linsyking opened this issue Aug 14, 2022 · 2 comments
Open

Cannot connect to the server by remote #270

linsyking opened this issue Aug 14, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@linsyking
Copy link

Versions
Please fill in all that apply:

  • Convergence Version: Latest
  • OS: Linux, centos
  • Browser: chrome

Describe the Bug
Cannot connect to the port of the server(8000).

Step To Reproduce
A code snippet or gist to reproduce the issue will greatly improve our response time

  1. docker start convergence
CONTAINER ID   IMAGE                                 COMMAND                  CREATED          STATUS          PORTS                                                                                                                                                                                                                               NAMES
2e9f3ffd4852   convergencelabs/convergence-omnibus   "./boot.sh"              33 minutes ago   Up 20 seconds   0.0.0.0:8000->80/tcp, :::8000->80/tcp  
  1. Cannot connect to the port by remote.

The port doesn't open.

@linsyking linsyking added the bug Something isn't working label Aug 14, 2022
@linsyking
Copy link
Author

I run this command: curl -G http://127.0.0.1:8000 on my server, the response is
curl: (56) Recv failure: Connection reset by peer

@mmacfadden mmacfadden self-assigned this Aug 15, 2022
@mmacfadden
Copy link
Contributor

Thanks for reporting the issue. There are a couple things that could help.

  1. Could you provide the Docker command you used to run the container.
  2. Are there any log messages coming out of the container?
  3. Have you tried to run nmap or netstat on the host to see what ports are open?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants