Move exoplasim to DMZ

This commit is contained in:
Vili Sinervä 2025-01-08 18:47:49 +02:00
parent a50efa9949
commit 211ee78692
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -11,11 +11,18 @@
# ExoPlaSim WireGuard # ExoPlaSim WireGuard
"protocol" = "UDP"; "protocol" = "UDP";
"ipv4 address" = "192.168.1.1#51821"; "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 = [ pool4 = [
# Ports for static BIB entries
{
protocol = "UDP";
prefix = "192.168.1.1/32";
"port range" = "51821";
}
# Port ranges for dynamic translation # Port ranges for dynamic translation
{ {
protocol = "TCP"; protocol = "TCP";
@ -32,13 +39,6 @@
prefix = "192.168.1.1/32"; prefix = "192.168.1.1/32";
"port range" = "30001-50000"; "port range" = "30001-50000";
} }
# Ports for static BIB entries
{
protocol = "UDP";
prefix = "192.168.1.1/32";
"port range" = "51821";
}
]; ];
}; };
}; };