Page 1 of 2
linux server
Posted: Thu Jul 06, 2017 5:40 pm
by tcpip
Hi all,
I have to run a linux server inside eve-ng, but when I add it to get dhcp is not working, but for the routers (cisco) the dhcp is working fine.
Should i do any special config?
thanks.
Re: linux server
Posted: Thu Jul 06, 2017 6:06 pm
by Uldis (UD)
Re: linux server
Posted: Thu Jul 06, 2017 6:28 pm
by ramindia
tcpip wrote: ↑Thu Jul 06, 2017 5:40 pm
Hi all,
I have to run a linux server inside eve-ng, but when I add it to get dhcp is not working, but for the routers (cisco) the dhcp is working fine.
Should i do any special config?
thanks.
How was routers getting DHCP from cloud ? or you have DHCP inside EVE-NG
R!
Re: linux server
Posted: Thu Jul 06, 2017 6:52 pm
by tcpip
Hello,
I configure the cloud access to get dhcp from my nic card.
Thanks.
Re: linux server
Posted: Thu Jul 06, 2017 7:59 pm
by tcpip
I did the link steps and still the same issue, In the linux device I dont get IP but in other type of device (cisco,arista) I get IP vi dhcp with no issue.
thanks.
Re: linux server
Posted: Thu Jul 06, 2017 9:09 pm
by Uldis (UD)
Which linux you trying to install???
Re: linux server
Posted: Fri Jul 07, 2017 6:20 am
by ramindia
tcpip wrote: ↑Thu Jul 06, 2017 7:59 pm
I did the link steps and still the same issue, In the linux device I dont get IP but in other type of device (cisco,arista) I get IP vi dhcp with no issue.
thanks.
Do you have multiple nic on linux ?
1. make sure inside Eve-ng linux installed ethernet card ?
can you post ifconfig output from Linux console...to assists better.
R!
Re: linux server
Posted: Fri Jul 07, 2017 12:31 pm
by tcpip
Hello
I only have 1 nic, (the idea is to have 3)
Here are the attachs
Thanks!!!
Re: linux server
Posted: Fri Jul 07, 2017 4:42 pm
by Uldis (UD)
it is because you didnt clean ubuntu eth settings...your case its ens3
please check again how to create ubuntu image for eve
Re: linux server
Posted: Fri Jul 07, 2017 6:28 pm
by tcpip
if you are talking about this
rm -f /etc/udev/rules.d/70-persistent-net.rules
I did this.
thanks.