big-wolf-4507
09/26/2022, 6:57 PMbored-island-21407
09/26/2022, 7:03 PMbig-wolf-4507
09/26/2022, 7:17 PMtable ip nat {
...
chain postrouting {
oifname "<nm-interface-name>" counter packets 0 bytes 0 masquerade
}
...
}
big-wolf-4507
09/26/2022, 7:30 PM[Interface]
PrivateKey = <private-key>
ListenPort = 50821
Address = 10.28.0.4
PostUp = nft add table ip filter
PostUp = nft add chain ip filter FORWARD
PostUp = nft add rule ip filter FORWARD iifname <nm-interface-name> counter accept
PostUp = nft add rule ip filter FORWARD oifname <nm-interface-name> counter accept
PostUp = nft add table nat
PostUp = nft add chain nat postrouting
PostUp = nft add rule ip nat postrouting oifname <nm-interface-name> counter masquerade
PostUp = nft add chain ip filter forward
PostUp = nft add rule filter forward ct state related,established accept
PostUp = nft add rule ip filter forward iifname <nm-interface-name> accept
PostUp = nft add rule ip filter forward oifname <nm-interface-name> accept
PostUp = `nft 'add chain ip nat prerouting { type nat hook prerouting priority 0 ;}'`
PostUp = `nft 'add chain ip nat postrouting { type nat hook postrouting priority 0 ;}'`
PostUp = nft add rule ip nat postrouting oifname enp3s0 counter masquerade
PostDown = nft flush table filter
PostDown = nft flush table nat
netclient pull
on the node it comes back just fine (though the PostUp lines are all joined into one long string instead of split up like they are above, but other nodes still don't have allow-ips set to include 10.25.0.0/16 for the egress node.bored-island-21407
09/26/2022, 9:29 PMbig-wolf-4507
09/26/2022, 9:29 PMbored-island-21407
09/26/2022, 9:29 PMbig-wolf-4507
09/26/2022, 9:29 PMbored-island-21407
09/26/2022, 9:30 PMbig-wolf-4507
09/26/2022, 9:36 PMnetclient pull
to reconnect to the mesh).big-wolf-4507
09/26/2022, 9:52 PMwg-quick up
fails with the same message that's in the logs:
Error: Could not process rule: File exists
add chain ip nat postrouting { type nat hook postrouting priority 0 ;}
^^^^^^^^^^^
netclient pull
.bored-island-21407
09/26/2022, 9:53 PMbig-wolf-4507
09/26/2022, 9:54 PMbored-island-21407
09/26/2022, 9:55 PMbig-wolf-4507
09/26/2022, 9:56 PMbored-island-21407
09/26/2022, 9:57 PMbig-wolf-4507
09/26/2022, 9:58 PMbored-island-21407
09/26/2022, 9:58 PMbig-wolf-4507
09/26/2022, 9:59 PMbored-island-21407
09/26/2022, 9:59 PMbig-wolf-4507
09/26/2022, 10:04 PMbored-island-21407
09/26/2022, 10:04 PMbig-wolf-4507
09/26/2022, 10:04 PMbored-island-21407
09/26/2022, 10:06 PMbig-wolf-4507
09/26/2022, 10:07 PMbored-island-21407
09/26/2022, 10:07 PMbig-wolf-4507
09/26/2022, 10:16 PMbored-island-21407
09/26/2022, 11:28 PMbig-wolf-4507
09/27/2022, 2:42 AMbored-island-21407
09/27/2022, 2:44 AM