firewall-access

EC2: How to add port 8080 in security group?

允我心安 提交于 2019-11-27 18:27:11
I want to add port 8080 to EC2 security group to access tomcat. But whenever I select HTTP from drop down I get 80 port as default and also can't change it. So how can I add 8080 so that I can access Tomcat publicly? You have to choose "Custom TCP rule" in the dropdown. Then you will be able to change the port to 8080. You have to able the port in two different sections: (1) Windows firewall, as it was explained before. (2) Directly in Amazon Web Service console, exactly in security groups/inbound. 来源: https://stackoverflow.com/questions/26338301/ec2-how-to-add-port-8080-in-security-group

Adding an application firewall rule to both private and public networks via win7 FirewallAPI

我是研究僧i 提交于 2019-11-27 16:50:48
问题 A little background: Basicaly I'd like to add a program firewall access rule to both private and public networks. I used to use this- "netsh firewall add allowedprogram program= "Path.." name=AppName ENABLE scope=ALL profile=CURRENT" But now I'd like to automate the proccess a little using a COM object. Found this shiny piece of code - http://web.archive.org/web/20070707110141/http://www.dot.net.nz/Default.aspx?tabid=42&mid=404&ctl=Details&ItemID=8 And after implementing the class I've been

EC2: How to add port 8080 in security group?

痞子三分冷 提交于 2019-11-26 22:39:29
问题 I want to add port 8080 to EC2 security group to access tomcat. But whenever I select HTTP from drop down I get 80 port as default and also can't change it. So how can I add 8080 so that I can access Tomcat publicly? 回答1: You have to choose "Custom TCP rule" in the dropdown. Then you will be able to change the port to 8080. 回答2: You have to able the port in two different sections: (1) Windows firewall, as it was explained before. (2) Directly in Amazon Web Service console, exactly in security