mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	Bug 14379 - port 8096 should be closed and disabled by default on CS
status 14739: resolved fixed
This commit is contained in:
		
							parent
							
								
									a4c332766d
								
							
						
					
					
						commit
						5dc82ecb7f
					
				| @ -685,9 +685,9 @@ class firewallConfigServer(firewallConfigBase): | |||||||
|         super(firewallConfigServer, self).__init__(syscfg) |         super(firewallConfigServer, self).__init__(syscfg) | ||||||
|         #9090 is used for cluster management server |         #9090 is used for cluster management server | ||||||
|         if self.syscfg.env.svrMode == "myCloud": |         if self.syscfg.env.svrMode == "myCloud": | ||||||
|             self.ports = "443 8080 8096 8250 8443 9090".split() |             self.ports = "443 8080 8250 8443 9090".split() | ||||||
|         else: |         else: | ||||||
|             self.ports = "8080 8096 8250 9090".split() |             self.ports = "8080 8250 9090".split() | ||||||
| 
 | 
 | ||||||
| class ubuntuFirewallConfigServer(firewallConfigServer): | class ubuntuFirewallConfigServer(firewallConfigServer): | ||||||
|     def allowPort(self, port): |     def allowPort(self, port): | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user