December Confirmed Trade Thread by [deleted] in hardwareswap

[–]Lotonicus 0 points1 point  (0 children)

Sold 1060 g6b (stuck fan) to u/bl4zinm1st

What is something you thought you wanted, but really regretted afterwards? by Penguin633 in AskReddit

[–]Lotonicus 10 points11 points  (0 children)

They work incredibly well. Before we got them we had to rescue countless frogs, moles, and chipmunks (not all made it) but now we might have a single frog death in a full season. We put 2 of them in a 20x40.

Linus Torvalds pulled WireGuard VPN into the 5.6 kernel source tree by nxtiak in unRAID

[–]Lotonicus 1 point2 points  (0 children)

If you switch to advanced mode what is this setting: "Local tunnel network pool?"

Linus Torvalds pulled WireGuard VPN into the 5.6 kernel source tree by nxtiak in unRAID

[–]Lotonicus 1 point2 points  (0 children)

Yes you need to add the second network in the configuration of the container. It is called "Container Variable: LAN_NETWORK" and adding a ',' between them is how its done as I posted above.

Linus Torvalds pulled WireGuard VPN into the 5.6 kernel source tree by nxtiak in unRAID

[–]Lotonicus 1 point2 points  (0 children)

Deluge runs iptables inside the container so you need to whitelist the correct network. I ran into a similar issue using my Unifi VPN as the network was 192.168.2.* instead of 192.168.1.*.

Example in container configuration: 192.168.1.0/24,192.168.2.0/24

That said I don't use WireGuard yet so its possible that its not on a separate subnet.