Skybox Appliance 5500 Quick Start Guide
Skybox version 8.5.400
14
•
Stop bits: 1
•
Flow control: none
•
(If using PuTTY as your terminal emulator) Character set translation on
received data: UTF-8
3
Press the Power button on the Appliance’s front panel and verify that the
Power LED turns green.
4
Log in to the Appliance using the default login (root) and the default
password (skyboxview).
5
Use the following command to move to the directory where the interface
configuration files are located:
•
cd /etc/sysconfig/network-scripts/
6
Determine the 1st network card using the following command:
•
ifconfig –a
7
Open the network card config file using the vi editor. The content will be
similar to the following.
DHCP example:
NAME=ens2f0
DEVICE=ens2f0
IPV6INIT=no
ONBOOT=yes
HWADDR=00:1e:67:d4:7d:50
BOOTPROTO=dhcp
PEERDNS=no
Static IP address example:
NAME=ens2f0
DEVICE=ens2f0
IPV6INIT=no
ONBOOT=yes
HWADDR=00:1e:67:d4:7d:50
BOOTPROTO=none
IPADDR=192.168.80.132
NETMASK=255.255.254.0
GATEWAY=192.168.80.254
8
If you are using a static IP address, make the following changes in the
configuration file:
•
IPADDR
: Change the value to your IP address
•
NETMASK
: Change the value to the network subnet
•
GATEWAY
: Change the value to the default gateway
If you are using DHCP, no changes are necessary.
9
Configure the DNS servers; use
vi
to edit
/etc/resolv.conf
:
nameserver 1.1.1.1
nameserver 1.1.1.2