27 12
发新话题
打印

[分享] pemu 2008-03-03版

本主题由 admin 于 2008-3-8 21:59 设置高亮

pemu 2008-03-03版

See README and Changes for more info


Version 2008-03-03
- Fixed bug in net_lcap.c - interface promiscous mode was not set properly
- FLASH file is created automatically if does not exist
- New way of flash handling in windows - should be fuch faster
- pcap support for windows
- bios files are included in execurable
- other small bugfixes
Version 2007-07-15
- Several bugfixes in network driver, that caused crash on windows
- New way to read ini file
- Some unused qemu code is removed
Version 2007-07-12
- This version can be compiled on linux and windows
- new network access method pcap (on linux)
Version 2007-07-10
- new network access method - udp
Version 2007-07-02
- This Version is based on qemu 0.9.0
- Problem with multicasts is fixed
- Some minor changes in mybiosd8000 (e.g. display error message if something
  is wrong)
- No need for uncompressing images (but it still can load uncompressed
  imaged for performance reasons)
- some unnecessary qemu code is removed
- new network access method - lcap
Version 2007-04-20
something like initial release


直接下载地址:http://www.xiaolou.net/new-mmm123-pemu-2008-03-03/

New Version 2007-07-15 Linux/Windows  
pemu_win32 (0.3.1) 1234

附件

pemu_2008-03-03_bin.tar.bz2 (302.21 KB)

2008-3-8 21:59, 下载次数: 448

pemu_2008-03-03_src.tar.bz2 (314.83 KB)

2008-3-8 21:59, 下载次数: 401

pemu_2008-03-03_win.zip (240.01 KB)

2008-3-8 21:59, 下载次数: 1066

www.netemu.cn
致力于网络模拟器的应用
E-mail:netemu@gmail.com
Msn:dofu@live.com

TOP

www.netemu.cn
致力于网络模拟器的应用
E-mail:netemu@gmail.com
Msn:dofu@live.com

TOP

pemu 新版本测试

刚刚下载了。并且,测试了一把。成功的启动了。但是,有一个问题没有解决。需要大家帮忙看看。

WARNING, flash IO is in fast mode! use "reload" instead of just killing ptocess,or flash might be corrupted

随便提一下,在readme中给出的案例说明serial=0x12345678。但是,经过测试是不需要添加0x的。直接serial=12345678就可以了。


###########################################################################################################################################################################################################################
128MB RAM
Total NICs found: 3
     i82559 Ethernet at irq  9  MAC: 00aa.0000.0101
     i82559 Ethernet at irq 11  MAC: 00aa.0000.0102
     i82559 Ethernet at irq 11  MAC: 00aa.0000.0103
BIOS Flash=am29f400b @ 0xd8000
Initializing flashfs...
flashfs[7]: 3 files, 2 directories
flashfs[7]: 0 orphaned files, 0 orphaned directories
flashfs[7]: Total bytes: 16128000
flashfs[7]: Bytes used: 2560
flashfs[7]: Bytes available: 16125440
flashfs[7]: flashfs fsck took 1 seconds.
flashfs[7]: Initialization complete.

  --------------------------------------------------------------------------
                                 .            .                             
                                 |            |                             
                                |||          |||                           
                              .|| ||.      .|| ||.                          
                           .:||| | |||:..:||| | |||:.                       
                            C i s c o  S y s t e m s                        
  --------------------------------------------------------------------------
Cisco PIX Security Appliance Software Version 8.0(3)
  ****************************** Warning *******************************
  This product contains cryptographic features and is
  subject to United States and local country laws
  governing, import, export, transfer, and use.
  Delivery of Cisco cryptographic products does not
  imply third-party authority to import, export,
  distribute, or use encryption. Importers, exporters,
  distributors and users are responsible for compliance
  with U.S. and local country laws. By using this
  product you agree to comply with applicable laws and
  regulations. If you are unable to comply with U.S.
  and local laws, return the enclosed items immediately.
  A summary of U.S. laws governing Cisco cryptographic
  products may be found at:
  http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
  If you require further assistance please contact us by
  sending email to export@cisco.com.
  ******************************* Warning *******************************
Copyright (c) 1996-2007 by Cisco Systems, Inc.
                Restricted Rights Legend
