mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-10-31 01:17:20 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			375 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			375 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| [Match]
 | |
| # Dock MACAddress here?
 | |
| MACAddress=ff:ff:ff:ff:ff:ff
 | |
| 
 | |
| # Redunant for reading in the main file, but reminder never hurts?
 | |
| #[Link]
 | |
| #ActivationPolicy=always-up
 | |
| 
 | |
| [Network]
 | |
| LLMNR=true
 | |
| MulticastDNS=true
 | |
| # /24, /16, /8 are the the class C, B, A networks
 | |
| Address=192.168.0.2/24
 | |
| Gateway=192.168.0.1
 | |
| IPv6PrivacyExtensions=true
 | |
| IPv6LinkLocalAddressGenerationMode=stable-privacy
 |