Softaculous


Topic : automatic IPv6 assignment


Posted By: CaptainsLP on 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;
        }

Posted By: CaptainsLP on October 2, 2017, 8:12 am | Post: 1
This would be especially helpful for windows kvm's since they aren't modified by Virtualizor
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;
        }

Posted By: Joshua2504 on October 2, 2017, 3:34 pm | Post: 2
Thumbs up!

-----------------------
Joshua

TREUDLER - High-Performance KVM NVMe Virtual Servers in 10 locations world-wide

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.