Use another subnet for WireGuard tunnel as is conflicts with the openstack internal subnet
This commit is contained in:
		
					parent
					
						
							
								f9971c842e
							
						
					
				
			
			
				commit
				
					
						cd938d5020
					
				
			
		
					 5 changed files with 16 additions and 19 deletions
				
			
		| 
						 | 
				
			
			@ -44,11 +44,11 @@
 | 
			
		|||
      "wg0" = {
 | 
			
		||||
        matchConfig.Name = "wg0";
 | 
			
		||||
        address = [
 | 
			
		||||
          "172.16.50.2/24"
 | 
			
		||||
          "172.18.50.2/24"
 | 
			
		||||
        ];
 | 
			
		||||
        DHCP = "no";
 | 
			
		||||
        gateway = [
 | 
			
		||||
          "172.16.50.1"
 | 
			
		||||
          "172.18.50.1"
 | 
			
		||||
        ];
 | 
			
		||||
      };
 | 
			
		||||
    };
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -59,11 +59,8 @@
 | 
			
		|||
 | 
			
		||||
  services.postfix = {
 | 
			
		||||
    transport = "relay:[mail-2.grzb.de]";
 | 
			
		||||
<<<<<<< HEAD
 | 
			
		||||
    extraConfig = ''
 | 
			
		||||
      proxy_interfaces = 212.53.203.19
 | 
			
		||||
    '';
 | 
			
		||||
=======
 | 
			
		||||
>>>>>>> 0e55e66 (Use systemd-networkd on mail servers)
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue