Im having problem with Asus boot up cant call command one line.
i added to one script in /jffs/scripts/post-mount:
(other lines like ipset,etc was working but ‘iptables' not working)
after boot up, i enter “iptables —list”… i wonder why its not on list..
even also tested with ‘sh run.sh’ not working on boot up.
i tried enter that line by manual.. its working and on list… any one help?
im running this script on Asus AC66U..
i added to one script in /jffs/scripts/post-mount:
Code:
iptables -I FORWARD -i br0 -m set ! --match-set NAME src,src -j REJECT
after boot up, i enter “iptables —list”… i wonder why its not on list..
even also tested with ‘sh run.sh’ not working on boot up.
i tried enter that line by manual.. its working and on list… any one help?
im running this script on Asus AC66U..