| 
				
			 | 
			
			
				@@ -1205,6 +1205,7 @@ iptables -A INPUT -p tcp --destination-port 3306 -j DROP 
			 | 
		
	
		
			
			| 
				1205
			 | 
			
				1205
			 | 
			
			
				 iptables -A INPUT -p tcp --destination-port 4242 -j DROP 
			 | 
		
	
		
			
			| 
				1206
			 | 
			
				1206
			 | 
			
			
				 iptables -A INPUT -p tcp --destination-port 9050 -j DROP 
			 | 
		
	
		
			
			| 
				1207
			 | 
			
				1207
			 | 
			
			
				 iptables -A INPUT -p tcp --destination-port 3000 -j DROP 
			 | 
		
	
		
			
			| 
				
			 | 
			
				1208
			 | 
			
			
				+iptables -A INPUT -p tcp --destination-port 8442 -j DROP 
			 | 
		
	
		
			
			| 
				1208
			 | 
			
				1209
			 | 
			
			
				 iptables -A INPUT -p udp --destination-port 1 -j DROP 
			 | 
		
	
		
			
			| 
				1209
			 | 
			
				1210
			 | 
			
			
				 iptables -A INPUT -p udp --destination-port 7 -j DROP 
			 | 
		
	
		
			
			| 
				1210
			 | 
			
				1211
			 | 
			
			
				 iptables -A INPUT -p udp --destination-port 109:111 -j DROP 
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -1232,6 +1233,7 @@ iptables -A INPUT -p udp --destination-port 3306 -j DROP 
			 | 
		
	
		
			
			| 
				1232
			 | 
			
				1233
			 | 
			
			
				 iptables -A INPUT -p udp --destination-port 4242 -j DROP 
			 | 
		
	
		
			
			| 
				1233
			 | 
			
				1234
			 | 
			
			
				 iptables -A INPUT -p udp --destination-port 9050 -j DROP 
			 | 
		
	
		
			
			| 
				1234
			 | 
			
				1235
			 | 
			
			
				 iptables -A INPUT -p udp --destination-port 3000 -j DROP 
			 | 
		
	
		
			
			| 
				
			 | 
			
				1236
			 | 
			
			
				+iptables -A INPUT -p udp --destination-port 8442 -j DROP 
			 | 
		
	
		
			
			| 
				1235
			 | 
			
				1237
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				1236
			 | 
			
				1238
			 | 
			
			
				 # Make sure NEW incoming tcp connections are SYN packets 
			 | 
		
	
		
			
			| 
				1237
			 | 
			
				1239
			 | 
			
			
				 iptables -A INPUT -p tcp ! --syn -m state --state NEW -j DROP 
			 |