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.
This commit is contained in:
hexchen 2021-01-15 23:40:48 +00:00
parent 61db3bc33f
commit 95da394e01

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";