collins icon indicating copy to clipboard operation
collins copied to clipboard

IPv6 support for IPAM module

Open funzoneq opened this issue 9 years ago • 2 comments

It would really be useful if I could delegate IPv6 ranges via collins. For example in production.conf:

ipAddresses {
    pools {
        "5.21.25" {
            network="10.80.28.0/26"
            gateway="10.80.28.1"
            startAddress="10.80.28.4"
        }
        "5.21.25-IPv6" {
            network="2001:DB8:1d::/64"
            gateway="2001:DB8:1d::1"
            startAddress="2001:DB8:1d::4"
        }
    }
}

funzoneq avatar Apr 30 '15 15:04 funzoneq

ipAddresses {
    pools {
        "5.21.25-IPv6" {
            network="2001:DB8:1d::/64"
            gateway="2001:DB8:1d::1"
            startAddress="2001:DB8:1d::4"
        }
    }
}

Spending some time to make sure that I understand ipv6 addressing and sub netting first. Arnoud, you definitely know this better than me, but the gateway and startAddress in that example look incorrect to me, they are taking the 16 bit allocated for sub netting in ipv6

yl3w avatar May 02 '15 20:05 yl3w

Sorry about that closed this by mistake. Reopened it

yl3w avatar May 25 '15 14:05 yl3w