Git Product home page Git Product logo

Comments (2)

mbentley avatar mbentley commented on July 26, 2024

Hmm, I'm using macvlan so I don't have any ports exposed manually but I also do not see anything related to 29180 in my netstat output:

# netstat -anp
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 0.0.0.0:8088            0.0.0.0:*               LISTEN      -
tcp        0      0 127.0.0.11:38373        0.0.0.0:*               LISTEN      -
tcp        0      0 0.0.0.0:8043            0.0.0.0:*               LISTEN      -
tcp        0      0 127.0.0.1:27217         0.0.0.0:*               LISTEN      -
tcp        0      0 0.0.0.0:29811           0.0.0.0:*               LISTEN      -
tcp        0      0 0.0.0.0:29812           0.0.0.0:*               LISTEN      -
tcp        0      0 192.168.2.160:29811     192.168.0.2:51466       ESTABLISHED -
tcp        0      0 127.0.0.1:27217         127.0.0.1:39944         ESTABLISHED -
tcp        0      0 192.168.2.160:29811     192.168.0.3:41620       ESTABLISHED -
tcp        0      0 127.0.0.1:27217         127.0.0.1:39768         ESTABLISHED -
tcp        0      0 127.0.0.1:27217         127.0.0.1:39628         ESTABLISHED -
tcp        0      0 127.0.0.1:39628         127.0.0.1:27217         ESTABLISHED -
tcp        0      0 127.0.0.1:39768         127.0.0.1:27217         ESTABLISHED -
tcp        0      0 127.0.0.1:39842         127.0.0.1:27217         ESTABLISHED -
tcp        0      0 127.0.0.1:39944         127.0.0.1:27217         ESTABLISHED -
tcp        0      0 192.168.2.160:44414     3.224.113.94:443        ESTABLISHED -
tcp        0      0 127.0.0.1:27217         127.0.0.1:39842         ESTABLISHED -
udp        0      0 127.0.0.11:44801        0.0.0.0:*                           -
udp        0      0 0.0.0.0:29810           0.0.0.0:*                           -
udp        0      0 0.0.0.0:27001           0.0.0.0:*                           -
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags       Type       State         I-Node   PID/Program name     Path
unix  2      [ ACC ]     STREAM     LISTENING     295669227 -                    /tmp/mongodb-27217.sock
unix  2      [ ]         STREAM     CONNECTED     295686510 -
unix  2      [ ]         STREAM     CONNECTED     295668983 -

from docker-omada-controller.

mbentley avatar mbentley commented on July 26, 2024

Also, the documentation lists the following:

8043 (TCP) for https, 8088 (TCP) for http, 27001 (UDP) for controller discovery, 27002 (TCP) for controller searching, 27217(TCP) for mongo DB server (This used to be 27017(TCP) before EAP Controller 3.0.0), 29810 (UDP) for EAP discovery, 29811 (TCP) for EAP management, 29812 (TCP) for EAP adoption, 29813 (TCP) for EAP upgrading

To make them easier to read:

8043 (TCP) for https
8088 (TCP) for http
27002 (TCP) for controller searching
27217 (TCP) for mongo DB server (This used to be 27017(TCP) before EAP Controller 3.0.0)
29811 (TCP) for EAP management
29812 (TCP) for EAP adoption
29813 (TCP) for EAP upgrading

27001 (UDP) for controller discovery
29810 (UDP) for EAP discovery

All of those are exposed per the example in the README.md.

from docker-omada-controller.

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.