Giter VIP home page Giter VIP logo

Comments (7)

perara avatar perara commented on July 28, 2024

Try Ufw allow 8888

from wg-manager.

M3Du5AL3M avatar M3Du5AL3M commented on July 28, 2024

No success, so I tried wget http://localhost:8888, but no success to connect

Resolving localhost (localhost)... 127.0.0.1
Connecting to localhost (localhost)|127.0.0.1|:8888... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

--2020-05-09 13:10:19-- (try: 2) http://localhost:8888/
Connecting to localhost (localhost)|127.0.0.1|:8888... connected.
HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
Retrying.

The first response sounds to me, the webservice is listening or isn't it?
The second one could be a reset, because auth is required...

from wg-manager.

M3Du5AL3M avatar M3Du5AL3M commented on July 28, 2024

also check container ports... (remember not --net host is used)

51893/udp -> 0.0.0.0:51893
8888/tcp -> 0.0.0.0:8888
51853/udp -> 0.0.0.0:51853
51900/udp -> 0.0.0.0:51900

from wg-manager.

perara avatar perara commented on July 28, 2024

Are you trying to connect to your remote server (on your lan or similar) in that case localhost should be replaced with the local ip address

from wg-manager.

perara avatar perara commented on July 28, 2024

Also, check the logs of the docker container

Docker logs

from wg-manager.

M3Du5AL3M avatar M3Du5AL3M commented on July 28, 2024

[2020-05-09 13:09:19 +0000] [6] [INFO] Starting gunicorn 19.9.0
[2020-05-09 13:09:19 +0000] [6] [INFO] Listening at: unix:/tmp/gunicorn.sock (6)
[2020-05-09 13:09:19 +0000] [6] [INFO] Using worker: uvicorn.workers.UvicornWorker
/usr/lib/python3.8/os.py:1023: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used
return io.open(fd, *args, **kwargs)
[2020-05-09 13:09:19 +0000] [8] [INFO] Booting worker with pid: 8
/usr/lib/python3.8/os.py:1023: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used
return io.open(fd, *args, **kwargs)
[2020-05-09 13:09:19 +0000] [9] [INFO] Booting worker with pid: 9
[2020-05-09 13:09:21 +0000] [8] [INFO] Started server process [8]
[2020-05-09 13:09:21 +0000] [8] [INFO] Waiting for application startup.
[2020-05-09 13:09:21 +0000] [8] [INFO] Application startup complete.
[2020-05-09 13:09:21 +0000] [9] [INFO] Started server process [9]
[2020-05-09 13:09:21 +0000] [9] [INFO] Waiting for application startup.
[2020-05-09 13:09:21 +0000] [9] [INFO] Application startup complete.

Sounds also good to me...

from wg-manager.

M3Du5AL3M avatar M3Du5AL3M commented on July 28, 2024

Are you trying to connect to your remote server (on your lan or similar) in that case localhost should be replaced with the local ip address

Yes for sure, that's what I try currently

from wg-manager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.