FreePBX17 dsitro - correct /etc/hosts

Due to this issue: https://community.freepbx.org/t/fresh-install-debian12-freepbx17-excessive-cpu-utilization/

I’m wondering how should the /etc/hosts file look like? On the machines with enabled both ipv4 and ipv6

For dual stack (IPv4 & IPv6) machines the standard /etc/hosts file is fine.

And how does it look like? :slight_smile:

Something like this:

127.0.0.1	localhost
<host-ipv4-address>	<hostname>.<domain>	<hostname>

# The following lines are desirable for IPv6 capable hosts
::1     localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.