Skip to main content
Version: vStor 4.13

Configuring vStor Network Settings

The Network Settings tab lists physical network interfaces of your vStor. Most applications will not require more than one network interface.

You can configure the network settings of Catalogic vStor from either the vStor Web Interface or from the shell, for each network interface individually.

Configuring Network Settings from vStor Web Interface​

To configure network settings Via vStor Web Interface, click Edit to open the Edit Network dialog window.

[image expected here]

Adding a New Team​

If your vStor has multiple network interfaces, you can configure a network interface team (bond) for redundancy or load balancing.

  1. Click Add Team to launch the Add Team dialog window.
[image expected here]
  1. Provide the following information:

Name
Enter a custom name for the team.

IPv4 configuration
Defines how the team obtains its IPv4 address. Options typically include:

DNS configuration

  • Obtain DNS parameters automatically – When enabled, DNS information is received from DHCP.
  • Preferred DNS server / Alternate DNS server / DNS search path – Manual configuration fields, available when automatic DNS is disabled.

Services
Select the services that will use this team. Multiple selection is possible.

Teaming configuration

  • Ports – Select one or more physical interfaces to include in the team. Once assigned to a team, an interface cannot be used for other teams.
  • Mode – Select the teaming mode. Options include: lacp, broadcast, roundrobin, activebackup, loadbalance, random.
  1. Click Save. The team is now created.

Configuring Network Settings from vStor CLI​

  • Log in with the username admin.
  • Use Linux tools like nmtui, hostnamectl, firewalld for configuration.

Showing Network Interface Information​

To display information about enabled network interfaces and services, run the following command in the CLI:

vstor network show

For more information about the vStor CLI, see Catalogic vStor Server Command Line Interface (CLI) Overview.

The following vStor services are available on all network interfaces:

ServiceDescription
mgmtManagement traffic between DPX and vStor.
nfsNFS data traffic for backup/restore.
iscsiiSCSI data traffic for backup/restore.
smbSMB data traffic for backup/restore.
replUsed for vStor replication.

Modifying Services Associated with Network Interfaces​

Run the vStor network update command to modify services associated with an interface, for example, if you’re using a dedicated interface for data traffic to improve performance:

vstor network update --id <id> --services <service>
Note.

The value of --servicescan be: all, none, or a comma-separated list of services to enable on the interface.