Skip to content

Commit cea32e8

Browse files
Merge pull request #57092 from xenolinux/resolveconf
OCPBUGS#5137: Add 0.0.0.0 in /etc/resolv.conf file
2 parents 430fb3e + 92be790 commit cea32e8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

networking/multiple_networks/configuring-additional-network.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@ For an additional network, IP addresses are provisioned through an IP Address Ma
2424

2525
* Applying a YAML manifest: You can manage the additional network directly by creating an `NetworkAttachmentDefinition` object. This approach allows for the chaining of CNI plugins.
2626

27+
[NOTE]
28+
====
29+
When deploying {product-title} nodes with multiple network interfaces on {rh-openstack-first} with OVN SDN, DNS configuration of the secondary interface might take precedence over the DNS configuration of the primary interface. In this case, remove the DNS nameservers for the subnet id that is attached to the secondary interface:
30+
[source,terminal]
31+
----
32+
$ openstack subnet set --dns-nameserver 0.0.0.0 <subnet_id>
33+
----
34+
====
35+
2736
[id="{context}_configuration-additional-network-attachment"]
2837
== Configuration for an additional network attachment
2938

0 commit comments

Comments
 (0)