Skip to content

DNS binding #15

@bitchecker

Description

@bitchecker

Hi,
I'm trying to run this service but i see that the DNS that will start into the container, it's binded to his internal ip address, so, it's not possible to have a DNS service exposed to the network.

With this limitation, it's not possible to configure a container/virtualization host on network with services published via domain names.

As you can see from netstat, service is binded to internal container ip address:

udp        0      0 $_container_ip_:53            0.0.0.0:*                           1654/conmon

that is not reachable from network, also with publish costraint

I've also tried to not specify binding address, but i get error:

Error: cannot listen on the UDP port: listen udp4 :53: bind: address already in use

because there are other services running that are related to libvirt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions