i cannot direct access to /etc/config/firewall , it will show denied. but i can include
vi /etc/config/firewall
root@OpenWrt:~# vi /etc/config/firewall
config defaults
option syn_flood 1
option input ACCEPT
option output ACCEPT
option forward REJECT
Uncomment this line to disable ipv6 rules
option disable_ipv6 1
config zone
option name lan
list network 'lan'
option input ACCEPT
option output ACCEPT
option forward ACCEPT
config zone
option name wan
list network 'wan'
list network 'wan6'
option input REJECT
option output ACCEPT
option forward REJECT
option masq 1
it show like tis, i dunno how to set. some more i cant create user and add rule.pls advice thx