diff options
Diffstat (limited to 'roles/space_server')
-rw-r--r-- | roles/space_server/templates/nftables.conf.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/space_server/templates/nftables.conf.j2 b/roles/space_server/templates/nftables.conf.j2 index 412270c..b01ba96 100644 --- a/roles/space_server/templates/nftables.conf.j2 +++ b/roles/space_server/templates/nftables.conf.j2 @@ -269,8 +269,8 @@ table ip nat { chain postrouting { type nat hook postrouting priority -150; - oif $ext_if ip saddr $free_net4 snat $free_nat - oif $ext_if ip saddr $int_net4 snat $ext_ip4 + oif { $ext_if, $colo_if } ip saddr $free_net4 snat $free_nat + oif { $ext_if, $colo_if } ip saddr $int_net4 snat $ext_ip4 } } |