Let's try minor tweaks to the interface and see if it craps out
This commit is contained in:
		
							parent
							
								
									2ce48ca0b6
								
							
						
					
					
						commit
						6d71d80510
					
				
					 1 changed files with 16 additions and 16 deletions
				
			
		| 
						 | 
				
			
			@ -105,23 +105,23 @@
 | 
			
		|||
  # networking.enableIPv6 = lib.mkForce true;
 | 
			
		||||
  # networking.nameservers = ["79.143.183.251" "79.143.183.252" "2a02:c207::1:53" "2a02:c207::2:53"];
 | 
			
		||||
 | 
			
		||||
  # networking.interfaces.ens18.ipv4.addresses = [
 | 
			
		||||
  #   {
 | 
			
		||||
  #     address = "62.171.160.195";
 | 
			
		||||
  #     prefixLength = 32;
 | 
			
		||||
  #   }
 | 
			
		||||
  # ];
 | 
			
		||||
  networking.interfaces.ens18.ipv4.addresses = [
 | 
			
		||||
    {
 | 
			
		||||
      address = "62.171.160.195";
 | 
			
		||||
      prefixLength = 32;
 | 
			
		||||
    }
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  # networking.interfaces.ens18.ipv6.addresses = [
 | 
			
		||||
  #   {
 | 
			
		||||
  #     address = "2a02:c207:2063:2448::1";
 | 
			
		||||
  #     prefixLength = 64;
 | 
			
		||||
  #   }
 | 
			
		||||
  # ];
 | 
			
		||||
  # networking.defaultGateway6 = {
 | 
			
		||||
  #   address = "fe80::1";
 | 
			
		||||
  #   interface = "ens18";
 | 
			
		||||
  # };
 | 
			
		||||
  networking.interfaces.ens18.ipv6.addresses = [
 | 
			
		||||
    {
 | 
			
		||||
      address = "2a02:c207:2063:2448::1";
 | 
			
		||||
      prefixLength = 64;
 | 
			
		||||
    }
 | 
			
		||||
  ];
 | 
			
		||||
  networking.defaultGateway6 = {
 | 
			
		||||
    address = "fe80::1";
 | 
			
		||||
    interface = "ens18";
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  # Open ports in the firewall.
 | 
			
		||||
  networking.firewall = {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue