August 2018
Beginner
462 pages
12h 36m
English
In this installation, physical network interface eth2 will be utilized as the provider interface for bridging purposes.
On compute02, compute03, and snat01, configure the eth2 interface within the /etc/network/interfaces file as follows:
auto eth2iface eth2 inet manual
Close and save the file, and bring the interface up with the following command:
# ip link set dev eth2 up
Read now
Unlock full access