👋 Welcome to Q’Log

Hi, this is XQN. I’m documenting my learning notes in this blog 😉.

My 1st post

EVE-NG 部署指南 1 2 3 4 5 6 7 8 官方网站: https://www.eve-ng.net/ 文档页面: https://www.eve-ng.net/index.php/documentation 下载 cookbook https://www.eve-ng.net/index.php/documentation/community-cookbook/ 一、EVE-NG 安装 1、Ubuntu Server 安装 1 2 3 4 5 6 7 8 9 10 11 要求: ubuntu主机能访问Internet 能远程的访问到这个ubuntu主机 实验虚拟机配置 :16C、16G、100G、NAT网络 裸机安装方法 查看手册 Bare hardware (BM) server installation 3.1 BM Server installation EVE ISO 3.2 BM Server Installation Ubuntu legacy ISO 网络不好,推荐使用 EVE ISO 的安装方式 2、EVE-NG 的部署 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 更新软件源和更新系统里面的软件 # apt update # apt upgrade 部署eve-ng # wget -O - https://www.eve-ng.net/jammy/install-eve.sh | bash -i # reboot 重新 ssh 连接后,开始配置 ctrl+c 后,切换到root,会再次进入配置界面 sudo -i 初始化完成之后 登录主机 console 控制台登录会显示如下信息: Eve-NG(default root password is 'eve') Use http://192.168.1.15/ 登录 web 控制台:默认用户名 admin 密码 eve 安装后,会有eve的软件包的list文件 # ls /etc/apt/sources.list.d/ eve-ng.list unetlab.list 查看eveng的版本 # dpkg -l eve-ng 3、重置 EVE 管理IP设置 1 2 3 4 5 6 7 8 9 10 11 查看手册 Reset EVE Management IP settings 如果在安装后因任何原因需要更改这些设置,您可以重新运行 IP 设置向导。 在 CLI 中输入以下命令并按回车键 # rm -f /opt/ovf/.configured 然后输入 # su - 再次登录CL1,EVE将重新执行网络设置。 二、EVE-NG 添加 Linux Qcow2 镜像 1、目录说明 1 2 3 查看手册:How to add custom image template 查看手册:How to create images https://www.eve-ng.net/index.php/documentation/howtos/howto-create-own-linux-host-image/ 将镜像文件传输到 /opt/unetlab/addons 目录, ...

December 27, 2025 · XQN

My 1st post

EVE-NG 部署指南 1 2 3 4 5 6 7 8 官方网站: https://www.eve-ng.net/ 文档页面: https://www.eve-ng.net/index.php/documentation 下载 cookbook https://www.eve-ng.net/index.php/documentation/community-cookbook/ 一、EVE-NG 安装 1、Ubuntu Server 安装 1 2 3 4 5 6 7 8 9 10 11 要求: ubuntu主机能访问Internet 能远程的访问到这个ubuntu主机 实验虚拟机配置 :16C、16G、100G、NAT网络 裸机安装方法 查看手册 Bare hardware (BM) server installation 3.1 BM Server installation EVE ISO 3.2 BM Server Installation Ubuntu legacy ISO 网络不好,推荐使用 EVE ISO 的安装方式 2、EVE-NG 的部署 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 更新软件源和更新系统里面的软件 # apt update # apt upgrade 部署eve-ng # wget -O - https://www.eve-ng.net/jammy/install-eve.sh | bash -i # reboot 重新 ssh 连接后,开始配置 ctrl+c 后,切换到root,会再次进入配置界面 sudo -i 初始化完成之后 登录主机 console 控制台登录会显示如下信息: Eve-NG(default root password is 'eve') Use http://192.168.1.15/ 登录 web 控制台:默认用户名 admin 密码 eve 安装后,会有eve的软件包的list文件 # ls /etc/apt/sources.list.d/ eve-ng.list unetlab.list 查看eveng的版本 # dpkg -l eve-ng 3、重置 EVE 管理IP设置 1 2 3 4 5 6 7 8 9 10 11 查看手册 Reset EVE Management IP settings 如果在安装后因任何原因需要更改这些设置,您可以重新运行 IP 设置向导。 在 CLI 中输入以下命令并按回车键 # rm -f /opt/ovf/.configured 然后输入 # su - 再次登录CL1,EVE将重新执行网络设置。 二、EVE-NG 添加 Linux Qcow2 镜像 1、目录说明 1 2 3 查看手册:How to add custom image template 查看手册:How to create images https://www.eve-ng.net/index.php/documentation/howtos/howto-create-own-linux-host-image/ 将镜像文件传输到 /opt/unetlab/addons 目录, ...

