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]](/assets/images/system-system_settings-edit_network_ens192-3ff7886397ad78398dee7b3ec2f31b24.png)
Adding a New Teamβ
If your vStor has multiple network interfaces, you can configure a network interface team (bond) for redundancy or load balancing.
- Click Add Team to launch the Add Team dialog window.
![[image expected here]](/assets/images/system-network_settings-add_team_dialog-93e6d5a3553b68093af77e4321e76377.png)
- 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.
- 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,firewalldfor 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:
| Service | Description |
|---|---|
| mgmt | Management traffic between DPX and vStor. |
| nfs | NFS data traffic for backup/restore. |
| iscsi | iSCSI data traffic for backup/restore. |
| smb | SMB data traffic for backup/restore. |
| repl | Used 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>
The value of --servicescan be: all, none, or a comma-separated list of services to enable on the interface.