| 
															
																@@ -190,18 +190,17 @@ Gateway=$netGateway 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 Broadcast=$netBroadcast 
															 | 
															
															 | 
															
																 Broadcast=$netBroadcast 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 DNS=$netDNS1 
															 | 
															
															 | 
															
																 DNS=$netDNS1 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 DNS=$netDNS2 
															 | 
															
															 | 
															
																 DNS=$netDNS2 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-LLMNR=no 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-MulticastDNS=no 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 NTP=$netNTP 
															 | 
															
															 | 
															
																 NTP=$netNTP 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 EOL 
															 | 
															
															 | 
															
																 EOL 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 fi 
															 | 
															
															 | 
															
																 fi 
															 | 
														
													
												
													
														
															| 
															 | 
															
																  
															 | 
															
															 | 
															
																  
															 | 
														
													
												
													
														
															| 
															 | 
															
																 ## Setup systemd resolver 
															 | 
															
															 | 
															
																 ## Setup systemd resolver 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-#apt-get install --yes systemd-resolved 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-#rm /etc/resolv.conf 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-#ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-#systemctl enable systemd-networkd 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-#systemctl enable systemd-resolved 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+apt-get install --yes systemd-resolved 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+echo -e "\n# Disable local name resolution" 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+echo "LLMNR=no" >> /etc/systemd/resolved.conf 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+echo "MulticastDNS=no" >> /etc/systemd/resolved.conf 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+systemctl enable systemd-networkd 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+systemctl enable systemd-resolved 
															 | 
														
													
												
													
														
															| 
															 | 
															
																  
															 | 
															
															 | 
															
																  
															 | 
														
													
												
													
														
															| 
															 | 
															
																 # Limit journald logging to 1 month, 1 GB in total and split files per week 
															 | 
															
															 | 
															
																 # Limit journald logging to 1 month, 1 GB in total and split files per week 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 mkdir -p /etc/systemd/journald.conf.d/ 
															 | 
															
															 | 
															
																 mkdir -p /etc/systemd/journald.conf.d/ 
															 |