Use, duplication, or disclosure by the Government is
subject to restrictions as set forth in subparagraph
(c) of the Commercial Computer Software - Restricted
Rights clause at FAR sec. 52.227-19 and subparagraph
(c) (1) (ii) of the Rights in Technical Data and Computer
Software clause at DFARS sec. 252.227-7013.
                Cisco Systems, Inc.
                170 West Tasman Drive
                San Jose, California 95134-1706
Type help or '?' for a list of available commands.
pixfirewall>
pixfirewall>

[ 本帖最后由 bighead_cyj 于 2008-3-8 23:23 编辑 ]

TOP

呵呵,这些功能锅巴老大好像在很早以前就 已经编译出来了吧。顶一下!!!

TOP

呵呵,wanzxj 兄,我当时做的一个版本,仅仅只能一个端口可以使用pcap.这个版本可以支持多个
另外,新版本在几个问题都做了改进:
1.windows下 使用"write mem"命令时可能会导致crash 或者挂起,使用了新的I/O读写方式,执行速度更快.(http://7200emu.hacki.at/viewtopic.php?t=4609)
2.现在不需要bios文件了,执行文件中都囊括了
3.不需要在手动去创建FLASH文件,仅仅需要在命令后面指定一个FLASH名字(注意重名)就可以创建相应的FLASH.
4.最大一个更新就是完全完全的支持了windows下的pcap功能,更好的可以桥接本地网卡(lcap仅linux下可用)
5.对于linux下的一个bug解决:
   端口 promiscous 模式没有被正确设置,导致使用lcap时候无法和通过物理网卡通信
(http://7200emu.hacki.at/viewtopic.php?t=3088)
6.还包括一些小的BUG的解决.


最新的GNS3源代码,已经支持了.
GNS3正在逐步完善中,很多热心的开源支持者都在为它进行测试,最新的源代码可以从:
http://www.gns3.net/hg/gns3-devel/ 获取,
另外最近的一次windows下的编译版本也发布给了测试者:
http://www.gns3.net/files/releas ... in32-all-in-one.exe
也希望论坛的朋友多多支持开源项目,发现任何BUGS都可以发邮件给:grossmj@gns3.net

TOP

越来越好了。谢谢!!
================
帆船,漂泊在无边的大海中
种子,挣扎在冬与春的边缘
netDorker  就是   网络刀客
欢迎光临www.netDorker.cn

TOP

难道不支持udp ??
================
帆船,漂泊在无边的大海中
种子,挣扎在冬与春的边缘
netDorker  就是   网络刀客
欢迎光临www.netDorker.cn

TOP

我使用tap模式,为什么跟我的机器ping不通

TOP

ghlsfgsdlfj;sldf
本帖最近评分记录
  • ronsun 人品 -3 恶意灌水 2008-3-13 21:24
  • ronsun 白银 -3 恶意灌水 2008-3-13 21:24

TOP

好,越来越好了.

TOP

引用:
原帖由 netDorker 于 2008-3-11 12:36 发表
难道不支持udp ??
udp那是绝对支持,我都测试过了,和DY UDP连接,通了哈哈
我的FTP 58.216.234.37
用户ftp
密码netemu.cn

TOP

thanks for you distribution.

TOP

好东西一定要顶,

TOP

学习PIX,这个少不了啦!很好很强大!
多谢分享!

TOP

不知道什么时候才能降低CPU的使用率啊 现在玩起来很不爽 唉 凑活用啊
kendy.blog.51cto.com

TOP

终于有动静了 好长时间没有更新了
kendy.blog.51cto.com

TOP

学习PIX,这个少不了啦!很好很强大!

TOP

引用:
原帖由 happyboygd 于 2008-3-11 19:50 发表
我使用tap模式,为什么跟我的机器ping不通
我的也是ping不通,奇怪.
我用的命令行是start pemu -net nic,macaddr=00:12:22:F0:EE:85 -net tap,ifname=tap0 -net nic,macaddr=00:FF:72:FD:F6:1C -net tap,ifname=tap1 -net nic,macaddr=00:FF:81:67:3D:04 -serial [url=telnet::4444,server,nowait]telnet::4444,server,nowait[/url] FLASH

使用的是pix802.bin,原来在pix722.bin下都正常,奇怪。

TOP

谢谢啊,我的起不来

TOP

好东西啊!鼎鼎

TOP

 27 12
发新话题