File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,11 @@ $ export PUB_CONN=<baremetal_nic_name>
26
26
27
27
. Configure the `baremetal` network:
28
28
+
29
+ [NOTE]
30
+ ====
31
+ The SSH connection might disconnect after executing these steps.
32
+ ====
33
+ +
29
34
[source,terminal]
30
35
----
31
36
$ sudo nohup bash -c "
@@ -34,16 +39,11 @@ $ sudo nohup bash -c "
34
39
# RHEL 8.1 appends the word \"System\" in front of the connection, delete in case it exists
35
40
nmcli con down \"System $PUB_CONN\"
36
41
nmcli con delete \"System $PUB_CONN\"
37
- nmcli connection add ifname baremetal type bridge con-name baremetal
42
+ nmcli connection add ifname baremetal type bridge con-name baremetal bridge.stp no
38
43
nmcli con add type bridge-slave ifname \"$PUB_CONN\" master baremetal
39
44
pkill dhclient;dhclient baremetal
40
45
"
41
46
----
42
- +
43
- [NOTE]
44
- ====
45
- The ssh connection might disconnect after executing these steps.
46
- ====
47
47
48
48
. Optional: If you are deploying with a `provisioning` network, export the `provisioning` network NIC name:
49
49
+
You can’t perform that action at this time.
0 commit comments