lavabit / robox

The tools needed to robotically create/configure/provision a large number of operating systems, for a variety of hypervisors, using packer.
620 stars 140 forks source link

roboxes/rocky8 has IPv6 disabled #255

Open zachad opened 1 year ago

zachad commented 1 year ago

IPv6 is disabled by the /etc/sysctl.conf file in the roboxes/rocky8 box. This leads to confusion why certain services (memcached) can't start up if they are configured to listen on ::1 by default.

What's the reasoning behind disabling ipv6?