Project

General

Profile

Actions

Bug #26911

closed

Foreman will not install with IPv6 Disabled

Added by Russell Hamker about 5 years ago. Updated about 4 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Difficulty:
Triaged:
No
Fixed in Releases:
Found in Releases:

Description

We use Ubuntu 18.04. We disable IPv6 on our Ubuntu image. This prevents Foreman from correctly installing. Request that Foreman install not require IPv6 to be present or make it so that the default is IPv4 only.

Steps taken to disable IPv6 in Ubuntu:
###disable IPv6
sudo vi /etc/default/grub
#add lines like below
GRUB_CMDLINE_LINUX_DEFAULT="ipv6.disable=1"
GRUB_CMDLINE_LINUX="ipv6.disable=1"

#update grub
sudo update-grub

#add lines to the END sysctl.conf
sudo vi /etc/sysctl.conf

#add lines like below
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1

Actions #1

Updated by Tomer Brisker almost 5 years ago

  • Status changed from New to Need more information

Hello,
What exactly is failing during the install? Which version are you installing and how are you installing it (i.e. using the installer, from packages, from source)?

Actions #2

Updated by Anonymous about 4 years ago

  • Status changed from Need more information to Rejected
Actions

Also available in: Atom PDF