Google Compute Engine default firewall port 80 -
I have searched recently, watched the quick start video and I do not see many accepted answers.
I am running Centos 7 on the google compute engine. I'm using the default firewall and I chose to allow http and https traffic during setup. Although I can not connect to the webservice and I believe the harbor is still closed.
Here is the output from NMAP:
Nmap 6.47 (http: // Nmap.org) 2015-01-22 12:04 for CST NMAP scan report for xxxxxx Host is up (0.072 V latency). Not shown: 998 closed ports Port State Service 22 / TCP Open SSH 646 / TCP filtered LDP NMAP did the following: 1 IP address (1 hosted) scan 3.70 seconds is it correct What are the default firewall rules http, https, icmp, internal, rdp, and ssh allowed?
One suggestion was to modify the IPTable rules or to stop the service. I tried and the service was not running.
I did not even have any effect to remove the default firewall http rule. There are also similar tags in the form of my example rules. There was something wrong at that level, so I tried to start another project. He was not working either I tried another Linux distribution, if it was a sensor 7 issue but he gave the same result.
If no service is on port 80, then NMAP will not show it in open form on port 80 Try running the httpd service and then try nmap, you will see the port in open form
Comments
Post a Comment