Friday, March 27, 2020

EVE-NG Configure static ip addresses for multiple interfaces

In this article will demonstrate on how to use more than one interface on eve-ng machine and assign ip address for each interface on eve-ng.
Steps:
1- Go to /etc/network/
2- open the file named: interfaces, and for example here in our eve-ng machine having two network interface network adapter and network adapter1, these will be shown on eve-ng as pnet0 and pnet1 respectively. To show the interface on eve and their ip addresses, type the following command: ifconfig
3- To configure the network adapter1 in eve-ng machine which is shown as pnet1 as I mentioned above. Just use this section

iface eth1 inet manual
auto pnet1
iface pnet1 inet static
address 192.168.6.1
netmask 255.255.255.0
dns-nameserver 192.168.6.6
    bridge_ports eth1
    bridge_stp off

The following short video will show you how to do that in a minute


For more training videos on EVE-NG, click on the following youtube playlist link 
https://www.youtube.com/watch?v=Pg_dslihmY8&list=PLiN9Wu763U6WcbKN4r2O1gYVuQJSlzWBI

For following new videos and articles, join the following group
https://www.facebook.com/groups/netsyshorizon

Keywords:
eve-ng pnet interface
how to change/configure ip address on eve-ng
eve-ng no ip address on interface pnet0
eve-ng no ip address on interface eth0
eve-ng cloud interface
eve-ng on mac
eve ng network adapters
eve-ng add images
eve-ng pnet interface
eve-ng bridge interface
eve-ng cloud interface
eve-ng add images




eve-ng no ip address on interface pnet0
eve-ng no ip address on interface eth0
how to change/configure ip address on eve-ng
eve-ng on mac

3 comments:

  1. Although not essential, it's a good idea to change the IP address of your router to make it a bit more secure. 192.168.0.l

    ReplyDelete
  2. Hello . Need some help pleace. When I enter comand "ifconfig" I see only pnet6,7,8,9 withput IPv4 addres .Eve is configured with DHCP, VM tried configuration with NAT ,Bridge, but no ip4 shows up

    ReplyDelete
  3. Nice article, thanks of that, however reboot is not mandate, you can simply restart the network services that will help.

    ReplyDelete