.validate.php fails with the following error, I tried different workarounds mentioned in different docs, nothing helps
[FAIL] fping6 could not be executed. fping6 must have CAP_NET_RAW capability (getcap) or suid. Selinux exlusions may be required.
(::1 error while sending ping: Network is unreachable ::1 error while sending ping: Network is unreachable ::1 error while sending ping: Network is unreachable ::1 error while sending ping: Network is unreachable ::1 is unreachable)
[FAIL] fping6 should have CAP_NET_RAW!
[FIX] setcap cap_net_raw+ep /usr/sbin/fping6
Mine did the same thing on a brand new CentOS7 install. I set SELinux to permissive and then it worked. As a test I was doing a second site and had the same issue.
Im following the CentOS7 setup guide on a CentOS7 minimal install. Once i do the SELinux command the validate works
I think /etc/sysconfig/selinux is where you change it and then reboot
if that works you can probably go back and troubleshoot further but at least you know what the issue is.