DynamipsGUI小凡模拟器VPCS的DHCP功能
DynamipsGUI自帶的VPCS版本比較低,沒有dhcp功能,這對于我們平時(shí)做實(shí)驗(yàn)非常不方便。
冷博客這里用的小凡模擬器,自帶的是0.13的VPCS。
下面以windows xp平臺(tái)為例,冷博客教您如何升級(jí)現(xiàn)有的VPCS,由于模擬器版本不同,建議您先備份原程序。
首先去官網(wǎng)下載新版的VPCS,不過這里推薦0.15a版,因?yàn)檫@是第一版帶dhcp功能的VPCS,而且高版本如0.2x不支持小凡配置文件startup.vpc中的一些命令。
就是新版的命令改變了,無法兼容現(xiàn)有版本小凡DynamipsGUI模擬器。
1.下載:
http://www.freecode.com.cn/lib/exe/fetch.php?media=wiki:vpcs-0.15a.zip
2.升級(jí):
在小凡安裝目錄下,清空VPCS目錄,將新版內(nèi)容解壓到VPCS目錄。
刪除其中startup.vpc文件。
把壓縮包內(nèi)cygwin1.dll文件覆蓋小凡安裝目錄下的同名文件。
?
隨便做個(gè)實(shí)驗(yàn),運(yùn)行VPCS.exe
如果出現(xiàn):Welcome to Virtual PC Simulator for dynamips, v0.15a
說明升級(jí)成功。
VPCS 1 >?
show???????????????????????? Print the net configuration of PCs.
d??????????????????????????? Switch to the PC[d], d is digit, range 1 to 9.
hist???????????????????????? List the history command, use arrow keys to get
???????????????????????????? recently-executed commands.
ip address CIDR [gateway]??? Set the host's ip, gateway's ip and network mask.
???????????????????????????? In the ether mode, the ip of the tapx is the
???????????????????????????? maximum host ID of the subnet. Default CIDR is
???????????????????????????? 24. 'ip 10.1.1.70 10.1.1.65 26', set the host ip
???????????????????????????? to 10.1.1.70, the gateway ip to 10.1.1.65, the
???????????????????????????? netmask to 255.255.255.192, the tapx ip to
???????????????????????????? 10.1.1.126 (ether mode).
dhcp???????????????????????? Configure host/gateway address using DHCP.
arp????????????????????????? Show arp table.
ping address???????????????? Ping the network host.
echo address port [udp|tcp]? Echo the host port with protocol(udp/tcp).
tracert address [maxhops]??? Print the route packets take to network host.
???????????????????????????? default maxhops is 64.
conf [lport|rport] port????? Set local or remote port. 'conf lport' will close
???????????????????????????? the old port and open the new port. Only udp mode.
???????????????????????????? Print help.
quit???????????????????????? Close all the port(udp mode) or the tapx (ether
???????????????????????????? mode), then quit.
Do you remember Mr. Mike Muuss?
轉(zhuǎn)載于:https://blog.51cto.com/yanghuawu/827957
總結(jié)
以上是生活随笔為你收集整理的DynamipsGUI小凡模拟器VPCS的DHCP功能的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 企业网站应用模式之—LAMP架构的源码编
- 下一篇: LAMP架构以及论坛的安装