Skip to content

Commit

Permalink
Add IPv4 installation requirements (#3553)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0add510)
  • Loading branch information
aneta-petrova committed Jan 10, 2025
1 parent 21368d2 commit 2552935
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ endif::[]

ifdef::parent-context[:context: {parent-context}]
ifndef::parent-context[:!context:]

ifdef::installing-satellite-server-connected[]
include::modules/proc_requirements-for-installation-in-an-ipv4-network.adoc[leveloffset=+1]
endif::[]
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[id="requirements-for-installation-in-an-ipv4-network"]
= Requirements for installation in an IPv4 network

The following requirements apply to installations in an IPv4 network:

* An IPv6 loopback must be configured on the base system.
The loopback is typically configured by default.
Do not disable it.
* Do not disable IPv6 in kernel by adding the `ipv6.disable=1` kernel parameter.
ifdef::satellite[]
+
For a supported way to disable the IPv6 protocol, see link:https://access.redhat.com/solutions/5045841[How do I disable the IPv6 protocol on Red Hat Satellite and/or Red Hat Capsule server?] in Red{nbsp}Hat Knowledgebase.
endif::[]

0 comments on commit 2552935

Please sign in to comment.