Skip to content

NodeUI is exposed from container's ip address #2682

Description

@etherunit

Although Docker maps the container IPs on the bridged networking type, network services (not exposed to the NAT hole punching) running inside of the container should not be reachable outside of the host network.

Currently, containers running Mysterium node and created on the default docker network 127.17.x.x (127.17.0.2) are accessible via WebUI (127.17.0.2:4449).

docker0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 172.17.0.1  netmask 255.255.0.0  broadcast 172.17.255.255
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 128.199.202.77  netmask 255.255.192.0  broadcast 128.199.255.255

Screenshot 2020-09-28 at 17 56 42

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions