weizhouapache commented on a change in pull request #4847:
URL: https://github.com/apache/cloudstack/pull/4847#discussion_r601362146



##########
File path: systemvm/debian/opt/cloud/bin/cs/CsAddress.py
##########
@@ -367,6 +367,8 @@ def fw_router(self):
         if self.config.is_vpc():
             return
 
+        self.fw.append(["", "front","-A INPUT -i %s -s %s/24 -p tcp -m tcp -m 
state --state NEW --dport 443 -j ACCEPT" % (self.dev, 
self.address['public_ip'])])
+

Review comment:
       @Spaceman1984 please refer to the rules for port 80 and port 8080 (line 
419 to line 422).




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to