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:
parent
61db3bc33f
commit
95da394e01
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue