The virtual PCs is updated (0.16a), supports IPv6!
(2007-06-01 20:08)
分类: 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


