一:在路由器內刷入Pandorabox系統
本教程將跳過路由器刷機方式,如需教程,請自行百度。html
刷機有風險,動手需謹慎git
二:安裝njit
資源連接:https://github.com/raodaqi/Pa...github
1.將本地文件複製到路由器app
進入njit目錄下ssh
將兩個文件上傳到root目錄下svn
scp libpcap_1.1.1-2_ramips.ipk root@192.168.1.1:/root scp luci-app-x3c8021x_0.11+svn9957-1_ramips.ipk root@192.168.1.1:/root
2.進入路由器系統插件
ssh root@192.168.1.1 #按照提示輸入密碼進入系統
3.編輯/etc/opkg.conf,更改配置code
vi /etc/opkg.conf
在末尾加上:htm
arch all100 archralink 200 archramips 300 archramips_24kec 300
4.安裝ipk文件blog
進入root目錄,安裝插件
cd /root/ opkginstall libpcap_1.1.1-2_ramips.ipk opkginstall luci-app-x3c8021x_0.11+svn9957-1_ramips.ipk
5.安裝成功後重啓路由器便可
進入路由器管理平臺便可看到H3C校園網認證
1.打開WinSCP連接路由器
編輯/etc/opkg.conf
在末尾加上
arch all100 archralink 200 archramips 300 archramips_24kec 300
2.使用WinSCP將附件中的兩個ipk複製到root目錄下,關閉WinSCP
打開putty登錄路由器:
提示「login as:」輸入:root
而後提示「password」之類的輸入默認密碼:admin
輸入如下命令:
cd /root/ opkg install libpcap_1.1.1-2_ramips.ipk opkg install luci-app-x3c8021x_0.11+svn9957-1_ramips.ipk
提示configuring xxxxx 即安裝成功。
安裝完成後重啓路由器。
參考文章: