Connect EVE-PRO on baremetal to Home LAN

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
kwame
Posts: 13
Joined: Sat May 06, 2017 9:54 pm

Connect EVE-PRO on baremetal to Home LAN

Post by kwame » Thu May 24, 2018 2:47 pm

I used to connect my Unetlab on baremetal easily to my Home LAN. Since switching to Pro version I've not being able to connect any of the nodes to my Home LAN. So which of these should I use when connecting to Home LAN: bridge, NAT, Management(Cloud0), Clound1 thru' Cloud9. Any special I need to do?
Thanks.

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

Re: Connect EVE-PRO on baremetal to Home LAN

Post by Uldis (UD) » Thu May 24, 2018 7:25 pm

Coud0 is your home LAN actually. major EVE management interface.
But if you have more than one ethernet on your server, you can bind it with another ethernet and connect to extra switch whatever.

Cloud0 is EVE main management network

kwame
Posts: 13
Joined: Sat May 06, 2017 9:54 pm

Re: Connect EVE-PRO on baremetal to Home LAN

Post by kwame » Sat May 26, 2018 5:10 pm

Hmmm still not working for me. Assigned int g4 from a CSR router in topology to Management(Cloud0). Assigned ip 192.168.10.222/24 to CSR g4 interface. Server IP is 192.168.10.23/24.
No luck. Wonder what I'm doing wrong.

root@dabeast:~# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
iface eth0 inet manual
auto pnet0
iface pnet0 inet static
address 192.168.10.23
netmask 255.255.255.0
gateway 192.168.10.1
dns-domain attlocal.net
dns-nameservers 192.168.10.1
bridge_ports eth0
bridge_stp off

# Cloud devices
iface eth1 inet manual
auto pnet1
iface pnet1 inet manual
bridge_ports eth1
bridge_stp off

iface eth2 inet manual
auto pnet2
iface pnet2 inet manual
bridge_ports eth2
bridge_stp off

iface eth3 inet manual
auto pnet3
iface pnet3 inet manual
bridge_ports eth3
bridge_stp off

iface eth4 inet manual
auto pnet4
iface pnet4 inet manual
bridge_ports eth4
bridge_stp off

iface eth5 inet manual
auto pnet5
iface pnet5 inet manual
bridge_ports eth5
bridge_stp off

iface eth6 inet manual
auto pnet6
iface pnet6 inet manual
bridge_ports eth6
bridge_stp off

iface eth7 inet manual
auto pnet7
iface pnet7 inet manual
bridge_ports eth7
bridge_stp off

iface eth8 inet manual
auto pnet8
iface pnet8 inet manual
bridge_ports eth8
bridge_stp off

iface eth9 inet manual
auto pnet9
iface pnet9 inet manual
bridge_ports eth9
bridge_stp off

# nat device
auto nat0
iface nat0 inet static
bridge_ports none
bridge_stp off
address 169.254.254.1
netmask 255.255.255.0
up service udhcpd restart
root@dabeast:~#

ramindia
Posts: 409
Joined: Sun Mar 19, 2017 10:27 pm

Re: Connect EVE-PRO on baremetal to Home LAN

Post by ramindia » Mon May 28, 2018 9:19 am

as long as you you attached cloud 0 everything should work.
still ans issue, join live support channel to help you.

R!

Post Reply