Setp1. 解壓 GNS3.VM.VMware.Workstation.1.4.6.zip
Setp2. 使用VMware打開 GNS3 VM.ova 安裝
出現(xiàn)如下所示表示安裝完成,并記錄自動生成的IP地址
GNS3.VM安裝完成
用戶名/密碼:gns3/gns3
Setp3. 雙擊安裝 GNS3-1.4.6-all-in-one.exe,
安裝選項如下圖所示(Wireshark單獨下載安裝)
Setup_opinion
Setp4.
Upload-IOU
① 利用WEB瀏覽器打開步驟2記錄的IP地址
② 在File type:IOU中 上傳IOU及Keygen文件
③ 記錄高亮的地址:/opt/gns3/images/IOU/CiscoIOUKeygen.py
Setp5. 登錄GNS3-VM shell命令行
① "Shell Open a console" -> "OK"
② 鍵入如下命令
gns3@gns3vm:~$ cd /opt/gns3/images/IOU
gns3@gns3vm:/opt/gns3/images/IOU$ dir
CiscoIOUKeygen.py CiscoIOUKeygen.py.md5sum
gns3@gns3vm:/opt/gns3/images/IOU$ python3 CiscoIOUKeygen.py
*********************************************************************
Cisco IOU License Generator - Kal 2011, python port of 2006 C version
Modified to work with python3 by c_d 2014
hostid=00000000, hostname=gns3vm, ioukey=25e
Add the following text to ~/.iourc:
[license]
gns3vm = 73635fd3b0a13ad0;
You can disable the phone home feature with something like:
echo '127.0.0.127 xml.cisco.com' >> /etc/hosts
gns3@gns3vm:/opt/gns3/images/IOU$
Setp6. 復(fù)制如下代碼,另存為iourc.txt
[license]
gns3vm = 73635fd3b0a13ad0;
Setp7. 在WEB瀏覽器中File type:IOU licence (iourc) 中 上傳步驟6保存的iourc.txt
至此GNS3.VM部分設(shè)置完成
下面我們設(shè)置GNS3的部分
Setp1. "Edit"->"Preference"
IOU-upload
注意:如果IOU image無法選擇,請檢查GNS3.VM的設(shè)置
Setp2. 依步驟1添加其他IOU鏡像
Setp3. 選擇之前保存的iourc.txt路徑页滚,"OK"完成
Key-upload