Quantcast
Viewing all articles
Browse latest Browse all 60861

Re: Firewall Cloudkey Portal issue

In that case I think that I can also delete the rules:

 

 

rule 30 {
            action accept
            description HTTPS
            destination {
                port 443
            }
            log disable
            protocol tcp_udp
        }
        rule 40 {
            action accept
            description HTTP
            destination {
                port 80
            }
            log disable
            protocol tcp_udp
        }

 

 

Because the are already in the:

 

        port-group VLAN_INTERNET {
            description ""
            port 80
            port 443
            port 143
            port 465
            port 587
            port 993
        }

Am I right?

 

 


Viewing all articles
Browse latest Browse all 60861

Trending Articles