Openstack RDO Single Node Installation and Configuration on VM

Kevin W Tech Notes
14 min readApr 4, 2020

--

Network Topology

Prerequisite

1. ESXi Server installation.

2. CentOS 7 OS

Note: Remember set the NIC mode to Promiscuous mode, otherwise traffic might be blocked.

RDO OpenStack Installation

1. Pre-installation

  1. 1 Disable firewall and SELINUX before installation.
[root@ems-vm-controller ~]# systemctl stop firewalld.service
[root@ems-vm-controller ~]# systemctl disable firewalld.service
[root@ems-vm-controller ~]# firewall-cmd — state
not running
[root@ems-vm-controller ~]# sed -i ‘/^SELINUX=.*/c SELINUX=disabled’ /etc/selinux/config
[root@ems-vm-controller ~]# sed -i ‘s/^SELINUXTYPE=.*/SELINUXTYPE=disabled/g’ /etc/selinux/config
[root@ems-vm-controller ~]# grep — color=auto ‘^SELINUX’ /etc/selinux/config
SELINUX=disabled
SELINUXTYPE=disabled
[root@ems-vm-controller ~]# setenforce 0
setenforce: SELinux is disabled

1.2 Set enviorment espeically for non-English CentOS

[root@ems-vm-controller ~]# vi /etc/environment
LANG=en_US.utf-8
LC_ALL=en_US.utf-8

1.3 Configure /etc/hosts

[root@ems-vm-controller ~]# vi /etc/hosts
10.195.231.213 ems-vm-controller ems-vm-controller.equinix.com # new line added
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
[root@compute_1 ~]# systemctl stop NetworkManager
[root@compute_1 ~]# systemctl disable NetworkManager
Removed symlink /etc/systemd/system/multi-user.target.wants/NetworkManager.service.
Removed symlink /etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service.
Removed symlink /etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service.

1.4 Reboot VM.

[root@ems-vm-controller ~]# reboot
Connection to 10.195.231.213 closed by remote host.
Connection to 10.195.231.213 closed.

2. Openstack Installation

2.1 Install openstack latest release repos, as of 11/2019 the latest Openstack version is stein.

[root@ems-vm-controller ~]# sudo yum install -y centos-release-openstack-stein
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.sfo12.us.leaseweb.net
* extras: centos.sonn.com
* updates: centos.sonn.com
base | 3.6 kB 00:00:00
extras | 2.9 kB 00:00:00
updates | 2.9 kB 00:00:00
Resolving Dependencies
→ Running transaction check
— -> Package centos-release-openstack-stein.noarch 0:1–1.el7.centos will be installed
→ Processing Dependency: centos-release-qemu-ev for package: centos-release-openstack-stein-1–1.el7.centos.noarch
→ Processing Dependency: centos-release-ceph-nautilus for package: centos-release-openstack-stein-1–1.el7.centos.noarch
→ Running transaction check
— -> Package centos-release-ceph-nautilus.noarch 0:1.2–2.el7.centos will be installed
→ Processing Dependency: centos-release-storage-common for package: centos-release-ceph-nautilus-1.2–2.el7.centos.noarch
→ Processing Dependency: centos-release-nfs-ganesha28 for package: centos-release-ceph-nautilus-1.2–2.el7.centos.noarch
— -> Package centos-release-qemu-ev.noarch 0:1.0–4.el7.centos will be installed
→ Processing Dependency: centos-release-virt-common for package: centos-release-qemu-ev-1.0–4.el7.centos.noarch
→ Running transaction check
— -> Package centos-release-nfs-ganesha28.noarch 0:1.0–2.el7.centos will be installed
— -> Package centos-release-storage-common.noarch 0:2–2.el7.centos will be installed
— -> Package centos-release-virt-common.noarch 0:1–1.el7.centos will be installed
→ Finished Dependency Resolution
Dependencies Resolved===============================================================================================================================================
Package Arch Version Repository Size
===============================================================================================================================================
Installing:
centos-release-openstack-stein noarch 1–1.el7.centos extras 5.3 k
Installing for dependencies:
centos-release-ceph-nautilus noarch 1.2–2.el7.centos extras 5.1 k
centos-release-nfs-ganesha28 noarch 1.0–2.el7.centos extras 4.3 k
centos-release-qemu-ev noarch 1.0–4.el7.centos extras 11 k
centos-release-storage-common noarch 2–2.el7.centos extras 5.1 k
centos-release-virt-common noarch 1–1.el7.centos extras 4.5 k
Transaction Summary
===============================================================================================================================================
Install 1 Package (+5 Dependent packages)
Total download size: 35 k
Installed size: 25 k
Downloading packages:
(1/6): centos-release-nfs-ganesha28–1.0–2.el7.centos.noarch.rpm | 4.3 kB 00:00:00
(2/6): centos-release-ceph-nautilus-1.2–2.el7.centos.noarch.rpm | 5.1 kB 00:00:00
(3/6): centos-release-openstack-stein-1–1.el7.centos.noarch.rpm | 5.3 kB 00:00:00
(4/6): centos-release-qemu-ev-1.0–4.el7.centos.noarch.rpm | 11 kB 00:00:00
(5/6): centos-release-storage-common-2–2.el7.centos.noarch.rpm | 5.1 kB 00:00:00
(6/6): centos-release-virt-common-1–1.el7.centos.noarch.rpm | 4.5 kB 00:00:00
— — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — -
Total 199 kB/s | 35 kB 00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : centos-release-storage-common-2–2.el7.centos.noarch 1/6
Installing : centos-release-nfs-ganesha28–1.0–2.el7.centos.noarch 2/6
Installing : centos-release-ceph-nautilus-1.2–2.el7.centos.noarch 3/6
Installing : centos-release-virt-common-1–1.el7.centos.noarch 4/6
Installing : centos-release-qemu-ev-1.0–4.el7.centos.noarch 5/6
Installing : centos-release-openstack-stein-1–1.el7.centos.noarch 6/6
Verifying : centos-release-openstack-stein-1–1.el7.centos.noarch 1/6
Verifying : centos-release-virt-common-1–1.el7.centos.noarch 2/6
Verifying : centos-release-nfs-ganesha28–1.0–2.el7.centos.noarch 3/6
Verifying : centos-release-ceph-nautilus-1.2–2.el7.centos.noarch 4/6
Verifying : centos-release-storage-common-2–2.el7.centos.noarch 5/6
Verifying : centos-release-qemu-ev-1.0–4.el7.centos.noarch 6/6
Installed:
centos-release-openstack-stein.noarch 0:1–1.el7.centos
Dependency Installed:
centos-release-ceph-nautilus.noarch 0:1.2–2.el7.centos centos-release-nfs-ganesha28.noarch 0:1.0–2.el7.centos
centos-release-qemu-ev.noarch 0:1.0–4.el7.centos centos-release-storage-common.noarch 0:2–2.el7.centos
centos-release-virt-common.noarch 0:1–1.el7.centos
Complete!
[root@ems-vm-controller ~]# ls /etc/yum.repos.d/ | grep stein
CentOS-OpenStack-stein.repo

2.2 Update yum

