-
Notifications
You must be signed in to change notification settings - Fork 1
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
DNS binding #15
Comments
This is not intended to be used with But if you already have a DNS service running on your host, the
|
Hi,
|
I don't understand why podman is listenning on |
it's the same configuration about If i run
and i disable the internal
At this point, it will be already reachable with PS: of course ip=None is just because virtual machine is not completely starterd |
Yes, metadata and labels are only needed for custom DNS/LB. So your that case, all these commands should return the correct IP:
Or using
I see that you have defined a qemu guest agent in your VM config (
If you want to make |
Yes, I always use qemu guest agent, but virtual machine was a simple test that was booting, so, after that I need to configure it and so on. I think that could be fail while I work to configure it, after a reboot, it will works properly, but I will try to configure and running some tests, also changing domain and using LB domain. |
Ok ! I'm thinking about adding a fallback to DHCP lease discovery if the guest agent fails, that would help in your case. |
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:that is not reachable from network, also with
publish
costraintI've also tried to not specify binding address, but i get error:
because there are other services running that are related to libvirt
The text was updated successfully, but these errors were encountered: