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

Scylla-JMX is binding to a random port on all interfaces, in addition to configured jmx port #216

Open
lattwood opened this issue Aug 10, 2023 · 0 comments

Comments

@lattwood
Copy link

Hi,

Scylla-JMX is binding to a random port on :: in addition to the JMX binding. Is this configurable to not be exposed to the world?

root@ip-10-1-93-255:~# netstat -nape | grep scylla-jmx | grep LISTEN
tcp6       0      0 :::17943                :::*                    LISTEN      1001       83756      20537/scylla-jmx
tcp6       0      0 127.0.0.1:7199          :::*                    LISTEN      1001       83755      20537/scylla-jmx
tcp6       0      0 :::11449                :::*                    LISTEN      1001       148045     28579/scylla-jmx
tcp6       0      0 127.0.0.1:7199          :::*                    LISTEN      1001       148044     28579/scylla-jmx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant