Virtual TapeServer 8.4 Quick Start Guide

16 | Virtual TapeServer Quick Start Guide
6. To verify the configuration, enter the following:
netconfig
If not using DNS, you can remove DNS entries by entering this command:
netconfig -d -o
To configure network settings for eth1
Note If you want the default route to use the subnet connected to eth0, and eth0 is set to DHCP, do
not assign a gateway on eth1. If eth0 is set to a static IP address, assign a gateway on eth0
only.
To set the IP, netmask, and gateway addresses, enter the following:
netconfig -f eth1 -m static -i ip_address -n netmask
where ip_address is the management network interface address and netmask is the management
network interface netmask.
Or, to configure eth1 to use DHCP, enter the following:
netconfig -f eth1 -m dhcp
If you are using an Ethernet connection to configure eth1 network settings, the connection is lost at
this point. Connect eth1 to a LAN switch. If you are using a serial cable or a console, you can verify
the configuration by entering the following:
netconfig
To configure network settings for the IPMI card
By default, the Intelligent Platform Management Interface (IPMI) card is configured to use DHCP. If
you want to use static network settings for the IPMI card, enter the following:
netconfig -f ipmi -m static -i ip_address -n netmask -g gateway
where ip_address is the management network interface address, netmask is the management network
interface netmask, and gateway is the IP address for the gateway.