Using DHCP and Router Advertisements

William Edwards wedwards at cyberfusion.nl
Tue Mar 17 10:25:55 UTC 2020


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: <http://listman.redhat.com/archives/kickstart-list/attachments/20200317/4c60e12f/attachment.htm>


More information about the Kickstart-list mailing list