yevaud/pennykettle: Further IPv6 fixes
This commit is contained in:
parent
a7052e1b8f
commit
f590432b7d
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@
|
|||
networking.nat.internalInterfaces = [ "ve-pennykettle1" ];
|
||||
networking.nat.externalInterface = "ens3";
|
||||
networking.nat.forwardPorts = [
|
||||
{
|
||||
sourcePort = 51821;
|
||||
destination = "10.231.136.2:51821";
|
||||
proto = "udp";
|
||||
}
|
||||
{
|
||||
sourcePort = 51821;
|
||||
destination = "[fc00::2]:51821";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue