Everything posted by cbf305
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Hi just got around to trying vifm....life got in the way. It's yelling about a missing library, libgtk-x11-2.0.so.0. Can this be added as well? Thanks!
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Thank you!
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Would you be able to add vifm? Thanks!
-
Dynamix WireGuard VPN
Yes. With Autostart toggled off, the autostart file in: /boot/config/wireguard/ is empty. When I toggle on Autostart in the web UI, that same file now contains: wg0 In the file I also see that there is a trailing space and no CR. I'm not sure if that is how it's supposed to be, but wanted to note it. If I reboot with Autostart toggled on the tunnel does not activate until I go to the web UI and manually toggle Inactive to on. When I manually brought up the tunnel with wg-quick and refreshed the web UI, the tunnel then displayed Active with the toggle on.
-
Dynamix WireGuard VPN
Here are the results: root@unRAID:~# wg-quick up wg0 [#] ip link add wg0 type wireguard [#] wg setconf wg0 /dev/fd/63 [#] ip -4 address add 10.100.100.1 dev wg0 [#] ip link set mtu 1420 up dev wg0 [#] ip -4 route add 10.100.100.7/32 dev wg0 [#] ip -4 route add 10.100.100.6/32 dev wg0 [#] ip -4 route add 10.100.100.5/32 dev wg0 [#] ip -4 route add 10.100.100.4/32 dev wg0 [#] ip -4 route add 10.100.100.3/32 dev wg0 [#] ip -4 route add 10.100.100.2/32 dev wg0 [#] ip -4 route add 10.37.2.0/24 dev wg0 [#] ip -4 route add 10.37.150.0/24 dev wg0 [#] logger -t wireguard 'Tunnel WireGuard-wg0 started' [#] iptables -t nat -A POSTROUTING -s 10.100.100.0/24 -o br0 -j MASQUERADE Thanks for the tip about the download button. On my screen those two buttons are just off the bottom edge of the pop-up window, but I can see all the clients so I never had the need to scroll down 😛 FWIW, the wg0 appears to operate normally when it's up. My laptop and phone can get in and get to my stuff whenever I am out of the house.
-
Dynamix WireGuard VPN
Just built an unRAID server. It's been running fine for about a month. I have a tunnel setup and 5 clients/peers. Wireguard works great...until I reboot the server. It was autostarting just fine, but even with the autostart ticked to on, the tunnel no longer starts. I was on 6.8.2 when I noticed it not auto starting. I downgraded back to 6.8.1 and the issue still persists. I've toggled autostart and I can see that the autostart file in the config folder on the flash drive gets updated with wg0 and all the correct config files are there, but it just will not autostart anymore. I even created a second tunnel just to test with and it autostarts just fine. Do I just need to blow away wg0 and recreate it or is there something else I can try? Also I see an import tunnel button, but how do I export one? Do I just grab the wg0.conf file off the flash drive? Thanks!