Let's try this ipv6 again
This commit is contained in:
		
							parent
							
								
									e70a27ec79
								
							
						
					
					
						commit
						1199eeb960
					
				
					 1 changed files with 8 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -100,7 +100,14 @@
 | 
			
		|||
  networking.nat.internalInterfaces = ["ve-+"];
 | 
			
		||||
  networking.nat.externalInterface = "ens18";
 | 
			
		||||
  networking.enableIPv6 = lib.mkForce true;
 | 
			
		||||
  networking.nameservers = ["1.1.1.1"];
 | 
			
		||||
  networking.nameservers = ["79.143.183.251" "79.143.183.252" "2a02:c207::1:53" "2a02:c207::2:53"];
 | 
			
		||||
 | 
			
		||||
  networking.interfaces.ens18.ipv6 = [
 | 
			
		||||
    {
 | 
			
		||||
      address = "2a02:c207:2063:2448::1";
 | 
			
		||||
      prefixLength = 64;
 | 
			
		||||
    }
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  # Contabo ipv6 nameservers: "2a02:c207::1:53" "2a02:c207::2:53"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue