Page 1 of 1

Interconnection between EVE-NG Bare-metal and external equipment

Posted: Tue Nov 07, 2017 1:48 pm
by Glazgoo
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 ?

Re: Interconnection between EVE-NG Bare-metal and external equipment

Posted: Tue Nov 07, 2017 5:08 pm
by Uldis (UD)
Cloud0 is pnet0 sir :)
Naming on EVE is cnaged
so all pnetX interfaces respnds to CloudX

pnet1=cloud1

Re: Interconnection between EVE-NG Bare-metal and external equipment

Posted: Wed Nov 08, 2017 8:23 am
by Glazgoo
Uldis (UD) wrote:
Tue Nov 07, 2017 5:08 pm
Cloud0 is pnet0 sir :)
Naming on EVE is cnaged
so all pnetX interfaces respnds to CloudX

pnet1=cloud1
Thanks for reply! "Cloud0 is pnet0 sir" - yes, but how can I connect virtual routers to the Eth0? Question still exists
As I understand right, Eth1 linked to the Pnet1 (Cloud1). And I can use Eth1, but this is not preferred option for me

Re: Interconnection between EVE-NG Bare-metal and external equipment

Posted: Wed Nov 08, 2017 7:15 pm
by Uldis (UD)
:)

right clicj on topolgy, add network, choose cloud0
And connect nodes, they will be in your cloud0 subnet.
If you have another connection eth1, choose cloud1.
I dont know how better to explain simple thing...
UD