Debugging the ipv6 thing more
This commit is contained in:
		
							parent
							
								
									eee9ca8adb
								
							
						
					
					
						commit
						80878905b3
					
				
					 2 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -28,10 +28,10 @@ in {
 | 
			
		|||
      address = cfg.ipAddresses;
 | 
			
		||||
      routes = [
 | 
			
		||||
        {routeConfig.Gateway = "fe80::1";}
 | 
			
		||||
        {routeConfig = {Destination = "172.31.1.1";};}
 | 
			
		||||
        {routeConfig = {Destination = "62.171.160.1";};}
 | 
			
		||||
        {
 | 
			
		||||
          routeConfig = {
 | 
			
		||||
            Gateway = "172.31.1.1";
 | 
			
		||||
            Gateway = "62.171.160.1";
 | 
			
		||||
            GatewayOnLink = true;
 | 
			
		||||
          };
 | 
			
		||||
        }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -111,6 +111,7 @@
 | 
			
		|||
    enable = true;
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  systemd.services.systemd-networkd.serviceConfig.Environment = "SYSTEMD_LOG_LEVEL=debug";
 | 
			
		||||
  # Enable networking
 | 
			
		||||
  networking.networkmanager.enable = true;
 | 
			
		||||
  networking.nat.enable = true;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue