Quote Originally Posted by bef View Post
Did the firewall-rules move somewhere else? I tried to open a port for ssh, but no matter what i write into the post-firewall, i can't get a connection to the router from the internet. A portforwarding to my laptop i set up in the web-if for another service does work, but doesn't show up in the post-firewall like it used to on the wl500w.

kind regards

Benj
iptables -I INPUT -p tcp --dport 22 -j ACCEPT (22 default port, change it if you use other)

iptables -L -n to see the applied rules INPUT chain. (1st chain)