Remove unused large port hole in firewall
This commit is contained in:
		
							parent
							
								
									868f825e26
								
							
						
					
					
						commit
						e3e6e7662d
					
				| @ -21,10 +21,6 @@ | |||||||
|     firewall = { |     firewall = { | ||||||
|       enable = true; |       enable = true; | ||||||
|       allowedTCPPorts = [ 22 ]; |       allowedTCPPorts = [ 22 ]; | ||||||
| 
 |  | ||||||
|       # FIXME: For slurmd as it requests the compute nodes to connect to us |  | ||||||
|       #allowedTCPPortRanges = [ { from=1024; to=65535; } ]; |  | ||||||
| 
 |  | ||||||
|       extraCommands = '' |       extraCommands = '' | ||||||
|         # Prevent ssfhead from contacting our slurmd daemon |         # Prevent ssfhead from contacting our slurmd daemon | ||||||
|         iptables -A nixos-fw -p tcp -s ssfhead --dport 6817:6819 -j nixos-fw-log-refuse |         iptables -A nixos-fw -p tcp -s ssfhead --dport 6817:6819 -j nixos-fw-log-refuse | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user