Yes, I was just looking at that. In the case where the pod gets a native V6 address, all of the plumbing seems to work if I manually configure the VM with the pod's assigned IP, but it doesn't seem we have the DHCP being advertised yet in Kubevirt, is that right?On Tuesday, July 20, 2021 at 9:18:50 PM UTC-6 youzh...@gmail.com wrote:Using Bridge's interface, virt-launcher pod will not create an IPv6 DHCP server so that the virtual machine cannot get the IP via DHCP. Why not start a DHCP server using the same mode as Masquerade?
--
You received this message because you are subscribed to the Google Groups "kubevirt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubevirt-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubevirt-dev/a0d80a65-8e3f-495d-9912-6700bbe20917n%40googlegroups.com.
Correct, unlike with IPv4, there is no DHCP server in virt-launcher that would serve the guest with the IP. You really have to configure it manually or via cloud init: https://kubevirt.io/user-guide/virtual_machines/interfaces_and_networks/#masquerade-ipv4-and-ipv6-dual-stack-support
--pá 3. 9. 2021 v 20:47 odesílatel Marcus S <shad...@gmail.com> napsal:Yes, I was just looking at that. In the case where the pod gets a native V6 address, all of the plumbing seems to work if I manually configure the VM with the pod's assigned IP, but it doesn't seem we have the DHCP being advertised yet in Kubevirt, is that right?--On Tuesday, July 20, 2021 at 9:18:50 PM UTC-6 youzh...@gmail.com wrote:Using Bridge's interface, virt-launcher pod will not create an IPv6 DHCP server so that the virtual machine cannot get the IP via DHCP. Why not start a DHCP server using the same mode as Masquerade?
You received this message because you are subscribed to the Google Groups "kubevirt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubevirt-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubevirt-dev/a0d80a65-8e3f-495d-9912-6700bbe20917n%40googlegroups.com.
You received this message because you are subscribed to the Google Groups "kubevirt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubevirt-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubevirt-dev/CAGkpguVQoWKe%2BXaZyYwhG%2B1CBPZeu2oPeFVMBk8MWmqu8KU2Gw%40mail.gmail.com.
On Mon, Sep 6, 2021 at 10:22 AM Petr Horacek <phor...@redhat.com> wrote:Correct, unlike with IPv4, there is no DHCP server in virt-launcher that would serve the guest with the IP. You really have to configure it manually or via cloud init: https://kubevirt.io/user-guide/virtual_machines/interfaces_and_networks/#masquerade-ipv4-and-ipv6-dual-stack-supportI think the documentation is not up-to-date.This is only true for bridge binding, but for masquerade I think it should work.
On Monday, September 6, 2021 at 2:14:59 AM UTC-6 Edward Haas wrote:On Mon, Sep 6, 2021 at 10:22 AM Petr Horacek <phor...@redhat.com> wrote:Correct, unlike with IPv4, there is no DHCP server in virt-launcher that would serve the guest with the IP. You really have to configure it manually or via cloud init: https://kubevirt.io/user-guide/virtual_machines/interfaces_and_networks/#masquerade-ipv4-and-ipv6-dual-stack-supportI think the documentation is not up-to-date.This is only true for bridge binding, but for masquerade I think it should work.
Yes, I think that's the original question. Now that there is a DHCPv6 server, it seems we would be farther along to supporting DHCP with bridge mode, perhaps.
----pá 3. 9. 2021 v 20:47 odesílatel Marcus S <shad...@gmail.com> napsal:Yes, I was just looking at that. In the case where the pod gets a native V6 address, all of the plumbing seems to work if I manually configure the VM with the pod's assigned IP, but it doesn't seem we have the DHCP being advertised yet in Kubevirt, is that right?--On Tuesday, July 20, 2021 at 9:18:50 PM UTC-6 youzh...@gmail.com wrote:Using Bridge's interface, virt-launcher pod will not create an IPv6 DHCP server so that the virtual machine cannot get the IP via DHCP. Why not start a DHCP server using the same mode as Masquerade?
You received this message because you are subscribed to the Google Groups "kubevirt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubevirt-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubevirt-dev/a0d80a65-8e3f-495d-9912-6700bbe20917n%40googlegroups.com.
You received this message because you are subscribed to the Google Groups "kubevirt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubevirt-dev...@googlegroups.com.To view this discussion on the web visit https://groups.google.com/d/msgid/kubevirt-dev/CAGkpguVQoWKe%2BXaZyYwhG%2B1CBPZeu2oPeFVMBk8MWmqu8KU2Gw%40mail.gmail.com.
You received this message because you are subscribed to the Google Groups "kubevirt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubevirt-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubevirt-dev/cec58096-9768-4098-acc4-8f3a5ba2efa4n%40googlegroups.com.
On Monday, September 6, 2021 at 2:14:59 AM UTC-6 Edward Haas wrote:On Mon, Sep 6, 2021 at 10:22 AM Petr Horacek <phor...@redhat.com> wrote:Correct, unlike with IPv4, there is no DHCP server in virt-launcher that would serve the guest with the IP. You really have to configure it manually or via cloud init: https://kubevirt.io/user-guide/virtual_machines/interfaces_and_networks/#masquerade-ipv4-and-ipv6-dual-stack-supportI think the documentation is not up-to-date.This is only true for bridge binding, but for masquerade I think it should work.
Yes, I think that's the original question. Now that there is a DHCPv6 server, it seems we would be farther along to supporting DHCP with bridge mode, perhaps.
----pá 3. 9. 2021 v 20:47 odesílatel Marcus S <shad...@gmail.com> napsal:Yes, I was just looking at that. In the case where the pod gets a native V6 address, all of the plumbing seems to work if I manually configure the VM with the pod's assigned IP, but it doesn't seem we have the DHCP being advertised yet in Kubevirt, is that right?--On Tuesday, July 20, 2021 at 9:18:50 PM UTC-6 youzh...@gmail.com wrote:Using Bridge's interface, virt-launcher pod will not create an IPv6 DHCP server so that the virtual machine cannot get the IP via DHCP. Why not start a DHCP server using the same mode as Masquerade?
You received this message because you are subscribed to the Google Groups "kubevirt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubevirt-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubevirt-dev/a0d80a65-8e3f-495d-9912-6700bbe20917n%40googlegroups.com.
You received this message because you are subscribed to the Google Groups "kubevirt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubevirt-dev...@googlegroups.com.To view this discussion on the web visit https://groups.google.com/d/msgid/kubevirt-dev/CAGkpguVQoWKe%2BXaZyYwhG%2B1CBPZeu2oPeFVMBk8MWmqu8KU2Gw%40mail.gmail.com.
You received this message because you are subscribed to the Google Groups "kubevirt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubevirt-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubevirt-dev/cec58096-9768-4098-acc4-8f3a5ba2efa4n%40googlegroups.com.