Interconnection between EVE-NG Bare-metal and external equipment
Posted: Tue Nov 07, 2017 1:48 pm
Hello friends,
I've Bare Metall EVE-NG
Here is my /etc/network/interfaces:
# The primary network interface
auto eth0
iface eth0 inet static
address 10.100.22.70
netmask 255.255.255.0
network 10.100.22.0
broadcast 10.100.22.255
gateway 10.100.22.254
dns-nameserver 8.8.8.8
# Cloud devices
iface eth1 inet manual
auto pnet1
iface pnet1 inet manual
bridge_ports eth1
bridge_stp off
Also in the lab I don't have pnet0 option for Cloud device
How should I configure /etc/network/interfaces for bridge interconnection between virtual routers and subnet 10.100.22/24 ?
I've Bare Metall EVE-NG
Here is my /etc/network/interfaces:
# The primary network interface
auto eth0
iface eth0 inet static
address 10.100.22.70
netmask 255.255.255.0
network 10.100.22.0
broadcast 10.100.22.255
gateway 10.100.22.254
dns-nameserver 8.8.8.8
# Cloud devices
iface eth1 inet manual
auto pnet1
iface pnet1 inet manual
bridge_ports eth1
bridge_stp off
Also in the lab I don't have pnet0 option for Cloud device

How should I configure /etc/network/interfaces for bridge interconnection between virtual routers and subnet 10.100.22/24 ?