Remove Jool port forwarding for now, to diagnose nat64 issue
This commit is contained in:
parent
aa9481ba73
commit
ed237f2458
1 changed files with 0 additions and 36 deletions
|
@ -5,42 +5,6 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
nat64.default = {
|
nat64.default = {
|
||||||
global.pool6 = "64:ff9b::/96"; # Default value made explicit for clarity
|
global.pool6 = "64:ff9b::/96"; # Default value made explicit for clarity
|
||||||
|
|
||||||
# Port forwarding
|
|
||||||
bib = [
|
|
||||||
{
|
|
||||||
# ExoPlaSim WireGuard
|
|
||||||
"protocol" = "UDP";
|
|
||||||
"ipv4 address" = "192.168.1.2#51821";
|
|
||||||
"ipv6 address" = "fd08:d473:bcca:1:210:3292:4922:b9aa#51821";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
|
|
||||||
pool4 = [
|
|
||||||
# Ports for static BIB entries
|
|
||||||
{
|
|
||||||
protocol = "UDP";
|
|
||||||
prefix = "192.168.1.2/32";
|
|
||||||
"port range" = "51821";
|
|
||||||
}
|
|
||||||
|
|
||||||
# Port ranges for dynamic translation
|
|
||||||
{
|
|
||||||
protocol = "TCP";
|
|
||||||
prefix = "192.168.1.2/32";
|
|
||||||
"port range" = "30001-50000";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
protocol = "UDP";
|
|
||||||
prefix = "192.168.1.2/32";
|
|
||||||
"port range" = "30001-50000";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
protocol = "ICMP";
|
|
||||||
prefix = "192.168.1.2/32";
|
|
||||||
"port range" = "30001-50000";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue