Model | STB | Optional kernel | OpenWrt Firmware |
---|---|---|---|
s905x | HG680P, B860H | 5.4.* | openwrt_s905x_k*.img |
Name | Value |
---|---|
Default IP | 192.168.1.1 |
Default username | root |
Default password | none |
Default WIFI name | CupangOs |
Default WIFI password | none |
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.