|  | @@ -1175,6 +1175,7 @@ iptables -A INPUT -p tcp --destination-port 119 -j DROP
 | 
	
		
			
			| 1175 | 1175 |  iptables -A INPUT -p tcp --destination-port 137 -j DROP
 | 
	
		
			
			| 1176 | 1176 |  iptables -A INPUT -p tcp --destination-port 3306 -j DROP
 | 
	
		
			
			| 1177 | 1177 |  iptables -A INPUT -p tcp --destination-port 4242 -j DROP
 | 
	
		
			
			|  | 1178 | +iptables -A INPUT -p tcp --destination-port 9050 -j DROP
 | 
	
		
			
			| 1178 | 1179 |  iptables -A INPUT -p udp --destination-port 1 -j DROP
 | 
	
		
			
			| 1179 | 1180 |  iptables -A INPUT -p udp --destination-port 7 -j DROP
 | 
	
		
			
			| 1180 | 1181 |  iptables -A INPUT -p udp --destination-port 109:111 -j DROP
 | 
	
	
		
			
			|  | @@ -1199,6 +1200,7 @@ iptables -A INPUT -p udp --destination-port 8432 -j DROP
 | 
	
		
			
			| 1199 | 1200 |  iptables -A INPUT -p udp --destination-port 8433 -j DROP
 | 
	
		
			
			| 1200 | 1201 |  iptables -A INPUT -p udp --destination-port 3306 -j DROP
 | 
	
		
			
			| 1201 | 1202 |  iptables -A INPUT -p udp --destination-port 4242 -j DROP
 | 
	
		
			
			|  | 1203 | +iptables -A INPUT -p udp --destination-port 9050 -j DROP
 | 
	
		
			
			| 1202 | 1204 |  
 | 
	
		
			
			| 1203 | 1205 |  # Make sure NEW incoming tcp connections are SYN packets
 | 
	
		
			
			| 1204 | 1206 |  iptables -A INPUT -p tcp ! --syn -m state --state NEW -j DROP
 |