nixos/britway: Use AS211024 source address for SNAT
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				CI / Check, build and cache Nix flake (push) Successful in 19m26s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	CI / Check, build and cache Nix flake (push) Successful in 19m26s
				
			This commit is contained in:
		@@ -155,7 +155,7 @@ in
 | 
				
			|||||||
                  table inet nat {
 | 
					                  table inet nat {
 | 
				
			||||||
                    chain postrouting {
 | 
					                    chain postrouting {
 | 
				
			||||||
                      iifname tailscale0 oifname veth0 snat ip to ${assignments.vultr.ipv4.address}
 | 
					                      iifname tailscale0 oifname veth0 snat ip to ${assignments.vultr.ipv4.address}
 | 
				
			||||||
                      iifname tailscale0 oifname veth0 snat ip6 to ${assignments.vultr.ipv6.address}
 | 
					                      iifname tailscale0 oifname veth0 snat ip6 to ${assignments.as211024.ipv6.address}
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                  }
 | 
					                  }
 | 
				
			||||||
                '';
 | 
					                '';
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user