安裝 Mudfish
Mudfish 雲端 VPN 是基於 OpenWRT 平臺的,而這裡有兩個套件;一個是核心處理程序,另一個是 OpenWRT LuCI 用戶界面。
支援的 OpenWRT 版本
我們目前正式支援以下版本的 OpenWRT。
- 19.07.2
- 18.06.1
- Chaos Calmer 15.05.1
支援的架構
目前支援以下架構:
arm_cortex-a7_neon-vfpv4
arm_cortex-a9
mips_24kc
mipsel_24kc
mipsel_74kc
相依套件
為了使 Mudfish 程序能在路由器上正常運作,您需要安裝以下套件:
ip
用於設置 mudfish 遊戲項目的路由表條目。
kmod-tun:tun(4) 驅動程式
libopenssl
libpthread
librt
zlib
您可以在以下鏈接中獲取適用於您的路由器的各個套件: https://downloads.openwrt.org/ 。 在安裝 mudfish 套件之前,您需要先安裝它。
請檢查您的 OpenWRT 版本並根據您的架構選擇適當的套件。
在下面的示例中,本文假設使用的是 OpenWRT v18.06.1。
Mi Wi-Fi Nano / Youth (R1CL)
https://downloads.openwrt.org/releases/18.06.1/targets/ramips/mt76x8/
Netgear R6250
https://downloads.openwrt.org/releases/18.06.1/targets/bcm53xx/generic/
# opkg update # opkg install kmod-tun # opkg install ip zlib libpthread librt libopenssl
安裝 LuCi Web 介面
# opkg update
# opkg install luci
如果您在 OpenWRT 19.07 中安裝 mudfish,需要安裝
luci-compat
套件:
# opkg install luci-compat
使用 opkg 進行安裝
您可以使用 opkg 命令根據opkg 的 Man 頁面 文件來安裝 Mudfish 套件。例如,如果您想要在 OpenWRT 上安裝 18.06.1 版本(用於 ramips-mt7628 處理器)的 Mudfish,可以使用以下指令:
請檢查 http://mudfish.net/releases/openwrt/ 鏈接以查看適用於 OpenWRT 版本的所有 mudfish 套件的完整列表。
# opkg install http://mudfish.net/releases/openwrt/packages-18.06/mipsel_24kc/base/mudfish-pi_2.1.18-1_mipsel_24kc.ipk
# opkg install http://mudfish.net/releases/openwrt/packages-18.06/mipsel_24kc/luci/luci-app-mudfish-pi_git-18.285.02627-b9e5d56-1_all.ipk