Hi!
By mistake I blocked the wrong port (443) on my SME server, using the following cmds:
config setprop masq UDPBlocks 0.0.0.0:443
config setprop masq TCPBlocks 0.0.0.0:443
signal-event remoteaccess-update
/etc/init.d/masq restart
I've tried all ways I could think of to unblock the port again:
iptables -F
iptables -A INPUT -p tcp --dport 443 -j ACCEPT
No luck: I'm still not able to access https adresses.
Could somebody help please?