automatic IPv6 assignment https://www.softaculous.com/board/index.php?tid=13427 <![CDATA[automatic IPv6 assignment]]> https://www.softaculous.com/board/index.php?tid=13427&tpg=1#p39715 Mon, 02 Oct 2017 15:34:03 GMT https://www.softaculous.com/board/index.php?tid=13427&tpg=1#p39715 <![CDATA[automatic IPv6 assignment]]> https://www.softaculous.com/board/index.php?tid=13427&tpg=1#p39700 And they get their ip from DHCP.

Quote From : CaptainsLP September 28, 2017, 11:43 pm
It would be cool if Virtualizer could also assign ipv6 to windows client

By playing around a bit i found out that Virtualizor uses dhcpd to assign the client ips. why isnt it also using dhcpd6 (which is installed) to assign fixed ipv6 address automaticly.

This is an example oh how it could look like.

Code
subnet6 2001:dead:beef:debe::/64 {
        # Example of a fixed host address
        host client.your.domain.com {
              host-identifier option dhcp6.client-id 00:11:22:33:44:55:66:77:88:99:aa:bb:cc:dd;
              fixed-address6 2001:dead:beef:debe:aaaa::1;
        }
]]>
Mon, 02 Oct 2017 08:12:30 GMT https://www.softaculous.com/board/index.php?tid=13427&tpg=1#p39700
<![CDATA[]]> https://www.softaculous.com/board/index.php?tid=13427&tpg=0#p39666
By playing around a bit i found out that Virtualizor uses dhcpd to assign the client ips. why isnt it also using dhcpd6 (which is installed) to assign fixed ipv6 address automaticly.

This is an example oh how it could look like.

Code
subnet6 2001:dead:beef:debe::/64 {
        # Example of a fixed host address
        host client.your.domain.com {
              host-identifier option dhcp6.client-id 00:11:22:33:44:55:66:77:88:99:aa:bb:cc:dd;
              fixed-address6 2001:dead:beef:debe:aaaa::1;
        }
]]>
Thu, 28 Sep 2017 23:43:49 GMT https://www.softaculous.com/board/index.php?tid=13427&tpg=0#p39666