文章列表(關注微信公衆號EmulatedLab,及時獲取文章以及下載連接)html
一、EVE-NG介紹(EVE-NG最好用的模擬器,仿真環境時代來臨!)
mysql
二、EVE-NG安裝過程介紹sql
三、EVE-NG導入Dynamips和IOLubuntu
四、EVE-NG導入QEMU鏡像服務器
五、EVE-NG關聯SecureCRT,VNC,Wireshark微信
六、EVE-NG網卡橋接,帶您走進更高級的實驗ide
七、EVE-NG硬盤擴容,存儲海量鏡像測試
八、EVE-NG定製我的鏡像,腳本快速導入優化
九、EVE-NG容納H3C、Huawei,吞併GNS3網站
十、EVE-NG鏡像來啦!打造國內最大的EVE交流圈
十一、EVE-NG鏡像再次來襲,無所不能!
十二、EVE-NG鏡像增持,走上神壇!
1三、EVE-NG內存不夠?教您擴大虛擬內存!
1四、EVE-NG更新方便,不費勁兒!
1五、EVE-NG小衆鏡像,助力嚐鮮!
1六、EVE-NG體驗Seafile,拋棄10K/s網盤
1七、EVE-NG增添監控服務器鏡像,再上新高度!
1八、EVE-NG變身Learning Centre版本及重置Web用戶密碼
1九、EVE-NG優化非官方支持鏡像的接口顯示名稱
20、......
【EVE-NG變身Learning Centre版本】
看過EVE-NG官網的朋友應該都知道,Learning Center版本對於學校,培訓機構來講很是實用,其中有幾個極其重要的Feature。
1、多用戶同時登陸進行實驗,與其餘用戶互不影響。
2、每一個用戶只能管理本身的實驗臺。
目前能夠經過修改Community版本,簡單操做便可變身Learning Centre粗糙版。
注意:請一步一步跟着我作,若有步驟遺漏,可能致使失敗。在作以前請作好快照!
1、登陸Web界面,建立用戶及拓撲
1、用admin帳戶登陸,建立student1和student2用戶
2、建立student1和student2用戶的拓撲
拓撲目錄結構:
student(folder)
--- student1.unl(UNL)
--- student2.unl(UNL)
3、退出admin帳戶並關閉全部EVE-NG的Web鏈接
2、上傳腳本並執行,切換到Learning Center版本
在微信公衆號中回覆Plus,獲取腳本
root@eve-ng:~# ls
convert_edition.sh
root@eve-ng:~# source convert_edition.sh
Current Edition: CommunityEdition
Do you want tochange mode ? [Y/N] y
Successfully!!!
Current Edition: LearningCentre Edition
root@eve-ng:~#
3、修改用戶默認登陸路徑
root@eve-ng:~# mysql -ueve-ng -peve-ng
mysql: [Warning]Using a password on the command line interface can be insecure.
Welcome to the MySQLmonitor. Commands end with ; or \g.
Your MySQLconnection id is 88
Server version:5.7.18-0ubuntu0.16.04.1 (Ubuntu)
Copyright (c) 2000,2017, Oracle and/or its affiliates. All rights reserved.
Oracle is aregistered trademark of Oracle Corporation and/or its
affiliates. Othernames may be trademarks of their respective
owners.
Type 'help;' or '\h'for help. Type '\c' to clear the current input statement.
mysql> use eve_ng_db;
Reading tableinformation for completion of table and column names
You can turn offthis feature to get a quicker startup with -A
Database changed
mysql>
格式:update pods set lab_id='/folder/topology.unl' where username='username';
修改相應內容,本文建立的folder是student,student1的拓撲是student1,那麼更改後的命令爲
updatepods set lab_id='/student/student1.unl' where username='student1';
以下操做:
mysql> update pods set lab_id='/student/student1.unl' whereusername='student1';
Query OK, 1 rowaffected (0.01 sec)
Rows matched: 1 Changed: 1 Warnings: 0
mysql> update pods set lab_id='/student/student2.unl' whereusername='student2';
Query OK, 1 rowaffected (0.01 sec)
Rows matched: 1 Changed: 1 Warnings: 0
mysql> quit
root@eve-ng:~#
4、用student1和student2登陸測試
1、用student1用戶登陸
直接跳轉到拓撲界面,隨便加幾臺設備
而且Close Lab是被禁用的,點擊無任何反映
那麼該用戶就只能操做student1的拓撲
Logout退出
2、用student2登陸
student2的拓撲上什麼都沒有
Logout退出
3、再次切換到student1用戶
兩個用戶互不影響
Logout退出student1用戶
5、切換回Community版本
當須要管理全部用戶的拓撲時,須要切換回Community版本。
再次運行腳本切換版本。
root@eve-ng:~# ls
convert_edition.sh
root@eve-ng:~# source convert_edition.sh
Current Edition: LearningCentre Edition
Do you want tochange mode ? [Y/N] y
Successfully!!!
Current Edition: CommunityEdition
root@eve-ng:~#
注意:在切換到Community版本後,千萬不要用student用戶登陸並Close Lab,這樣作會刷新student用戶登陸的默認路徑。若是路徑被刷新,那隻能從新操做第三步,再次修改。
在每次切換版本後,F5刷新一下Web。
這時候就能夠用admin帳戶登陸,管理全部拓撲了。
爲了求快,Shell腳本略顯粗糙,請見諒!
【EVE-NG重置Web帳戶密碼】
有的朋友可能會忘記Web密碼,這就告訴你們如何重置
重置後的密碼爲:eve
root@eve-ng:~# mysql -ueve-ng -peve-ng
mysql: [Warning]Using a password on the command line interface can be insecure.
Welcome to the MySQLmonitor. Commands end with ; or \g.
Your MySQLconnection id is 885
Server version:5.7.18-0ubuntu0.16.04.1 (Ubuntu)
Copyright (c) 2000,2017, Oracle and/or its affiliates. All rights reserved.
Oracle is aregistered trademark of Oracle Corporation and/or its
affiliates. Othernames may be trademarks of their respective
owners.
Type 'help;' or '\h'for help. Type '\c' to clear the current input statement.
mysql> use eve_ng_db;
Reading tableinformation for completion of table and column names
You can turn offthis feature to get a quicker startup with -A
Database changed
mysql> update users setpassword='85262adf74518bbb70c7cb94cd6159d91669e5a81edf1efebd543eadbda9fa2b'where username='admin';
Query OK, 0 rowsaffected (0.01 sec)
Rows matched: 1 Changed: 0 Warnings: 0
mysql>
在EVE-NG中,mysql查看的密碼是通過sha256哈希計算過的,因此重置密碼時要填hash值。這樣作不麻煩,能夠在Internet網站上在線計算sha256哈希值。固然,也能夠不填hash值,這是mysql的內容,就不在這兒介紹了!
本篇於2017-06-04在微信公衆號EmulatedLab上發表
Maosen | 森