Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Wireguard Plugin - Unraid as Site client

Featured Replies

Hi Community,

 

currently I have a AWS Wireguard server which connects Household A and Household B (both Raspi-Clients). 

Now I want to replace the Pi Household B with my Unraid server.

 

The current Raspi is set up to allow ip4 and ip6 forwarding.

The config file which is working well on the Pi is:

[Interface]
PrivateKey = <PRIVATEKEY>
Address = 10.6.0.7/24
DNS = 10.6.0.1

PostUp = iptables -A FORWARD -i %i -j ACCEPT; iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
PostDown = iptables -D FORWARD -i %i -j ACCEPT; iptables -t nat -D POSTROUTING -o eth0 -j MASQUERADE

[Peer]
PublicKey = <PUBLICKEY>
PresharedKey = <PRESHAREDKEY>
Endpoint = myAWSserver.net:50000
AllowedIPs = 10.6.0.0/24, 192.168.188.0/24
PersistentKeepalive = 25

 

 

I tried to import it into Unraid. I am able to connect to Household A and access its LAN.

However, from Household A I am not able to access the LAN behind my Unraid in Household B. 

 

I tried setting Unraid Wireguard plugin to LAN-LAN mode without success. 

Not sure but maybe its because of PostUp/PostDown arguments not working or because ip forwarding on Unraid is not active?

Maybe someone has an idea what to try?

Edited by dweb

  • Community Expert

Best bet is to ask in the existing plugin support thread.

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.