From 211ee7869291ca1d4f74142fa570de5f3939681d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Wed, 8 Jan 2025 18:47:49 +0200 Subject: [PATCH] Move exoplasim to DMZ --- services/nat64.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/services/nat64.nix b/services/nat64.nix index c720949..e772d63 100644 --- a/services/nat64.nix +++ b/services/nat64.nix @@ -11,11 +11,18 @@ # ExoPlaSim WireGuard "protocol" = "UDP"; "ipv4 address" = "192.168.1.1#51821"; - "ipv6 address" = "fd08:d473:bcca:0:699b:fcbf:f142:225c#51821"; + "ipv6 address" = "fd08:d473:bcca:1:210:3292:4922:b9aa#51821"; } ]; pool4 = [ + # Ports for static BIB entries + { + protocol = "UDP"; + prefix = "192.168.1.1/32"; + "port range" = "51821"; + } + # Port ranges for dynamic translation { protocol = "TCP"; @@ -32,13 +39,6 @@ prefix = "192.168.1.1/32"; "port range" = "30001-50000"; } - - # Ports for static BIB entries - { - protocol = "UDP"; - prefix = "192.168.1.1/32"; - "port range" = "51821"; - } ]; }; };