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;
}
|