Using OpenWrt as an OpenVPN server with a TAP device (with bridging) 人潮中惊鸿一瞥 2019-12-11 Setup ServerFirst we need to make sure that OpenVPN connections to port 1194 are not blocked by the firewall on OpenWRT. Edit /etc/config/firewall and add the following.config 'rule' optio 阅读全部
如何备份 OpenWrt 固件 人潮中惊鸿一瞥 2019-12-02 新刷好的 OpenWrt 装了一大堆软件,然后一个不小心被你给搞挂了?又要重新刷固件重新装软件重新配置?神烦?Just Backup It!如果路由器被你搞挂了,完全无法启动,那么你需要重刷固件并且恢复,按照这个来备份:首先,查看你的 firmware 所对应的 mtd 编号 cat /proc/mtd,比如我的,root@ABigBug:~# cat /proc/mtd dev: size &n 阅读全部
一键安装BBR PLUS修正版 人潮中惊鸿一瞥 2019-12-01 一键安装BBR PLUS修正版#安装wget yum -y install wget #执行BBR PLUS修正版一键脚本 wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x&n 阅读全部