› Forums › Network Management › ZeroShell › Firewall rules › Re: Re: Firewall rules
November 4, 2010 at 6:52 pm
#51268
Member
@oleg wrote:
I have a problem with login to the web interface through the https. I set INPUT chain to drop and then I set to allow https connection with opened 443 port. But i can see connection login screen but the login failed. It works fine as follow:
iptables -A INPUT -p All -j Accept #means that all services and protocols allowed to the firewall which is bad security policy.Any suggestions?
hi