您好,登錄后才能下訂單哦!
文章列表(關(guān)注微信公眾號(hào)EmulatedLab,及時(shí)獲取文章以及下載鏈接)
1、EVE-NG介紹(EVE-NG最好用的模擬器,仿真環(huán)境時(shí)代來臨?。?/span>
2、EVE-NG安裝過程介紹
3、EVE-NG導(dǎo)入Dynamips和IOL
4、EVE-NG導(dǎo)入QEMU鏡像
5、EVE-NG關(guān)聯(lián)SecureCRT,VNC,Wireshark
6、EVE-NG網(wǎng)卡橋接,帶您走進(jìn)更高級(jí)的實(shí)驗(yàn)
7、EVE-NG硬盤擴(kuò)容,存儲(chǔ)海量鏡像
8、EVE-NG定制個(gè)人鏡像,腳本快速導(dǎo)入
9、EVE-NG容納H3C、Huawei,吞并GNS3
10、EVE-NG鏡像來啦!打造國(guó)內(nèi)最大的EVE交流圈
11、EVE-NG鏡像再次來襲,無所不能!
12、EVE-NG鏡像增持,走上神壇!
13、EVE-NG內(nèi)存不夠?教您擴(kuò)大虛擬內(nèi)存!
14、EVE-NG更新方便,不費(fèi)勁兒!
15、EVE-NG小眾鏡像,助力嘗鮮!
16、EVE-NG體驗(yàn)Seafile,拋棄10K/s網(wǎng)盤
17、EVE-NG增添監(jiān)控服務(wù)器鏡像,再上新高度!
18、EVE-NG變身Learning Centre版本及重置Web用戶密碼
19、EVE-NG優(yōu)化非官方支持鏡像的接口顯示名稱
20、......
點(diǎn)擊查看配套視頻教程!
【EVE-NG變身Learning Centre版本】
?
?
? 看過EVE-NG官網(wǎng)的朋友應(yīng)該都知道,Learning Center版本對(duì)于學(xué)校,培訓(xùn)機(jī)構(gòu)來說非常實(shí)用,其中有幾個(gè)極其重要的Feature。
1、多用戶同時(shí)登錄進(jìn)行實(shí)驗(yàn),與其他用戶互不影響。
2、每個(gè)用戶只能管理自己的實(shí)驗(yàn)臺(tái)。
目前可以通過修改Community版本,簡(jiǎn)單操作即可變身Learning Centre粗糙版。
?
注意:請(qǐng)一步一步跟著我做,如有步驟遺漏,可能導(dǎo)致失敗。在做之前請(qǐng)做好快照!
?
?
一、登錄Web界面,創(chuàng)建用戶及拓?fù)?/span>
?
1、用admin賬戶登錄,創(chuàng)建student1和student2用戶
2、創(chuàng)建student1和student2用戶的拓?fù)?/span>
?
拓?fù)淠夸浗Y(jié)構(gòu):
student(folder)
????? --- student1.unl(UNL)
????? --- student2.unl(UNL)
?
3、退出admin賬戶并關(guān)閉所有EVE-NG的Web連接
二、上傳腳本并執(zhí)行,切換到Learning Center版本
?
在微信公眾號(hào)中回復(fù)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:~#
三、修改用戶默認(rèn)登錄路徑
?
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';
修改相應(yīng)內(nèi)容,本文創(chuàng)建的folder是student,student1的拓?fù)涫?/span>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:~#
?
?
四、用student1和student2登錄測(cè)試
?
1、用student1用戶登錄
?
直接跳轉(zhuǎn)到拓?fù)浣缑?,隨便加幾臺(tái)設(shè)備
并且Close Lab是被禁用的,點(diǎn)擊無任何反映
?
那么該用戶就只能操作student1的拓?fù)?/span>
?
Logout退出
?
?
2、用student2登錄
?
student2的拓?fù)渖鲜裁炊紱]有
Logout退出
?
3、再次切換到student1用戶
?
兩個(gè)用戶互不影響
?
Logout退出student1用戶
?
五、切換回Community版本
?
當(dāng)需要管理所有用戶的拓?fù)鋾r(shí),需要切換回Community版本。
?
再次運(yùn)行腳本切換版本。
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,這樣做會(huì)刷新student用戶登錄的默認(rèn)路徑。如果路徑被刷新,那只能重新操作第三步,再次修改。
在每次切換版本后,F5刷新一下Web。
?
這時(shí)候就可以用admin賬戶登錄,管理所有拓?fù)淞恕?/span>
為了求快,Shell腳本略顯粗糙,請(qǐng)見諒!
?
?
【EVE-NG重置Web賬戶密碼】
?
有的朋友可能會(huì)忘記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查看的密碼是經(jīng)過sha256哈希計(jì)算過的,所以重置密碼時(shí)要填hash值。這樣做不麻煩,可以在Internet網(wǎng)站上在線計(jì)算sha256哈希值。當(dāng)然,也可以不填hash值,這是mysql的內(nèi)容,就不在這兒介紹了!
本篇于2017-06-04在微信公眾號(hào)EmulatedLab上發(fā)表
Maosen | 森
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。