94c77c131d28c63a377fd57183eec4ff95b030f2
ocp/bond_nmcli.md
... | ... | @@ -23,4 +23,18 @@ nmcli connection modify baremetal ipv4.addresses 192.168.10.1/24 ipv4.method man |
23 | 23 | nmcli connection up baremetal |
24 | 24 | nmcli connection up VLAN673 |
25 | 25 | nmcli connection up VLAN673-baremetal |
26 | +``` |
|
27 | + |
|
28 | +``` |
|
29 | +nmcli connection delete VLAN673 |
|
30 | +nmcli connection delete baremetal |
|
31 | +nmcli connection delete VLAN673-baremetal |
|
32 | + |
|
33 | +nmcli connection add type vlan con-name VLAN673 dev eno8 id 673 |
|
34 | +nmcli connection add type bridge con-name baremetal ifname baremetal |
|
35 | +nmcli connection add type bridge-slave con-name VLAN673-baremetal ifname vlan673 master baremetal |
|
36 | +nmcli connection modify baremetal ipv4.addresses 192.168.10.1/24 ipv4.method manual ipv4.gateway 192.168.10.254 |
|
37 | +nmcli connection up VLAN673 |
|
38 | +nmcli connection up baremetal |
|
39 | +nmcli connection up VLAN673-baremetal |
|
26 | 40 | ``` |
... | ... | \ No newline at end of file |