vStor 4.11
Catalogic SoftwareKnowledge BaseMySupport
  • Welcome to vStor!
  • Introduction
  • Installation
    • Deploying Catalogic vStor on Physical Appliances
    • Deploying Catalogic vStor Virtual Appliance for VMware
    • Deploying Catalogic vStor Virtual Appliance for Microsoft Hyper-V
    • Required Ports for Catalogic vStor
    • Updating Catalogic vStor
  • Quick Start
    • Catalogic vStor for VMware
    • Catalogic vStor for Hyper-V
  • Basic Configuration
    • Initializing vStor
    • Adding Catalogic vStor Node to Catalogic DPX
      • Using vStor API Keys with Catalogic DPX
    • Configuring vStor System Settings
      • Basic System Configuration
      • Security and Network
      • Data Management and Optimization
      • System Monitoring and Maintenance
    • Configuring Network Settings of Catalogic vStor
    • Backing up Configuration Settings of Catalogic vStor
    • Restoring Configuration Settings of Catalogic vStor
  • Storage Management
    • Adding Disks
    • Managing Storage Pools
    • Managing Volumes
      • Migrating Volumes
      • Creating Volume Snapshots
      • Using vStor Autosnapshot
    • ZFS Compression and Deduplication
    • Managing Shares
    • Managing Hosts for LUN Volumes
    • Using vStor Snapshot Explorer
  • Data Protection
    • Catalogic vStor Backup and Recovery
    • Creating vStor Partnerships
      • Creating Replication Groups
      • Establishing Cross-Version Partnerships
    • Enabling Volume Encryption
    • Immutability in vStor
    • Using GuardMode Scan
  • Advanced Configuration
    • Using Multipath Storage
    • Managing Certificates
    • Adding Encryption URLs
    • Managing MinIO Buckets
    • Assigning an E-mail to a vStor Account
    • Managing vStor User Accounts
    • Using Multi-factor Authentication (MFA)
  • vStor Command Line Interface
    • Catalogic vStor Server CLI Overview
  • Best Practices
    • Hardware Configurations: Best Practices
    • Data Backup: Best Practices
    • Data Archiving: Best Practices
    • Backup Storage: Best Practices
    • Frequently Asked Questions: Best Practices
Powered by GitBook
On this page
  • Configuring network settings from vStor Web Interface
  • Configuring network settings from vStor CLI
  • Showing Network Interface Information
  • Modifying Services Associated with Network Interfaces
  1. Basic Configuration

Configuring Network Settings of Catalogic vStor

PreviousSystem Monitoring and MaintenanceNextBacking up Configuration Settings of Catalogic vStor

Last updated 5 months ago

You can configure the network settings of Catalogic vStor from either the vStor Web Interface or from the shell.

Configuring network settings from vStor Web Interface

To configure network settings Via vStor Web Interface, navigate to the System tab. This view gives you access to two tabs, which let you configure the following settings:

  • System settings: Configure hostname, domain name, certificates, firewall, NTP, etc.

  • Network settings: DHCP/static IPv4, DNS, service protocols like iSCSI.

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

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>

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

For more information about the vStor CLI, see .

Catalogic vStor Server Command Line Interface (CLI) Overview