Try to create this rule with iptables:
eventually put it in /usr/local/sbin/post-firewall so it will be reinitialised in case the router is restarted, like this:Code:iptables -I INPUT -m tcp -p tcp --dport 18000 -j ACCEPT
..and don`t forget to save it:Code:echo "iptables -I INPUT -m tcp -p tcp --dport 18000 -j ACCEPT" >> /usr/local/sbin/post-firewall
to save it.Code:flashfs save && flashfs commit && flashfs enable
Or try
It`s about the same thing.Code:iptables -A INPUT -p tcp --dport 18000 -j ACCEPT
Cheers.


Reply With Quote
