scylladb / scylla-jmx

Scylla JMX proxy
GNU Affero General Public License v3.0
29 stars 53 forks source link

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

Open lattwood opened 1 year ago

lattwood commented 1 year ago

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