极路由GO变身出差旅游上网办公神器!极路由GO刷入OpenWrt全流程,保姆级教程~
在 什么值得买 平台发过,怕再次被下架了,所以发到论坛来了,方便一下需要刷机的朋友们最近一直处于出差的工作状态,常需要入住酒店进行工作。酒店wifi信号让人头疼,且和别人处在一个局域网内,总觉得不安全,遂有产生入手个迷你型无线路由器的想法。
对比TL-WR720N挺中意的,二手价格仅20出头,可以刷入openwrt,且有USB接口,可以接入4G上网卡。8+16的内存配置让我望而却步,因为我想用openw系统的原因是我需要用zerotier和酸酸乳功能,而8+16的内存配置不足以运行酸酸乳功能。巧的是看到看到了淘宝有硬改16+64的TL-WR720N,但是价格直接上升到了70+,且老板还不给包邮,让我一下子打消了购买念头,果断放弃!
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/267f9e2f070828387a665a3fb999a9014c08f1b6.jpg
而在这时更具有性价比的极路由GO入了我的法眼,16+128的内存配置,带USB接口,小巧的机身,闲鱼价格普遍在40+,内存更大!不需要硬改!还更便宜!果断入手!
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/s_66e28fe61dd94557acf98b00430a1609.jpg
在这里分享一下刷机方法,大致流程是:
一、root路由器,开启SSH
二、输入bread
三、进入bread模式,修改mac地址
四、在bread模式中刷入openwrt固件
五、在bread模式中刷入BL
六、解锁酸酸乳功能
七、为Zerotier功能配置防火墙
后面的内容写得尽可能详细,方便新手,如果是老鸟,可以直接跳过了,文末分享了这里所用到的软件+固件。
文中刷机方法总结了网上的各位大神,以及该固件非本人编译,而是源自网上搬运,在这里感谢网上大神的不断钻研和无私奉献!
准备工作
极路由GO,建议到手后,先恢复到出厂设置,用卡针顶住reset孔5秒钟即可。再利用网线将该极路由GO连接到互联网上,因为需要ROOT需要用到在线工具。
一、root路由器,开启SSH
1.1打开 http://10.1.199.1/local-ssh/ 获取local_token,不要刷新网页,每次刷新local_token都会改变;
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/image5.png
1.2浏览器新建标签页,输入 http://10.1.199.1/cgi-bin/turbo/proxy/router_info浏览器打开router_info.json文件,文件中UUID开头的引号内字段即“UUID”;
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/image6.png
1.3浏览器新建标签页,输入 http://www.hiwifi.wtf/ 此处感谢大神提供方案!
填入从第1、2步获取的local token、uuid,再点提交,提交后如图得到cloud_token;
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/image8.png
1.4 复制cloud_token,回到第1步的http://10.1.199.1/local-ssh/ 的标签页,填入密码提交;
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/image9.png
1.5如图提示,表示开启SSH成功;
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/image11.png
1.6 注意如图,第一次很有可能会失败,建议刷新第1步骤中的网页,按照第1-5步重新来一遍基本上就能成功了。
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/image10.png
二、刷入Bread引导
2.1打开WinSCP软件,输入参数如图,再点击登录;
文件协议:SCP
主机名:10.1.199.1
端口号:22
用户名:root
密码:admin
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/image12.png
2.2弹出警告弹框,点击“是”;
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/f6ebc1d0-b446-4b4b-8629-f07fc21414e7.png
2.3 右侧窗格(路由器文件管理)打开 /tmp 文件夹,在左侧窗格(本地文件管理)中找到本地的bread文件,文件名称“breed-mt7628-hiwifi-hc5661a.bin”,将该bread文件拖动到右侧窗格的 /tmp文件夹中,该操作就是把bread文件上传到路由器的 /tmp 文件夹;
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/image14.png
2.4 打开putty软件,输入参数如图,再点击打开;
主机名称:10.1.199.1
端口号:22
连接类型:SSH
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/image15.png
2.5 提示输入用户名时,输入root,提示输入密码时,输入admin,输入密码时光标无变化,实际已输入,登录成功后显示;
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/image19.png
2.6 此处输入命令mtd -r write /tmp/breed-mt7628-hiwifi-hc5661a.bin u-boot 如果觉得逐个输入麻烦的话可以复制该命令,再进入窗口,在光标处右击一次,即完成粘贴该命令,然后点击回车键;
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/image20.png
2.7回车后,显示如图内容,即表示成功刷入;
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/image21.png
三、进入bread模式,修改mac地址
3.1 等待极路由完成重启,(重启过程中,wifi信号会消失,当wifi信息又出现时,说明极路由完成重启),重启完成后,拔掉极路由;
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/image22.png
3.2 拔下极路由后,记录一下标签中mac地址信息,如下图红框处,后面会用得到;
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/d63339bb010f1c57303f5fe0ec9f5c7e.png
3.3 用卡针顶住极路由reset孔不松手,将极路由插上电源,等待5秒钟后将顶住reset孔的卡针松掉,此时极路由进入了bread模式,并用网线将极路由GO与电脑连接;
3.4 浏览器中输入192.168.1.1,如图;
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/image23.png
3.5 进入mac地址修改,刷了bread后,mac地址会有变化需要修改;
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/image24_2.png
3.6修改mac地址,这里就能用到3.2步骤中在标签中记录的mac地址;
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/image25.png
3.7修改完成后点击“修改”按钮,即可完成修改,如图:
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/image26.png
四、在bread模式中刷入openwrt固件
4.1 进入bread中固件标签中,勾选固件,选择本地的openwrt固件(文件名:openwrt-ramips-mt76x8-hc5611-squashfs-sysupgrade_R9.10.1_ALL.bin),并勾选自动重启,再点击“上传”按钮,如图;
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/image27.png
4.2 此处网页会让你确认固件信息,点击“更新”按钮;
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/image28.png
4.3 此时会进入更新固件过程,此时一定不要断电;
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/image29.png
4.4 稍等片刻,完成更新固件;
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/image29-2.png
4.5 等待SSID名称为“OpenWrt”的wifi出现,即完成了固件更新,该wifi无密码,直接点击连接即可;
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/image30.png
4.6浏览器标签页输入 192.168.1.1 ,进入极路由此时的管理界面,输入用户名密码,点击登录;
用户名:root
密码:password
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/image31.png
4.7 点击登录即进入后台管理界面;
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/image32.png
五、在bread模式中刷入BL(目的是打开USB功能)
5.1 拔掉极路由;
5.2 用卡针顶住极路由reset孔不松手,将极路由插上电源,等待5秒钟后将顶住reset孔的卡针松掉,此时极路由进入了bread模式,此处保持网线将极路由GO与电脑连接;
5.3 浏览器中输入192.168.1.1,如图;
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/image23.png
5.4 进入bread中固件标签中,勾选Bootloader,选择本地的BL文件(文件名:bl.bin),并勾选自动重启,再点击“上传”按钮,如图;
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/image33.png
5.5 进入更新确认,点击“更新”按钮;
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/image34.png
5.6 进入固件更新模式,如图;
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/image35.png
5.7 稍等片刻,完成更新固件;
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/image29-2.png
5.8 重启后,等待SSID名称为“OpenWrt”的wifi出现,该wifi无密码,直接点击连接,插入4G上网卡(USB接口);
5.9浏览器标签页输入 192.168.1.1 ,进入极路由此时的管理界面,输入用户名密码(见步骤4.6),点击登录,并进入--网络--接口 设置界面,点击修改按钮;
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/image37.png
5.10 见下图红框处,即4G上网卡(USB接口),选择后保存并应用,就可以使用4G上网。
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/image38.png
六、解锁酸酸乳功能
6.1 该固件为了避免不必要的争议,酸酸乳功能做了隐藏,如图,需要进行解锁;
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/e3ebb1285c41b04d323377437e513655.png
6.2 打开putty软件,输入参数如图,再点击打开;主机名称:192.168.1.1
端口号:22
连接类型:SSH
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/image40.png
6.3 在putty软件中登录,输入命令 echo0xDEADBEEF > /etc/config/google_fu_mode 并按下回车键,如图;
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/image43.png
6.4 此时再登录极路由后台,已完成酸酸乳功能解锁;
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/154bbc1411adb8c35f14160c03856f51.png
七、为Zerotier功能配置防火墙
在打开zerotier功能后,发现内网客户端连接Zerotier功能总是有问题。
7.1 打开 网络--接口--修改接口,查看一下 红线内的接口名称 ztbto6tqww,该接口即zerotier接口,开启zerotier会出现该接口,但名称相似但不一定完全一致,要记录一下;
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/image48.png
7.2 打开 网络 -- 防护墙 -- 自定义规则,在下方增加如下命令规则,其中 ztbto6tqww 即7.1步骤中记录的接口名称:
iptables -I FORWARD -i ztbto6tqww -j ACCEPT
iptables -I FORWARD -o ztbto6tqww -j ACCEPT
iptables -t nat -I POSTROUTING -o ztbto6tqww -j MASQUERADE
http://nas.maohuihua.online:8090/ks/note/view/00000000-0000-0000-0000-000000000000/fba41efe-d018-409f-83f8-e2b3aa1c60ee/index_files/image47.png
到这里,教程就全部完成了,文中所需工具和固件放上链接 https://www.lanzouw.com/iekUhvhgjjc,欢迎大家的点赞、评论、收藏,有问题可以私信,看到了我尽可能回复大家。
看你这个,感觉不错啊,GO 准备买个试试 图片怎么出不来? 好帖顶一个https://www.right.com.cn/forum//mobcent//app/data/phiz/default/03.png谢谢楼主分享
随身科学
感谢值友的分享,已经购买,也刷了系统,第一次刷路由器系统,感谢 为什么看不到图片? 看不到图,生怕弄错 果然弄错了,看了原贴。MAC地址没改对 刷Padavan不好? 刷Padavan不好? Alisababy 发表于 2021-12-2 22:43
刷Padavan不好?
没找到Padavan固件,请教一下。 jacky1992 发表于 2021-12-3 15:34
没找到Padavan固件,请教一下。
通用极路由1的…… Alisababy 发表于 2021-12-4 14:24
通用极路由1的……
HC5661A吗? 图片看不见:'(:'(:'(
请问固件在哪里下载