fablab-ka / ansible-flka

ansible provisioning of the machines at Fablab Karlsruhe
4 stars 0 forks source link

DHCPv6 #7

Open morbidick opened 6 years ago

morbidick commented 6 years ago

it would be nice to have dns and dhcp for IPv6, the current setup can only resolve local v4 addresses. The main problem is getting the dynamic v6 range through to the dnsmasq running on felicia. Maybe this article can help?

morbidick commented 6 years ago

setting the -O flag on the fritzbox and the dhcp-range constructor option might be all we need.

Possibilities:

# SLAAC only (but DHCPv6 for DNS)
#dhcp-range=::, constructor:eth0, ra-names, ra-stateless, 64, 12h

# DHCPv6 only (but RA for route)
dhcp-range=::1, ::FFFF:FFFF, constructor:eth0, 64, 12h

# SLAAC & DHCPv6
#dhcp-range=::1, ::FFFF:FFFF, constructor:eth0, ra-names, 64, 12h