Cloud devices not working.
Posted: Wed May 03, 2017 7:27 pm
I have EVE set up as a bare metal install. I can telnet to all devices and i have web access to the lab setup. When i try to setup a connection to test dhcp between the cloud and a router, i cannot ping the gateway. my Pnet0 set is below:
# The primary network interface
iface eth0 inet manual
auto pnet0
iface pnet0 inet static
address 192.168.1.240
netmask 255.255.255.0
gateway 192.168.1.1
dns-domain example.com
dns-nameservers 8.8.8.8
bridge_ports eth0
bridge_stp off
# The primary network interface
iface eth0 inet manual
auto pnet0
iface pnet0 inet static
address 192.168.1.240
netmask 255.255.255.0
gateway 192.168.1.1
dns-domain example.com
dns-nameservers 8.8.8.8
bridge_ports eth0
bridge_stp off