Veritas NetBackup™ Virtual Appliance Documentation
- Getting started
- Deployment and initial configuration
- Post initial configuration procedures
- Configuring
- About configuring Host parameters for your appliance on the NetBackup Virtual Appliance
- Alerting
- About SNMP
- About Call Home
- Using
- About storage configuration
- About viewing storage space information using the Show command
- About NetBackup Virtual Appliance as a VMware backup host
- About running NetBackup commands from the appliance
- About mounting a remote NFS
- About Auto Image Replication from a NetBackup Virtual Appliance
- About storage configuration
- Logging
- Troubleshooting
- About NetBackup support utilities
- Security
- About Symantec Data Center Security on the NetBackup Virtual Appliance
- Setting the appliance login banner
- Managing users
- About authenticating LDAP users
- About authenticating Active Directory users
- About authenticating Kerberos-NIS users
- About user authorization on the NetBackup Virtual Appliance
- Creating NetBackup administrator user accounts
- Section I. Commands
- Commands overview
- Appendix A. Appliance commands
- Appendix B. Network commands
- Appendix C. Support commands
- Appendix D. Monitor commands
- Appendix E. Settings commands
- Appendix F. Reports commands
- Appendix G. Manage commands
Name
Main > Network > Configure — Configure the appliance to a network.
SYNOPSIS
Configure IPAddress Netmask GatewayIPAddress InterfaceNames
DESCRIPTION
You can use the Configure command to configure the IP address of a single interface on the network that you want to connect your appliance to. When you use this command, you need to define the IP address, the netmask address, and the gateway address.
If multiple interfaces with separate IP addresses are used, use the Network > IPv4 or the Network > IPv6 commands to configure each network interface individually.
OPTIONS
- Configure IPAddress Netmask GatewayIPAddress InterfaceNames
Configure the IP address and default gateway for the appliance. The command configures the IP address and sets the default gateway.
Where IPAddress is the IPv4 or IPv6 address, Netmask is the netmask, GatewayIPAddress is the default gateway IP address, and InterfaceNames is the name of the device.
Remember that you should not use both an IPv4 and an IPv6 address in the same command. For example, you cannot use Configure 9ffe::9 255.255.255.0 1.1.1.1.. You should use Configure 9ffe::46 64 9ffe::49 eth1 to configure an interface using IPv6 address.
EXAMPLES
The following example shows how to configure your appliance network settings:
Network > Configure 10.180.2.3 255.255.255.0 eth1
SEE ALSO