Skip to main content

Provision secondary interfaces (both nodes)

Provisioning secondary interfaces is not strictly necessary. All that is required is an IP address reserved in the appropriate subnet for the purposes of serving as a virtual IP. However, provisioning secondary interfaces in a subnet used solely for SMB traffic allows server-client traffic to be segregated from storage traffic and reduces possible contention in high-performance use cases.

[tux@dhcp-200 ~]$ sudo nmcli connection modify ens19 ipv4.method auto
[tux@dhcp-200 ~]$ sudo nmcli connection down ens19; sudo nmcli connection
up ens19
Connection 'ens19' successfully deactivated (D-Bus active path:
/org/freedesktop/NetworkManager/ActiveConnection/2)
Connection successfully activated (D-Bus active path:
/org/freedesktop/NetworkManager/ActiveConnection/3)