August 2018
Beginner
462 pages
12h 36m
English
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 ...
Read now
Unlock full access