IPv6 stack is enabled in the kernel but there is no interface that has ::1 address assigned. Add ::1 address resolution to 'lo' interface. You might need to enable IPv6 on the interface 'lo' in sysctl.conf. 해결하기

IPv6 stack is enabled in the kernel but there is no interface that has ::1 address assigned. Add ::1 address resolution to 'lo' interface. You might need to enable IPv6 on the interface 'lo' in sysctl.conf. 해결하기

트러블 슈팅겸 기록으로 남겨놓습니다.

IPv6 stack is enabled in the kernel but there is no interface that has ::1 address assigned. Add ::1 address resolution to 'lo' interface. You might need to enable IPv6 on the interface 'lo' in sysctl.conf.

freeipa 설치커맨드를입력했을때 위와같이 에러가 발생했을떄 해결하는방법입니다.

문제는 ipv6가 활성화가 되어있지만 인터페이스에 할당이 되지않아 발생하는 문제입니다.

해결방법

해결방법은 간단합니다.

sysctl 파일을 열어서 i를눌러서 편집모드로 진입한뒤 아래와같은 내용을 추가해주세요.

vi /etc/sysctl.conf
net.ipv6.conf.lo.disable_ipv6 = 0

그리고나서 sysctl -p 명령어로 적용해주고 아래와같은 응답이 나오면 완료입니다.

다시 ipa install을 하면 잘되시는걸 확인하실 수 있습니다.