系统使用ubuntu16.04LTS版

EVE-NG使用APT方式安装

一、Ubuntu 系统安装步骤:

> Option: * Install Ubuntu Server
> Language: English
> Location: United States
> Configure keyboard: No
> Configure keyboard: English (US)
> Keyboard layout: English (US)
> if your server is connected to LAN with DHCP, the all will continues automatically, if not please setup IP/mask/GW and DNS IPs manually
> hostname: eve-ng
> Domain name (if you don't have, make it example.com)
> fullname of user: user (example, this will be used first time login in to Ubuntu)
> username of your account: user
> password: enter password, confirm enter password again
> use weak password: YES
> Encrypt your home directory: NO
> Configure Clock: YES, if your DNS IP is set right or server got it from your DHCP, time zone will sets automatically
> Partition disks: use entire disk and setup LVM
> Partition disks: Choose your main HDD were ubuntu will be installed. Usually it will be single HDD, if your raid is set right.
> Write changes to disk and create LVM: YES
> Amount of volume: leave all offered size
> Force UEFI Installation: YES
> Write changes to disk: YES
> http proxy: NO, if you have such, please configure it for internet reachability
> Configuring task: Install security updates automatically
> Software selection: IMPORTANT: select Open SSH server (mark with spacebar)
> Install GRUB boot loader: YES
> remove from your server Ubuntu install media and reboot server

二、在安装Ubuntu服务器之后,按照下面的步骤来安装EVE。选择主机名作为eve-ng。

1. 使用root用户登录系统

sudo su

2. 修改root用户密码

root@eve-ng:~# sudo passwd root
Enter new UNIX password: eve
Retype new UNIX password: eve
passwd: password updated successfully

3. 为了方便使用EVE,安装vim编辑器应用程序。

apt-get install vim

4. 如果您在Ubuntu安装过程中没有设置主机名,请更改它并按照如下内容修改文件,然后保存设置(ctrl+o,ctrl+x):

vi /etc/hostname 
eve-ng
vi /etc/hosts
127.0.0.1       localhost
127.0.1.1       eve-ng.example.com      eve-ng

5. 允许使用root用户以ssh方式访问服务器,编辑下面内容:

vi /etc/ssh/sshd_config
PermitRootLogin prohibit-password
to
PermitRootLogin yes

6. 保存设置(ctrl+o, ctrl+x) 并且重启服务。

sudo service ssh restart

7. 修改配置文件

(1) sed -i -e 's/GRUB_CMDLINE_LINUX_DEFAULT=.*/GRUB_CMDLINE_LINUX_DEFAULT="net.ifnames=0 noquiet"/' /etc/default/grub
(2) update-grub

8. 重要! ! !对下面的文件进行添加和必要的更改。它也可以是一个静态IP,遵循Linux Ubuntu如何为接口设置stat IP。下面的示例展示DHCP IP设置。

! ! !警告! ! !在GRUB更新后将接口名称更改为ethX后,第一次启动后的原始名称将不会工作! ! !您必须在下面编辑接口并重新启动! ! !
将原来的接口名称改为eth0
vi /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 loiface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet dhcp
(1)10 Gb接口的选项! ! !不需要在常规服务器上安装它。Broadcom接口NetXtreme II 10 Gb,对于普通服务器来说不是必需的:
apt-get install firmware-bnx2x

9. 保存设置并重启系统

reboot

10. 从注册中心获取eve密钥:

wget -O - http://www.eve-ng.net/repo/eczema@ecze.com.gpg.key | sudo apt-key add -

11. 更新系统

apt-get update
sudo add-apt-repository "deb [arch=amd64]  http://www.eve-ng.net/repo xenial main"
apt-get update

12. 安装 EVE:

DEBIAN_FRONTEND=noninteractive apt-get -y install eve-ng

13. 复制broadcom固件

cp -rp /lib/firmware/$(uname -r)/bnx2 /lib/firmware/

14. 关闭您的会话,并与root用户重新登录到EVE,并遵循安装向导:

http://www.eve-ng.net/index.php/documentation/howto-s/65-howto-configure-eve-during-first-boot

15. 更新 EVE的版本:

apt-get update
apt-get upgrade

手动安装EVE-NG模拟器相关推荐

  1. Xcode7如何手动安装模拟器

    首先我要说明的一点是,我并不擅长写文章,也是我第一次下决心写一篇文章.如果有什么不通顺的地方,还请各位见谅. 其次,如果网络好的,您可以忽略这篇文章,直接下载即可. 开始这篇文章之前,我要说明的是,你 ...

  2. linux sublime3 插件安装插件,手动安装sublimeText3插件

    就在今天下午,我花了一个小时的时间安装sublime3插件stylus,就是为了让stylus文件能够高亮显示. 网上找了很多方法,可以通过package control安装,然而,我的sublime ...

  3. mac nginx 非brew安装_Nginx服务器环境手动安装Discuz! Q非详细教程

    Discuz! Q Discuz! Q是原腾讯旗下Discuz团队新开源的社区程序,不过定位当然和以前不一样. 前段时间就知道Discuz! Q内测这事,不过一直没兴趣,昨天看见腾讯云这边有个Disc ...

  4. nginx 强制跳转https_Nginx服务器环境手动安装Discuz! Q非详细教程

    Discuz! Q Discuz! Q是原腾讯旗下Discuz团队新开源的社区程序,不过定位当然和以前不一样. 前段时间就知道Discuz! Q内测这事,不过一直没兴趣,昨天看见腾讯云这边有个Disc ...

  5. 手动安装Xposed5.1.1框架zip包,解决Could not found ZIP files报错

    首先,报错是因为网络问题,但是即便是网络没问题,下载起来也很慢,所以要手动安装 注:全程需要电脑有梯子 第一步:下载安装Xposed的APK 官网下载安装 下载链接,在官网的链接里找到对应版本下载 直 ...

  6. Xamarin 手动安装步骤+破解(最新版Xamarin V3)

    Create native iOS, Android, Mac and Windows apps in C#. 看到这句话,你就知道Xamarin是什么了,对于C#开发者,这样的标语还是会让你激动一下 ...

  7. window下安装Xamarin(手动安装)

    本人之前没有接触过移动的应用开发,只是单纯的会点儿c#.由于工作的需要,认识了Xamarin.知道它是跨平台的开发框架,只要会C#就能实现android.ios .wp的app程序.让我非常感兴趣,于 ...

  8. iOS自动化之打包-xcodebuild命令行打包.app并安装到ios模拟器

    1.目的 做ios ui自动化测试过程中,想通过试验命令行自动打包到特定的ios模拟器,以便后期集成到shell脚本 2.思路 先了解下整个手动安装包的流程,开发用xcode写完代码,并编译就可以打出 ...

  9. linux源码安装浏览器,Linux系统手动安装Firefox浏览器

    大多数Linux发行版都以Firefox作为默认的浏览器,并可以轻松地从软件库中安装.例如: Debian/Ubuntu: sudo apt-get install firefox Fedora: s ...

最新文章

  1. JSP第二次作业_3小题
  2. Linux系统平台上软件安装心得
  3. get_sheet_of_light_result_object_model_3d算子说明
  4. 漫画:什么是HashMap
  5. Web开发入门疑问收集(不定期更新)
  6. iphone开热点电脑总是搜不到问题的解决办法(百试百灵)
  7. 利用zabbix API进行管理
  8. 瞎扯系列:判断NPN及PNP管型之右手定则
  9. windows 7系统安装与配置Tomcat服务器环境
  10. Java 生成二维码名片(Springboot)
  11. wⅰndows ISO文件备份,5 款 Windows 最佳备份软件
  12. python--基本操作
  13. 联想服务器如何u盘启动盘装系统,联想如何设置u盘启动
  14. js画布Canvas
  15. 推荐一个Web前端程序员必须要吃透的书籍!
  16. GAN GAN Inversion
  17. 如何使用IDEA创建一个新的项目
  18. 论文MICO for MRI bias field estimation and tissue segmentation品讲
  19. 微软“黑屏”原来是纸老虎
  20. 明明有空单元格,Ctrl+G定位空值报未找到单元格

热门文章

  1. 财务自由之路笔记 第一章 你真正想要什么
  2. Linux服务器如何开启某个端口?
  3. 电子印章怎么验证真假?
  4. 数学之美读书感悟02
  5. 基于SSM酒店管理系统
  6. 4.9 GHz异帧干扰问题研究
  7. quartus linux 安装教程,在Linux下安装Quartus II
  8. 浙江大学计算机学院 耿卫东教授 是哪个实验室的,文化与科技的碰撞:2018首届中国文化计算大会在京举行...
  9. 【壮丽70年·奋斗新时代】宿州:从农业大市转身为“中国云都”
  10. 医学研究中危险因素探索的分析思路