安装Mudfish
Mudfish云路由器VPN基于OpenWRT,有两个包; 一个是核心进程包,另一个是OpenWRT LuCI的UI包。
支持的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/ link. 在安装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命令来安装基于Mudfish的软件包,根据 opkg的手册页文档。例如,如果您想安装适用于OpenWRT的18.06.1(适用于ramips-mt7628处理器)版本的Mudfish,您可以使用以下命令:
请检查 http://mudfish.net/releases/openwrt/ 链接以查看完整的mudfish软件包列表 适用于OpenWRT版本。
# 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