From wedwards at cyberfusion.nl Tue Mar 17 10:25:55 2020 From: wedwards at cyberfusion.nl (William Edwards) Date: Tue, 17 Mar 2020 11:25:55 +0100 Subject: Using DHCP and Router Advertisements Message-ID: Hello, Situation: - DHCPv6 server hands out IPv6 addresses, so DHCPV6C should be set in networking config. - Gateway is gathered from Router Advertisements, so IPV6_AUTOCONF should be "yes" (if IPV6_AUTOCONF = "no", then ipv6/conf/eth0/accept_ra = 0) So both DHCPV6C and IPV6_AUTOCONF should be "yes". However, looking at the Kickstart code (at https://github.com/sassoftware/anaconda/blob/master/dracut/parse-kickstart#L349 ), there are only two options: - dhcp: DHCPV6C = yes, IPV6_AUTOCONF = no - auto = DHCPV6C = no (unset), IPV6_AUTOCONF = yes So both options do exactly the opposite of what I need. Has anyone figured this one out yet? I can't be the only one using DHCPv6 and RAs... Met vriendelijke groeten, William Edwards T. 040 - 711 44 96 E. wedwards at cyberfusion.nl ? -------------- next part -------------- An HTML attachment was scrubbed... URL: