Skip to Content
Learning OpenStack Networking - Third Edition
book

Learning OpenStack Networking - Third Edition

by James Denton
August 2018
Beginner
462 pages
12h 36m
English
Packt Publishing
Content preview from Learning OpenStack Networking - Third Edition

Interface configuration

Ubuntu 16.04 LTS uses configuration files found in /etc/network/interfaces.d/ or the file/etc/network/interfaces that describe how network interfaces should be configured.

Using a text editor, update the network interface file on each host as follows.

For controller01:

auto eth0iface eth0 inet static    address 10.10.0.100    netmask 255.255.255.0    gateway 10.10.0.1    dns-nameserver 8.8.8.8auto eth1iface eth1 inet static    address 10.20.0.100    netmask 255.255.255.0auto eth2iface eth2 inet manual 

For compute01:

auto eth0iface eth0 inet static    address 10.10.0.101    netmask 255.255.255.0    gateway 10.10.0.1    dns-nameserver 8.8.8.8auto eth1iface eth1 inet static   address 10.20.0.101   netmask 255.255.255.0auto eth2iface eth2 inet manual ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

You might also like

OpenStack Certification, 2/e

OpenStack Certification, 2/e

Sander van Vugt
Mastering OpenStack - Second Edition

Mastering OpenStack - Second Edition

Omar Khedher, Chandan Dutta

Publisher Resources

ISBN: 9781788392495