hainich/nat: add docker and container IPs

for some reason, masquerading by interface does not work atm, should fix
itself with a host reboot though.
keep-around/95da394e016383ba8d791d839049c60e328418b4
hexchen 2021-01-15 23:40:48 +00:00
parent 61db3bc33f
commit 95da394e01
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@
hacc.nftables.nat.enable = true;
networking.nat.internalInterfaces = ["ve-+"];
networking.nat.internalIPs = [ "192.168.100.0/24" "172.17.0.0/16" ];
networking.nat.externalInterface = "enp6s0";