I am building out a new IPA server environment and I am getting the following error:
[user@freeipa001 ~]$ sudo ipa-server-install --setup-dns --setup-kra --setup-adtrust --auto-reverse --ssh-trust-dns --auto-forwarders --allow-zone-overlap IPv6 stack has to be enabled in the kernel and some interface has to have ::1 address assigned. Typically this is 'lo' interface. If you do not wish to use IPv6 globally, disable it on the specific interfaces in sysctl.conf except 'lo' interface. The ipa-server-install command failed. See /var/log/ipaserver-install.log for more information [user@freeipa001 ~]$
[root@freeipa001 ~]# sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0 sysctl: cannot stat /proc/sys/net/ipv6/conf/lo/disable_ipv6: No such file or directory [root@freeipa001 ~]#
I am using the latest CentOS 8
Andrew Meyer via FreeIPA-users wrote:
I am building out a new IPA server environment and I am getting the following error:
[user@freeipa001 ~]$ sudo ipa-server-install --setup-dns --setup-kra --setup-adtrust --auto-reverse --ssh-trust-dns --auto-forwarders --allow-zone-overlap IPv6 stack has to be enabled in the kernel and some interface has to have ::1 address assigned. Typically this is 'lo' interface. If you do not wish to use IPv6 globally, disable it on the specific interfaces in sysctl.conf except 'lo' interface. The ipa-server-install command failed. See /var/log/ipaserver-install.log for more information [user@freeipa001 ~]$
[root@freeipa001 ~]# sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0 sysctl: cannot stat /proc/sys/net/ipv6/conf/lo/disable_ipv6: No such file or directory [root@freeipa001 ~]#
I am using the latest CentOS 8
IPA is looking to ensure that /proc/net/if_inet6 exists. It is apparently missing on your system indicating that IPv6 support is not enabled in the kernel.
rob
I fixed it. Figured it out.
Sent from Yahoo Mail on Android
On Fri, Mar 27, 2020 at 8:45 AM, Rob Crittendenrcritten@redhat.com wrote: Andrew Meyer via FreeIPA-users wrote:
I am building out a new IPA server environment and I am getting the following error:
[user@freeipa001 ~]$ sudo ipa-server-install --setup-dns --setup-kra --setup-adtrust --auto-reverse --ssh-trust-dns --auto-forwarders --allow-zone-overlap IPv6 stack has to be enabled in the kernel and some interface has to have ::1 address assigned. Typically this is 'lo' interface. If you do not wish to use IPv6 globally, disable it on the specific interfaces in sysctl.conf except 'lo' interface. The ipa-server-install command failed. See /var/log/ipaserver-install.log for more information [user@freeipa001 ~]$
[root@freeipa001 ~]# sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0 sysctl: cannot stat /proc/sys/net/ipv6/conf/lo/disable_ipv6: No such file or directory [root@freeipa001 ~]#
I am using the latest CentOS 8
IPA is looking to ensure that /proc/net/if_inet6 exists. It is apparently missing on your system indicating that IPv6 support is not enabled in the kernel.
rob
Andrew Meyer via FreeIPA-users wrote:
I fixed it. Figured it out.
Great! I'm curious, what did you need to do?
thanks
rob
Sent from Yahoo Mail on Android https://go.onelink.me/107872968?pid=InProduct&c=Global_Internal_YGrowth_AndroidEmailSig__AndroidUsers&af_wl=ym&af_sub1=Internal&af_sub2=Global_YGrowth&af_sub3=EmailSignature
On Fri, Mar 27, 2020 at 8:45 AM, Rob Crittenden <rcritten@redhat.com> wrote: Andrew Meyer via FreeIPA-users wrote: > I am building out a new IPA server environment and I am getting the following error: > > [user@freeipa001 <mailto:user@freeipa001> ~]$ sudo ipa-server-install --setup-dns --setup-kra --setup-adtrust --auto-reverse --ssh-trust-dns --auto-forwarders --allow-zone-overlap > IPv6 stack has to be enabled in the kernel and some interface has to have ::1 address assigned. Typically this is 'lo' interface. If you do not wish to use IPv6 globally, disable it on the specific interfaces in sysctl.conf except 'lo' interface. > The ipa-server-install command failed. See /var/log/ipaserver-install.log for more information > [user@freeipa001 <mailto:user@freeipa001> ~]$ > > [root@freeipa001 <mailto:root@freeipa001> ~]# sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0 > sysctl: cannot stat /proc/sys/net/ipv6/conf/lo/disable_ipv6: No such file or directory > [root@freeipa001 <mailto:root@freeipa001> ~]# > > I am using the latest CentOS 8 IPA is looking to ensure that /proc/net/if_inet6 exists. It is apparently missing on your system indicating that IPv6 support is not enabled in the kernel. rob
FreeIPA-users mailing list -- freeipa-users@lists.fedorahosted.org To unsubscribe send an email to freeipa-users-leave@lists.fedorahosted.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/freeipa-users@lists.fedorahoste...
Remove the ipv6_disabled=1 line from grub.
On Monday, March 30, 2020, 12:40:08 PM CDT, Rob Crittenden rcritten@redhat.com wrote:
Andrew Meyer via FreeIPA-users wrote:
I fixed it. Figured it out.
Great! I'm curious, what did you need to do?
thanks
rob
Sent from Yahoo Mail on Android https://go.onelink.me/107872968?pid=InProduct&c=Global_Internal_YGrowth_AndroidEmailSig__AndroidUsers_wl=ym_sub1=Internal_sub2=Global_YGrowth_sub3=EmailSignature
On Fri, Mar 27, 2020 at 8:45 AM, Rob Crittenden rcritten@redhat.com wrote: Andrew Meyer via FreeIPA-users wrote: > I am building out a new IPA server environment and I am getting the following error: > > [user@freeipa001 mailto:user@freeipa001 ~]$ sudo ipa-server-install --setup-dns --setup-kra --setup-adtrust --auto-reverse --ssh-trust-dns --auto-forwarders --allow-zone-overlap > IPv6 stack has to be enabled in the kernel and some interface has to have ::1 address assigned. Typically this is 'lo' interface. If you do not wish to use IPv6 globally, disable it on the specific interfaces in sysctl.conf except 'lo' interface. > The ipa-server-install command failed. See /var/log/ipaserver-install.log for more information > [user@freeipa001 mailto:user@freeipa001 ~]$ > > [root@freeipa001 mailto:root@freeipa001 ~]# sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0 > sysctl: cannot stat /proc/sys/net/ipv6/conf/lo/disable_ipv6: No such file or directory > [root@freeipa001 mailto:root@freeipa001 ~]# > > I am using the latest CentOS 8
IPA is looking to ensure that /proc/net/if_inet6 exists. It is apparently missing on your system indicating that IPv6 support is not enabled in the kernel.
rob
FreeIPA-users mailing list -- freeipa-users@lists.fedorahosted.org To unsubscribe send an email to freeipa-users-leave@lists.fedorahosted.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/freeipa-users@lists.fedorahoste...
freeipa-users@lists.fedorahosted.org