December 27, 2025 · XQN

My 1st post

EVE-NG 部署指南 1 2 3 4 5 6 7 8 官方网站: https://www.eve-ng.net/ 文档页面: https://www.eve-ng.net/index.php/documentation 下载 cookbook https://www.eve-ng.net/index.php/documentation/community-cookbook/ 一、EVE-NG 安装 1、Ubuntu Server 安装 1 2 3 4 5 6 7 8 9 10 11 要求: ubuntu主机能访问Internet 能远程的访问到这个ubuntu主机 实验虚拟机配置 :16C、16G、100G、NAT网络 裸机安装方法 查看手册 Bare hardware (BM) server installation 3.1 BM Server installation EVE ISO 3.2 BM Server Installation Ubuntu legacy ISO 网络不好,推荐使用 EVE ISO 的安装方式 2、EVE-NG 的部署 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 更新软件源和更新系统里面的软件 # apt update # apt upgrade 部署eve-ng # wget -O - https://www.eve-ng.net/jammy/install-eve.sh | bash -i # reboot 重新 ssh 连接后,开始配置 ctrl+c 后,切换到root,会再次进入配置界面 sudo -i 初始化完成之后 登录主机 console 控制台登录会显示如下信息: Eve-NG(default root password is 'eve') Use http://192.168.1.15/ 登录 web 控制台:默认用户名 admin 密码 eve 安装后,会有eve的软件包的list文件 # ls /etc/apt/sources.list.d/ eve-ng.list unetlab.list 查看eveng的版本 # dpkg -l eve-ng 3、重置 EVE 管理IP设置 1 2 3 4 5 6 7 8 9 10 11 查看手册 Reset EVE Management IP settings 如果在安装后因任何原因需要更改这些设置,您可以重新运行 IP 设置向导。 在 CLI 中输入以下命令并按回车键 # rm -f /opt/ovf/.configured 然后输入 # su - 再次登录CL1,EVE将重新执行网络设置。 二、EVE-NG 添加 Linux Qcow2 镜像 1、目录说明 1 2 3 查看手册:How to add custom image template 查看手册:How to create images https://www.eve-ng.net/index.php/documentation/howtos/howto-create-own-linux-host-image/ 将镜像文件传输到 /opt/unetlab/addons 目录, ...

December 27, 2025 · XQN

My 1st sspost

NPS 内网穿透配置 一、NPS简介 NPS(内网穿透代理服务器)是一款轻量级、高性能的开源工具,支持TCP/UDP流量转发、HTTP/SOCKS5代理、P2P通信等,通过Web界面集中管理客户端和隧道。 ...

December 27, 2025 · XQN

My 1st sspost

NPS 内网穿透配置 一、NPS简介 NPS(内网穿透代理服务器)是一款轻量级、高性能的开源工具,支持TCP/UDP流量转发、HTTP/SOCKS5代理、P2P通信等,通过Web界面集中管理客户端和隧道。 ...

December 27, 2025 · XQN

My 1st sspost

NPS 内网穿透配置 一、NPS简介 NPS(内网穿透代理服务器)是一款轻量级、高性能的开源工具,支持TCP/UDP流量转发、HTTP/SOCKS5代理、P2P通信等,通过Web界面集中管理客户端和隧道。 ...

December 27, 2025 · XQN