Interconnection between EVE-NG Bare-metal and external equipment

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
Glazgoo
Posts: 5
Joined: Tue Nov 07, 2017 12:53 pm

Interconnection between EVE-NG Bare-metal and external equipment

Post by Glazgoo » 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 ?

Uldis (UD)
Posts: 5083
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

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

Post by Uldis (UD) » 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

Glazgoo
Posts: 5
Joined: Tue Nov 07, 2017 12:53 pm

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

Post by Glazgoo » Wed Nov 08, 2017 8:23 am

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

Uldis (UD)
Posts: 5083
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

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

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

:)

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
You do not have the required permissions to view the files attached to this post.

Post Reply