新營學習網
:::
社團報名
線上書籍
電腦作業繳交
連結網站
Scratch 網站
宜蘭scratch 網站
南市scratch競賽平台
全民資安素養自我評量
學校主站
登入
使用 臺南市 OpenID 快速登入
:::
所有書籍
「prolin 筆記」目錄
MarkDown
12. 魔術方塊
1. 雜記
1-1 雜記
1-2 打包批次檔
1-3 chrome 擴充--沈浸式翻譯
1-4 AI 相關
2. scratch 3 to html
3. 程式編輯工具
3-1 Visual Studio Code
3-2 Atom 程式編輯工具
3-3 google web designer
4. GIT 版本控制筆記
4-1 基礎
4-2 分支管理
4-3 下載遠端分支工作
4-4 回復
4-5 狀況處理
4-6 fork 針對別的程式做分支,提供貢獻
4-7 參考資料
5. H5P 製作HTML5互動內容
6. PixiJS Html5 Game engine
7. Onyx boox note2 筆記
7-1 kindle 書籍匯出
7-2 使用 Fontforge script 製作簡轉繁字體
7-3 小米多看電紙書灌第三方app的方法
7-4 google play 圖書下載
8. Docker
8-1 安裝
8-2 使用映像檔
8-3 使用方式
8-4 常用映像檔
9. google app script
9-1 使用csv 試題製作 google 測驗表單(單選)
9-2 google ClassRoom成績依班級名條整理
9-3 列出雲端目錄下的所有檔案
9-4 web app
10. appsheet
10-1 基本功能介紹
10-2 進階功能
11. App inventor 2
11-1 ListView
11-2 常用
12. 魔術方塊
13. OpenWrt (aerohive ap 121)
prolin 筆記 ========= 環境準備 ---- ### 下載 aerohive ap 121 韌體,選擇需要的版本 [https://firmware-selector.openwrt.org/?version=22.03.2&target=ath79%2Fnand&id=aerohive\_hiveap-121](https://firmware-selector.openwrt.org/?version=22.03.0&target=ath79%2Fnand&id=aerohive_hiveap-121) ### tftp server 軟體 https://openwrt.org/docs/guide-user/installation/generic.flashing.tftp windows 版:
執行並在 tftpd 指定 bin 所在目錄。 韌體燒錄 ---- 需要一條 com port rs232== rj45 軟體可以使用 putty 選用 serial (預設 com1 9600) 重開 ap 121 ,會在 putty 中出現開機訊息,詢問按鍵中斷開機過程,會進入命令模式。 輸入密碼: AhNf?d@ta06 或是 administrator 以下指令: dhcp; #取得 ip setenv serverip 192.168.50.120; #指定到上述 tftpd 機器的 op tftpboot 0x81000000 openwrt-22.03.0-ath79-nand-aerohive\_hiveap-121-squashfs-factory.bin ; # 使用 tftp 取得bin 韌體檔。 nand erase 0x800000 0x800000; #清除原先開機韌體 nand write 0x81000000 0x800000 0x9a0000; #寫入韌體檔,最後 0x9a0000 是指大小,在上方 bin 上傳時會顯示小 reset; #重開機 ``` dhcp; setenv serverip 120.116.25.120; tftpboot 0x81000000 openwrt-22.03.0-ath79-nand-aerohive_hiveap-121-squashfs-factory.bin ; nand erase 0x800000 0x800000; nand write 0x81000000 0x800000 0x9a0000; reset; ``` 開始設定 ----
注意:這是我嘗試測出來的結果,不代表是正確做法。
把主機設定到 19.168.1 網段,連進系統中預設 192.168.1.1 進入 luci 網頁界面設定,密碼預設空值。 AP121 在網路介面只有一個 Lan ,把 dhcpd 點忽略 ![](https://stud.syps.tn.edu.tw/uploads/tad_book3/image/openwrt/ap_if01.png) **增加 wan 介面**,以 dhcp 取得 IP (依需求) ,使用 br-lan ,防火牆設為 wan ,不使用 dhcp server ![](https://stud.syps.tn.edu.tw/uploads/tad_book3/image/openwrt/ap_if0201.png)![](https://stud.syps.tn.edu.tw/uploads/tad_book3/image/openwrt/ap_if0202.png)![](https://stud.syps.tn.edu.tw/uploads/tad_book3/image/openwrt/ap_if0203.png) 可以先測試一下是否能正確對外連線 network -- diagnostics。 都正確了再往下做。 **增加 wlan1 介面** ,指向 wifi 5G ,使用固定 IP 192.168.5.1 ,防火牆設為 lan ,要使用 DHCP server ![](https://stud.syps.tn.edu.tw/uploads/tad_book3/image/openwrt/ap_if030101.png)![](https://stud.syps.tn.edu.tw/uploads/tad_book3/image/openwrt/ap_if0301.png) ![](https://stud.syps.tn.edu.tw/uploads/tad_book3/image/openwrt/ap_if0302.png)![](https://stud.syps.tn.edu.tw/uploads/tad_book3/image/openwrt/ap_if0303.png) wifi 設定,以5G為例,指定到 wlan1 ,設定密碼.... ![](https://stud.syps.tn.edu.tw/uploads/tad_book3/image/openwrt/ap_wifi01.png) 在 wlan1 和 wifi 5g 設定過程中先不要 Save & Apply,都設定好了再按。 ### 支援 Radius 在 system - sofeware 移除
wpad
-basic-wolfssl ,重裝 wpad 套件。需要重新啟動。 無線可以選用 WPA2-EAP ,指定 Radius 主機做認證。 如果本機還要提供 Radius server 功能,可安裝 free
radius
3 套件
### 定時重啟 有時長時間使用會造成連不上網的情形,所以加入定時重新啟動。 在 system -- Scheduled Tasks 30 4 \* \* \* sleep 70 && touch /etc/banner && reboot ### ### 支援 IP V6 (可運作,但似乎會干擾校內 ipv6 ?) 增加 wan6 介面,使用 dhcpv6 client ,dhcp 部份 ipv6 設為 relay ![](https://stud.syps.tn.edu.tw/uploads/tad_book3/image/openwrt/ipv600.png)![](https://stud.syps.tn.edu.tw/uploads/tad_book3/image/openwrt/ipv6.png) 在無線的 Wlan5G 介面 ![](https://stud.syps.tn.edu.tw/uploads/tad_book3/image/openwrt/ipv602.png) ### 中文包 luci-i18n-base-zh-tw
Google網站翻譯工具列
站內搜尋
search
進階搜尋