Skip to content

thecupangin/CupangOs-LEDE

Repository files navigation

OpenWrt for HG680P & B860H

OpenWrt Firmware instructions

Model STB Optional kernel OpenWrt Firmware
s905x HG680P, B860H 5.4.* openwrt_s905x_k*.img

Firmware information

Name Value
Default IP 192.168.1.1
Default username root
Default password none
Default WIFI name CupangOs
Default WIFI password none

Bypass gateway settings

If used as a bypass gateway, you can add custom firewall rules as needed (Network → Firewall → Custom Rules):

iptables -t nat -I POSTROUTING -o eth0 -j MASQUERADE        #If the interface is eth0.
iptables -t nat -I POSTROUTING -o br-lan -j MASQUERADE      #If the interface is br-lan bridged.

Acknowledgments