Ok, Kevin says there won't be a Radio tool update until at least next week, so here are instructions you can use to update your radio via SSH if you want this to work now:
- Radio IP: 10.xx.xx.1
- Username: root
- Password: root
Run these commands on the radio once you've SSHed in:
Code:
uci set dhcp.lan.dhcp_option=”1,255.255.255.0 28,10.xx.xx.255”
uci set dhcp.wan.dhcp_option=”1,255.255.255.0 28,10.xx.xx.255”
uci commit dhcp
/etc/init.d/dnsmasq restart