Can't create Cloud type network
Posted: Mon Sep 04, 2017 1:00 pm
Installed EVE on baremedel, below is my /etc/network/interfaces file content:
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
iface eth0 inet manual
auto pnet0
iface pnet0 inet manual
address 192.168.23.9
netmask 255.255.255.0
gateway
dns-domain jinz.com
dns-nameservers 223.5.5.5 223.6.6.6
bridge_ports eth0
bridge_stp off
# Cloud devices
iface eth1 inet manual
auto pnet1
iface pnet1 inet manual
bridge_ports eth1
bridge_stp off
==========================
But I can't add a network with pnet type, there's only "bridge" type when "ADD A NEW NETWORK".
Could someone help? I would like to connect EVE node to physical device.
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
iface eth0 inet manual
auto pnet0
iface pnet0 inet manual
address 192.168.23.9
netmask 255.255.255.0
gateway
dns-domain jinz.com
dns-nameservers 223.5.5.5 223.6.6.6
bridge_ports eth0
bridge_stp off
# Cloud devices
iface eth1 inet manual
auto pnet1
iface pnet1 inet manual
bridge_ports eth1
bridge_stp off
==========================
But I can't add a network with pnet type, there's only "bridge" type when "ADD A NEW NETWORK".
Could someone help? I would like to connect EVE node to physical device.