| 
				
			 | 
			
			
				@@ -1304,7 +1304,7 @@ function set_static_IP { 
			 | 
		
	
		
			
			| 
				1304
			 | 
			
				1304
			 | 
			
			
				     dialog --title $"Set a static local IP address" \ 
			 | 
		
	
		
			
			| 
				1305
			 | 
			
				1305
			 | 
			
			
				            --backtitle $"Freedombone Control Panel" \ 
			 | 
		
	
		
			
			| 
				1306
			 | 
			
				1306
			 | 
			
			
				            --inputbox $"In order to forward incoming internet traffic to this system most internet routers need to know a static local IP address to send the data to.\n\n 
			 | 
		
	
		
			
			| 
				1307
			 | 
			
				
			 | 
			
			
				-Enter a static local IP address for this system.\n\nIt will typically be ${IPv4_address_base}.x" 15 60 "$STATIC_IP" 2>$data 
			 | 
		
	
		
			
			| 
				
			 | 
			
				1307
			 | 
			
			
				+Enter a static local IP address for this system.\n\nIt will typically be ${IPv4_address_base}.x\n\nIf you leave this field blank then the system will revert to using a dynamic IP address." 18 60 "$STATIC_IP" 2>$data 
			 | 
		
	
		
			
			| 
				1308
			 | 
			
				1308
			 | 
			
			
				     sel=$? 
			 | 
		
	
		
			
			| 
				1309
			 | 
			
				1309
			 | 
			
			
				     case $sel in 
			 | 
		
	
		
			
			| 
				1310
			 | 
			
				1310
			 | 
			
			
				         0) NEW_STATIC_IP=$(<$data) 
			 |