[root@ems-vm-controller ~]# sudo yum update -y
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.sfo12.us.leaseweb.net
* centos-ceph-nautilus: mirror.sfo12.us.leaseweb.net
* centos-nfs-ganesha28: centos.sonn.com
* centos-openstack-stein: sjc.edge.kernel.org
* centos-qemu-ev: mirror.sfo12.us.leaseweb.net
* extras: centos.sonn.com
* updates: centos.sonn.com
centos-ceph-nautilus | 2.9 kB 00:00:00
centos-nfs-ganesha28 | 2.9 kB 00:00:00
centos-openstack-stein | 2.9 kB 00:00:00
centos-qemu-ev | 2.9 kB 00:00:00
(1/4): centos-nfs-ganesha28/7/x86_64/primary_db | 66 kB 00:00:00
(2/4): centos-openstack-stein/7/x86_64/primary_db | 974 kB 00:00:00
(3/4): centos-qemu-ev/7/x86_64/primary_db | 73 kB 00:00:00
(4/4): centos-ceph-nautilus/7/x86_64/primary_db | 95 kB 00:00:00
Resolving Dependencies
→ Running transaction check
— -> Package mariadb-libs.x86_64 1:5.5.64–1.el7 will be updated
— -> Package mariadb-libs.x86_64 3:10.3.10–1.el7.0.0.rdo2 will be an update
→ Processing Dependency: mariadb-common(x86–64) = 3:10.3.10–1.el7.0.0.rdo2 for package: 3:mariadb-libs-10.3.10–1.el7.0.0.rdo2.x86_64
→ Running transaction check
— -> Package mariadb-common.x86_64 3:10.3.10–1.el7.0.0.rdo2 will be installed
→ Processing Dependency: /etc/my.cnf for package: 3:mariadb-common-10.3.10–1.el7.0.0.rdo2.x86_64
→ Running transaction check
— -> Package mariadb-config.x86_64 3:10.3.10–1.el7.0.0.rdo2 will be installed
— -> Package mariadb-libs.x86_64 1:5.5.64–1.el7 will be updated
— -> Package mariadb-libs.x86_64 1:5.5.64–1.el7 will be updated
→ Finished Dependency Resolution
Dependencies Resolved===============================================================================================================================================
Package Arch Version Repository Size
===============================================================================================================================================
Updating:
mariadb-libs x86_64 3:10.3.10–1.el7.0.0.rdo2 centos-openstack-stein 155 k
Installing for dependencies:
mariadb-common x86_64 3:10.3.10–1.el7.0.0.rdo2 centos-openstack-stein 62 k
mariadb-config x86_64 3:10.3.10–1.el7.0.0.rdo2 centos-openstack-stein 37 k
Transaction Summary
===============================================================================================================================================
Install ( 2 Dependent packages)
Upgrade 1 Package
Total download size: 253 k
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
warning: /var/cache/yum/x86_64/7/centos-openstack-stein/packages/mariadb-config-10.3.10–1.el7.0.0.rdo2.x86_64.rpm: Header V4 RSA/SHA1 Signature, key ID 764429e6: NOKEY
Public key for mariadb-config-10.3.10–1.el7.0.0.rdo2.x86_64.rpm is not installed
(1/3): mariadb-config-10.3.10–1.el7.0.0.rdo2.x86_64.rpm | 37 kB 00:00:00
(2/3): mariadb-common-10.3.10–1.el7.0.0.rdo2.x86_64.rpm | 62 kB 00:00:00
(3/3): mariadb-libs-10.3.10–1.el7.0.0.rdo2.x86_64.rpm | 155 kB 00:00:00
— — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — -
Total 1.8 MB/s | 253 kB 00:00:00
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud
Importing GPG key 0x764429E6:
Userid : “CentOS Cloud SIG (http://wiki.centos.org/SpecialInterestGroup/Cloud) <security@centos.org>”
Fingerprint: 736a f511 6d9c 40e2 af6b 074b f9b9 fee7 7644 29e6
Package : centos-release-openstack-stein-1–1.el7.centos.noarch (@extras)
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : 3:mariadb-config-10.3.10–1.el7.0.0.rdo2.x86_64 1/4
Installing : 3:mariadb-common-10.3.10–1.el7.0.0.rdo2.x86_64 2/4
Updating : 3:mariadb-libs-10.3.10–1.el7.0.0.rdo2.x86_64 3/4
Cleanup : 1:mariadb-libs-5.5.64–1.el7.x86_64 4/4
Verifying : 3:mariadb-common-10.3.10–1.el7.0.0.rdo2.x86_64 1/4
Verifying : 3:mariadb-libs-10.3.10–1.el7.0.0.rdo2.x86_64 2/4
Verifying : 3:mariadb-config-10.3.10–1.el7.0.0.rdo2.x86_64 3/4
Verifying : 1:mariadb-libs-5.5.64–1.el7.x86_64 4/4
Dependency Installed:
mariadb-common.x86_64 3:10.3.10–1.el7.0.0.rdo2 mariadb-config.x86_64 3:10.3.10–1.el7.0.0.rdo2
Updated:
mariadb-libs.x86_64 3:10.3.10–1.el7.0.0.rdo2
Complete!
[root@ems-vm-controller ~]#

2.3 Install stackpack package

[root@ems-vm-controller ~]# sudo yum install -y openstack-packstack
<output ignored>

2.4 Install Openstack with openstack Allinone mode, this is the most easiest way to get you into openstack, we will cutomize the configuration for multi-node installation.

[root@ems-vm-controller ~]# sudo packstack — allinone
Welcome to the Packstack setup utility
The installation log file is available at: /var/tmp/packstack/20191129–234137-lgFEIk/openstack-setup.log
Packstack changed given value to required value /root/.ssh/id_rsa.pub
Installing:
Clean Up [ DONE ]
Discovering ip protocol version [ DONE ]
Setting up ssh keys [ DONE ]
Preparing servers [ DONE ]
Pre installing Puppet and discovering hosts’ details [ DONE ]
Preparing pre-install entries [ DONE ]
Setting up CACERT [ DONE ]
Preparing AMQP entries [ DONE ]
Preparing MariaDB entries [ DONE ]
Fixing Keystone LDAP config parameters to be undef if empty[ DONE ]
Preparing Keystone entries [ DONE ]
Preparing Glance entries [ DONE ]
Checking if the Cinder server has a cinder-volumes vg[ DONE ]
Preparing Cinder entries [ DONE ]
Preparing Nova API entries [ DONE ]
Creating ssh keys for Nova migration [ DONE ]
Gathering ssh host keys for Nova migration [ DONE ]
Preparing Nova Compute entries [ DONE ]
Preparing Nova Scheduler entries [ DONE ]
Preparing Nova VNC Proxy entries [ DONE ]
Preparing OpenStack Network-related Nova entries [ DONE ]
Preparing Nova Common entries [ DONE ]
Preparing Neutron LBaaS Agent entries [ DONE ]
Preparing Neutron API entries [ DONE ]
Preparing Neutron L3 entries [ DONE ]
Preparing Neutron L2 Agent entries [ DONE ]
Preparing Neutron DHCP Agent entries [ DONE ]
Preparing Neutron Metering Agent entries [ DONE ]
Checking if NetworkManager is enabled and running [ DONE ]
Preparing OpenStack Client entries [ DONE ]
Preparing Horizon entries [ DONE ]
Preparing Swift builder entries [ DONE ]
Preparing Swift proxy entries [ DONE ]
Preparing Swift storage entries [ DONE ]
Preparing Gnocchi entries [ DONE ]
Preparing Redis entries [ DONE ]
Preparing Ceilometer entries [ DONE ]
Preparing Aodh entries [ DONE ]
Preparing Puppet manifests [ DONE ]
Copying Puppet modules and manifests [ DONE ]
Applying 10.195.231.213_controller.pp
10.195.231.213_controller.pp: [ DONE ]
Applying 10.195.231.213_network.pp
10.195.231.213_network.pp: [ DONE ]
Applying 10.195.231.213_compute.pp
10.195.231.213_compute.pp: [ DONE ]
Applying Puppet manifests [ DONE ]
Finalizing [ DONE ]
**** Installation completed successfully ******Additional information:
* Parameter CONFIG_NEUTRON_L2_AGENT: You have choosen OVN neutron backend. Note that this backend does not support LBaaS, VPNaaS or FWaaS services. Geneve will be used as encapsulation method for tenant networks
* A new answerfile was created in: /root/packstack-answers-20191129–234137.txt
* Time synchronization installation was skipped. Please note that unsynchronized time on server instances might be problem for some OpenStack components.
* Warning: NetworkManager is active on 10.195.231.213. OpenStack networking currently does not work on systems that have the Network Manager service enabled.
* File /root/keystonerc_admin has been created on OpenStack client host 10.195.231.213. To use the command line tools you need to source the file.
* To access the OpenStack Dashboard browse to http://10.195.231.213/dashboard .
Please, find your login credentials stored in the keystonerc_admin in your home directory.
* The installation log file is available at: /var/tmp/packstack/20191129–234137-lgFEIk/openstack-setup.log
* The generated manifests are available at: /var/tmp/packstack/20191129–234137-lgFEIk/manifests

2.5 After installation, br-ex virtual NIC have been automatically installed by stackpack, but subnet is not meet our address scheme.

[root@ems-vm-controller ~]# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: ens192: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 00:0c:29:6c:59:a9 brd ff:ff:ff:ff:ff:ff
inet 10.195.231.213/24 brd 10.195.231.255 scope global noprefixroute ens192
valid_lft forever preferred_lft forever
inet6 fe80::f625:c998:37f8:2a47/64 scope link noprefixroute
valid_lft forever preferred_lft forever
3: ens224: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 00:0c:29:6c:59:b3 brd ff:ff:ff:ff:ff:ff
inet 192.168.10.1/24 brd 192.168.10.255 scope global noprefixroute ens224
valid_lft forever preferred_lft forever
inet6 fe80::8581:8923:36e4:753a/64 scope link noprefixroute
valid_lft forever preferred_lft forever
4: ovs-system: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether c2:7a:3b:56:d0:d5 brd ff:ff:ff:ff:ff:ff
5: br-ex: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000
link/ether be:36:a4:dc:10:48 brd ff:ff:ff:ff:ff:ff
inet 172.24.4.1/24 scope global br-ex
valid_lft forever preferred_lft forever
inet6 fe80::bc36:a4ff:fedc:1048/64 scope link
valid_lft forever preferred_lft forever
6: br-int: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 66:c4:86:14:66:4e brd ff:ff:ff:ff:ff:ff

We need bridge our physical NIC ens192 to br-ex and configure L3 address information on br-ex NIC instead of ens192, so change configuration as following:

[root@ems-vm-controller ~]# vi /etc/sysconfig/network-scripts/ifcfg-ens192
DEVICE=ens192
TYPE=OVSPort
DEVICETYPE=ovs
OVS_BRIDGE=br-ex
ONBOOT=yes
[root@ems-vm-controller ~]# vi /etc/sysconfig/network-scripts/ifcfg-br-ex
DEVICE=br-ex
DEVICETYPE=ovs
TYPE=OVSBridge
BOOTPROTO=static
IPADDR=10.195.231.213
NETMASK=255.255.255.0
GATEWAY=10.195.231.1
ONBOOT=yes
DNS1=8.8.8.8
[root@ems-vm-controller ~]# systemctl restart network
[root@ems-vm-controller ~]# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: ens192: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master ovs-system state UP group default qlen 1000
link/ether 00:0c:29:6c:59:a9 brd ff:ff:ff:ff:ff:ff
3: ens224: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 00:0c:29:6c:59:b3 brd ff:ff:ff:ff:ff:ff
inet 192.168.10.1/24 brd 192.168.10.255 scope global noprefixroute ens224
valid_lft forever preferred_lft forever
inet6 fe80::8581:8923:36e4:753a/64 scope link noprefixroute
valid_lft forever preferred_lft forever
4: ovs-system: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether c2:7a:3b:56:d0:d5 brd ff:ff:ff:ff:ff:ff
6: br-int: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 66:c4:86:14:66:4e brd ff:ff:ff:ff:ff:ff
7: br-ex: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default qlen 1000
link/ether 00:0c:29:6c:59:a9 brd ff:ff:ff:ff:ff:ff
inet 10.195.231.213/24 brd 10.195.231.255 scope global br-ex
valid_lft forever preferred_lft forever
inet6 fe80::6446:65ff:fe45:e547/64 scope link
valid_lft forever preferred_lft forever

3. OpenStack Configuration

3.1 Preparation

Now we can access Horizon Dashboard from http://10.195.231.213/dashboard

Username and password is stored in /root/keystonerc_admin file.

[root@ems-vm-controller ~]# cat keystonerc_admin
unset OS_SERVICE_TOKEN
export OS_USERNAME=admin
export OS_PASSWORD=’xxxxxxxxxxxx'
export OS_REGION_NAME=RegionOne
export OS_AUTH_URL=http://10.195.231.213:5000/v3
export PS1=’[\u@\h \W(keystone_admin)]\$ ‘
export OS_PROJECT_NAME=admin
export OS_USER_DOMAIN_NAME=Default
export OS_PROJECT_DOMAIN_NAME=Default
export OS_IDENTITY_API_VERSION=3

Allinone installation have created networks but again doesn’t met our address scheme, so we need reconfigure the whole network. Demo project also can be deleted.

3.1.1 delete demo project

3.1.2 delete router configuration

3.1.3 delete network configuration

3.2 Configure Network

3.2.1 Configure public network

Note: Physical Network has to been mapping to the name of physical NIC, we can get the name from the stackpack answer file, in our case is “extnet”

[root@ems-vm-controller ~]# grep BRIDGE packstack-answers-20191129–234137.txt
CONFIG_NEUTRON_OVS_BRIDGE_MAPPINGS=extnet:br-ex

3.2.2 Configure private network

3.2.3 Configure router, and specify public subnet as external network and enable SNAT.

Add private subnet into router.

Here is the final network topology

3.3. Configure security group

By default, only btw default security group traffic is allowed, so if we want to access VM from external network, we have create rules to allow traffic in.

This is how default rule looks like:

3.3.1 Add ICMP traffic allow in rule

3.3.2 Add SSH traffic allow in rule

3.3.3 Final security group configuration

3.4 Create VM instance

3.4.1 Create two VM instance

Now we have two VM instance running, IP address 20.0.0.16 and 20.0.0.203.

Verification

Login to VM-1.

VM-1 is able to ping VM-2, 8.8.8.8 and www.google.com.

Mapping floating IP to VM private IP

VM is able to access external network but we can not access VM from outside. the solution is mapping floating IP to VM private IP address.

5.1 Assoicate Floating IP to VM

5.2 Allocating floating IP

We can access VM by floating IP.

[root@ems-vm-controller ~]# ping 10.195.231.218
PING 10.195.231.218 (10.195.231.218) 56(84) bytes of data.
64 bytes from 10.195.231.218: icmp_seq=2 ttl=63 time=1.93 ms
64 bytes from 10.195.231.218: icmp_seq=3 ttl=63 time=1.44 ms
64 bytes from 10.195.231.218: icmp_seq=4 ttl=63 time=0.880 ms
^C
— — 10.195.231.218 ping statistics — -
4 packets transmitted, 3 received, 25% packet loss, time 3007ms
rtt min/avg/max/mdev = 0.880/1.419/1.932/0.432 ms
[root@ems-vm-controller ~]# ssh cirros@10.195.231.218
The authenticity of host ‘10.195.231.218 (10.195.231.218)’ can’t be established.
RSA key fingerprint is SHA256:NtlmN7oOZUNmBhS+70oFqQIECcj0TCDQQdibEkGT4So.
RSA key fingerprint is MD5:4c:7c:3c:22:e0:d8:4b:d3:0e:b2:44:ab:c0:c2:2b:05.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added ‘10.195.231.218’ (RSA) to the list of known hosts.
cirros@10.195.231.218’s password:
$ ping www.google.com
PING www.google.com (172.217.5.100): 56 data bytes
64 bytes from 172.217.5.100: seq=0 ttl=55 time=11.868 ms
64 bytes from 172.217.5.100: seq=1 ttl=55 time=20.271 ms
^C
— - www.google.com ping statistics — -
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 11.868/16.069/20.271 ms
$ ifconfig
eth0 Link encap:Ethernet HWaddr FA:16:3E:92:82:0E
inet addr:20.0.0.16 Bcast:20.0.0.255 Mask:255.255.255.0
inet6 addr: fe80::f816:3eff:fe92:820e/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1442 Metric:1
RX packets:177 errors:0 dropped:0 overruns:0 frame:0
TX packets:192 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:20162 (19.6 KiB) TX bytes:20355 (19.8 KiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

--

--

No responses yet