d02eae1e93
rc.conf in order to launch the base system dhclient for IPv4 and the ISC dhcp client for IPv6. I'm not sure if this will be useful to anyone else, but adding this trivial port will simplify the configuration of IPv6 on Amazon EC2 instances. I hope this port becomes redundant in the future due to the base system gaining support for IPv6 DHCP.
4 lines
173 B
Text
4 lines
173 B
Text
To enable dual-stack DHCP, set
|
|
dhclient_program="/usr/local/sbin/dual-dhclient"
|
|
in /etc/rc.conf (and make sure the appropriate ifconfig_* lines include
|
|
DHCP or SYNCDHCP).
|