发博文
终极流行

freecode.blog.chinaunix.net

<font size=3px>I can feel you near me, even when you're far away ...</font>   
个人资料
  • 博客访问:468658
  • 博文数量:238
  • 博客积分:15102
  • 博客等级:上将
  • 关注人气: 1
  • 注册时间:2004-10-04 00:17:44
订阅我的博客
  • 订阅
  • 订阅到鲜果
  • 订阅到抓虾
  • 订阅到Google
字体大小: 博文
分类: dynamips

The virtual PCs can simulate 9 PCs, ping/traceroute them, or ping/traceroute the other hosts from the virtual PCs.

It can replace 1) the virtual box running on the VMware/virtualPC, 2) the smallest IOS running on the dynamips
when you study the cisco router in the dynamips. And all of them will 'eat' many many CPU/Memory. The size of the tools is only 500KB.

Aha, it's ready now. Please use it on the linux. it's static file!

Latest version is 0.16a,

Please download the latest version, which supports ipv6
Notes:
1. you can put the commands into a startup file, and run
   vpc startup.file
   VPC will run these commands automatically.

# setup the pc1's ip to 192.168.1.1
#            gateway to 192.168.1.2
1
net 192.168.1.2
# pc2
2
net 192.168.2.2
# pc3
3
net 192.168.3.2


2. You should run VPC before starting the dynamips. VPC opens the tap interfaces. And you should know, VPC will CLOSE the tap interfaces before quit.

Questions or bug reports are welcome!

THe testing .net file:
# VLAN lab
ghostios = True
sparsemem = True
[localhost]
    [[ROUTER sw]]
        model = 2621
        image = /ios.run/c2600-ipbase-mz.123-8.T.bin
        ram = 128
        slot1 = NM-16ESW
        f1/0 = r1 f0/1
        f1/1 = NIO_linux_eth:tap0
        f1/2 = NIO_linux_eth:tap1
    [[router r1]]
        model = 2621
        image = /ios.run/c2600-i-mz.123-6c.bin
        ram = 32
        slot1 = NM-1FE-TX
        f0/0 = NIO_linux_eth:tap2

Please download from wiki.freecode.com.cn

我的更多文章
[发评论] 评论 重要提示:警惕虚假中奖信息!
  • chinaunix网友 2010-08-05 08:51
    And all of them will 'eat' many many CPU/Memory. The size of the tools is only 500KB 非常有意义的尝试。支持,关注中
  • chinaunix网友 2009-04-11 19:05
    你用的是老版本吧?新版本是可以的。
  • chinaunix网友 2009-04-07 21:16
    为什么不设VPCS的网关就无法ping通同意子网内的其他设备!例如VLAN1接口 IP为192.168.10.3,VPCS就输入ip 192.168.10.4/24,于是从交换机能ping通VPCS,但VPCS就ping不通VLAN1,必须要192.168.10.4/24 192.168.10.1才能相互ping通!
  • chinaunix网友 2009-03-11 23:58
    需要在WinXP下安装IPv6协议,具体百度!
  • chinaunix网友 2009-03-02 11:37
    0.16版本虽然增加了极为关注的ipv6功能,但是,在win下根本无法使用,提示"Invalid ipv6 address",希望作者能够检查下,非常感谢!
  • chinaunix网友 2009-02-27 11:04
    确实改进了不少,但是还是有一个比较严重的问题。比方说吧,PC1:172.16.1.1/24 PC2:172.16.1.2/24,虽然在同一个网段(排除VLAN范畴),因为没有设置网关,两PC还是无法ping通对方。很希望早日看到完善版的。
  • chinaunix网友 2009-02-06 10:59
    我用0.16a版本,配置不上IPV6地址啊?系统是windows server 2003/windows xp。提示如下: Welcome to Virtual PC Simulator for dynamips, v0.16a Dedicated to Daling. Build time: Dec 24 2008 23:09:25 All rights reserved. NOTICE: MAY NOT use this software for commercial purposes unless you get an appropriate commercial license for it. Please contact me at mirnshi@gmail.com or http://mirnshi.cublog.cn if you have any questions. Press '?' to get help. VPCS 1 >ip 2001:1:1:1::1 Invalid ipv6 address.
  • chinaunix网友 2009-01-13 20:13
    谢谢博主。正在使用
  • chinaunix网友 2008-11-18 16:49
    谢谢了, 还在用0.14A,回去升级一下
  • chinaunix网友 2008-03-31 13:14
    感谢boss出新版,看看有没解决trace问题
共 3 页
123
亲,您还没有登录,请[登录][注册]后再进行评论