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



##########
File path: systemvm/debian/opt/cloud/bin/cs/CsApp.py
##########
@@ -61,12 +61,12 @@ def setup(self):
 
         self.fw.append([
             "", "front",
-            "-A INPUT -i %s -d %s/32 -p tcp -m tcp -m state --state NEW 
--dport 80 -j ACCEPT" % (self.dev, self.ip)
+            "-A INPUT -i %s -s %s/32 -p tcp -m tcp -m state --state NEW 
--dport 80 -j ACCEPT" % (self.dev, self.ip)

Review comment:
       I'm not sure I understand what you are asking. The way it is now, port 
80 and 443 are only open from within the guest network.




-- 
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:
us...@infra.apache.org


Reply via email to