<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>EmulatedLab - 镜像制作</title>
    <link>https://www.emulatedlab.com/forum-62-1.html</link>
    <description>Latest 20 threads of 镜像制作</description>
    <copyright>Copyright(C) EmulatedLab</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 03 May 2026 21:17:55 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.emulatedlab.com/static/image/common/logo_88_31.gif</url>
      <title>EmulatedLab</title>
      <link>https://www.emulatedlab.com/</link>
    </image>
    <item>
      <title>自己制作EVE-NG可用的docker镜像</title>
      <link>https://www.emulatedlab.com/thread-2312-1-1.html</link>
      <description><![CDATA[这里举两个例子，都是基于alpine linux镜像制作的，优点是非常小，自带常用网络相关命令，使用方便。
注意：在EVE-NG中使用，需要PRO版本。
1.iperf3
iperf3是一个打流工具，用于网络性能测试。
1.编写Dockerfile
vi Dockerfile
​
FROM alpine:3.23.3
RUN sed -i \'s/dl ...]]></description>
      <category>镜像制作</category>
      <author>flickxie</author>
      <pubDate>Wed, 04 Feb 2026 09:55:58 +0000</pubDate>
    </item>
    <item>
      <title>利用官方镜像制作eve可用的alpine Linux 镜像</title>
      <link>https://www.emulatedlab.com/thread-2309-1-1.html</link>
      <description><![CDATA[alpine linux官方镜像修改
#下载路径
https://www.alpinelinux.org/cloud/
cloud Provider：generic
Firmware：BIOS
Bootstrap：cloudinit
Machine：Virtual
#下载命令
root@eve-ng:/opt/unetlab/addons/qemu# mkdir linux-alpine-3.23.2
root@eve-ng:/opt/unetlab/add ...]]></description>
      <category>镜像制作</category>
      <author>flickxie</author>
      <pubDate>Tue, 27 Jan 2026 01:23:21 +0000</pubDate>
    </item>
    <item>
      <title>有没有大神有华为OLT设备（如MA5800）的镜像啊，跪求</title>
      <link>https://www.emulatedlab.com/thread-2251-1-1.html</link>
      <description><![CDATA[想做一些关于接入网的实验，网上太少了，OLT的模拟器]]></description>
      <category>镜像制作</category>
      <author>markjune983</author>
      <pubDate>Fri, 31 Oct 2025 06:44:41 +0000</pubDate>
    </item>
    <item>
      <title>Win7精简版（400MB）</title>
      <link>https://www.emulatedlab.com/thread-2239-1-1.html</link>
      <description><![CDATA[我是单独主机用 PVE 跑的 EVE-NG，桥接出来网络不太方便，就开虚拟机调试，一般的镜像太臃肿，就自己做了一个精简版 Win7 ，加入了 MobaXterm 和 Chrome ，1024MB 内存就够了。分享给大家一起用。
有币的捧个币场，没币的捧个人场，拿去用好了。
链接: https://pan.baid ...]]></description>
      <category>镜像制作</category>
      <author>aja</author>
      <pubDate>Sat, 06 Sep 2025 11:57:32 +0000</pubDate>
    </item>
    <item>
      <title>【奖励】ENSP-PRO适配EVE-NG环境镜像模板</title>
      <link>https://www.emulatedlab.com/thread-2135-1-1.html</link>
      <description><![CDATA[做这个模板主要是方便大家做ensp-pro多厂商融合实验环境


注意：
1、镜像目录名跟镜像文件名格式，如
2、ensp-pro镜像运行必须通过eth0网卡管理并且能联网，还需要ASP/CSP等华为授权账号才能登录
3、hi168云平台上只有EVE-NG PRO或GNS3应用才支持，本地部署的话E ...]]></description>
      <category>镜像制作</category>
      <author>hbugs001</author>
      <pubDate>Wed, 02 Apr 2025 02:18:17 +0000</pubDate>
    </item>
    <item>
      <title>有没有博科光交的镜像文件</title>
      <link>https://www.emulatedlab.com/thread-2098-1-1.html</link>
      <description><![CDATA[如题，想学学光交方面的知识，但论坛好像没看到有]]></description>
      <category>镜像制作</category>
      <author>huangzhihua</author>
      <pubDate>Tue, 19 Nov 2024 04:05:23 +0000</pubDate>
    </item>
    <item>
      <title>UEFI方式启动虚拟机自定义参数-bios</title>
      <link>https://www.emulatedlab.com/thread-2090-1-1.html</link>
      <description><![CDATA[部分系统是UEFI启动，自制镜像时，一直无法启动，最后添加-bios后启动正常，OVMF.fd网上下载最新的或者eve目录中/opt/unetlab/scripts就有一个：
-machine type=pc,accel=kvm -vga std -bios /usr/share/ovmf/OVMF.fd -usbdevice tablet -boot order=dc -cpu host 
 ...]]></description>
      <category>镜像制作</category>
      <author>shuiyuntianmo</author>
      <pubDate>Fri, 27 Sep 2024 08:16:06 +0000</pubDate>
    </item>
    <item>
      <title>win10默认只能识别2个vcpu，如何调整模版？</title>
      <link>https://www.emulatedlab.com/thread-2077-1-1.html</link>
      <description><![CDATA[win10虚拟机，如论设置多少cpu，最终只能识别2个，默认win系统只能有2个cpu槽位，一个槽位一个core，网上说是需要设置-smp 4,sockets=2,cores=2,threads=1，可是添加这个参数后，又无法启动。。。]]></description>
      <category>镜像制作</category>
      <author>shuiyuntianmo</author>
      <pubDate>Wed, 19 Jun 2024 06:47:23 +0000</pubDate>
    </item>
    <item>
      <title>镜像制作</title>
      <link>https://www.emulatedlab.com/thread-2073-1-1.html</link>
      <description><![CDATA[怎么制作windows镜像？]]></description>
      <category>镜像制作</category>
      <author>zyd</author>
      <pubDate>Sun, 12 May 2024 08:47:00 +0000</pubDate>
    </item>
    <item>
      <title>求一个奇安信防火墙镜像</title>
      <link>https://www.emulatedlab.com/thread-2069-1-1.html</link>
      <description><![CDATA[哪个大佬可以制作奇安信的eve镜像或者制作教程发一下]]></description>
      <category>镜像制作</category>
      <author>hansent</author>
      <pubDate>Wed, 17 Apr 2024 12:17:39 +0000</pubDate>
    </item>
    <item>
      <title>华为WAF</title>
      <link>https://www.emulatedlab.com/thread-2021-1-1.html</link>
      <description><![CDATA[eve-ng里面的华为WAF5000-v-4是不是不支持透明代理？]]></description>
      <category>镜像制作</category>
      <author>a296290946</author>
      <pubDate>Mon, 21 Aug 2023 02:22:03 +0000</pubDate>
    </item>
    <item>
      <title>ova格式转qcow2镜像文件及创建EVE镜像记录</title>
      <link>https://www.emulatedlab.com/thread-2005-1-1.html</link>
      <description><![CDATA[=======================
通过vmdk文件转换为qcow2
=======================

获取vmdk文件后，在EVE-NG中转换磁盘格式
root@eve-ng:~# /opt/qemu/bin/qemu-img convert -f vmdk -O qcow2 xxxxxname.vmdk hda.qcow2 
//将vmdk磁盘文件转换为qcow2磁盘文件
root@eve-ng:~ ...]]></description>
      <category>镜像制作</category>
      <author>shuiyuntianmo</author>
      <pubDate>Fri, 30 Jun 2023 02:04:36 +0000</pubDate>
    </item>
    <item>
      <title>sqllilabs镜像</title>
      <link>https://www.emulatedlab.com/thread-1697-1-1.html</link>
      <description><![CDATA[sqllilabs镜像
注意：这个镜像可以将控制台改为telnet模式，之前忘了把模板里面默认的控制台改成telnet了。]]></description>
      <category>镜像制作</category>
      <author>wamoya</author>
      <pubDate>Wed, 25 May 2022 16:05:02 +0000</pubDate>
    </item>
    <item>
      <title>修改的镜像压缩时报错</title>
      <link>https://www.emulatedlab.com/thread-1653-1-1.html</link>
      <description><![CDATA[virt-sparsify --compress virtioa.qcow2  compressvirtioa.qcow2  
[   0.0] Create overlay file in /tmp to protect source disk
[   0.0] Examine source disk
◓ 25% ⟦▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒═══════════════ ...]]></description>
      <category>镜像制作</category>
      <author>iseeyou0918</author>
      <pubDate>Tue, 01 Mar 2022 05:37:58 +0000</pubDate>
    </item>
    <item>
      <title>sonicwall-NSv-270-7.0.1-5023求分享</title>
      <link>https://www.emulatedlab.com/thread-1648-1-1.html</link>
      <description><![CDATA[SonicWall_NSv_7.0.1-5023_For_QEMU_VM.img  求分享。]]></description>
      <category>镜像制作</category>
      <author>fy923</author>
      <pubDate>Thu, 17 Feb 2022 02:24:38 +0000</pubDate>
    </item>
    <item>
      <title>CLC-CCIE-EI-Lab1-1.0.4-Eve-ng</title>
      <link>https://www.emulatedlab.com/thread-1635-1-1.html</link>
      <description><![CDATA[]]></description>
      <category>镜像制作</category>
      <author>李文官</author>
      <pubDate>Wed, 12 Jan 2022 08:12:19 +0000</pubDate>
    </item>
    <item>
      <title>各位大佬，请问OVA可以转换程EVE-NG里的镜像吗？</title>
      <link>https://www.emulatedlab.com/thread-1499-1-1.html</link>
      <description><![CDATA[各位大佬，请问OVA可以转换程EVE-NG里的镜像吗？求教程]]></description>
      <category>镜像制作</category>
      <author>ChinaNE</author>
      <pubDate>Mon, 28 Jun 2021 07:34:51 +0000</pubDate>
    </item>
    <item>
      <title>我有信锐无线控制器VMware的安装包，有大神可以帮忙做qume吗</title>
      <link>https://www.emulatedlab.com/thread-1449-1-1.html</link>
      <description><![CDATA[我有信锐无线控制器VMware的安装包，有大神可以帮忙做qume吗]]></description>
      <category>镜像制作</category>
      <author>darcy</author>
      <pubDate>Fri, 28 May 2021 03:11:03 +0000</pubDate>
    </item>
    <item>
      <title>huaweiwaf5k-v200R001C00版本的问题</title>
      <link>https://www.emulatedlab.com/thread-1444-1-1.html</link>
      <description><![CDATA[请教下各位大神，论坛里面下载的ova版本的通过vmware正常能够通过https://192.168.100登录，但是eve的确无法登录https://192.168.1.100
ping 是通的]]></description>
      <category>镜像制作</category>
      <author>wuxiaowuwu</author>
      <pubDate>Sun, 16 May 2021 03:51:54 +0000</pubDate>
    </item>
    <item>
      <title>尝试EVE-NG</title>
      <link>https://www.emulatedlab.com/thread-1404-1-1.html</link>
      <description><![CDATA[# EVE

版本：

- 社区版
- 专业版
- 教育版
- 修改版



体验了社区版与修改版，最后使用了懒人版4.0(基于社区版)

下载的别人总好的修改版(80G)，有点大，镜像太多。还是想从简单的来自己慢慢加镜像。

对于经常使用的linux，与网络设备镜像。前者还是自己建的体验比 ...]]></description>
      <category>镜像制作</category>
      <author>acha</author>
      <pubDate>Tue, 20 Apr 2021 08:29:04 +0000</pubDate>
    </item>
  </channel>
</rss>