AlmaLinux / cloud-images

Packer templates and other tools for building AlmaLinux images for various cloud platforms.
MIT License
154 stars 48 forks source link

Enable IPv6 initialization #20

Closed JASKevinWhite closed 3 years ago

JASKevinWhite commented 3 years ago

Currently, /etc/sysconfig/network-scripts/ifcfg-eth0 contains 'IPV6INIT="no"', which causes an instance to not get/initialize its IPv6 address. Changing that to 'IPV6INIT="yes"' causes IPv6 addressing to work (if your VPC is IPv6 enabled).