Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions modules/agent-install-networking.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ In an environment without a DHCP server, you can define IP addresses statically.

In addition to static IP addresses, you can apply any network configuration that is in NMState format. This includes VLANs and NIC bonds.

[NOTE]
====
By default, Podman uses a subnet of `10.88.0.0/16` as a bridge network.
Do not set the `network.machineNetwork.cidr` parameter to include this address range, otherwise a conflict causes the cluster installation to fail.
====

[id="agent-install-networking-DHCP_{context}"]
== DHCP

Expand Down