Replies: 7 comments 8 replies
-
|
Did you test this? I didn't have the time yet, but I would expect, your LBB gets a new IP when this VPN is activated. And this IP probably will be accessible from your LAN at home but not from outside.
If this is right, sitting in your hotel room, you wouldn't have access to your LBB until it disconnects the VPN after the backup has finished. If the backup takes a long time, you couldn't stop it, excepted you disconnect power. Not a good option.
|
Beta Was this translation helpful? Give feedback.
-
|
Unfortunately my router does not support wireguard yet, so I couldn't test it. But I could connect my lbb by openVPN to my local network. To access the webUI, I had to connect my client via openVPN as well. |
Beta Was this translation helpful? Give feedback.
-
|
Could you provide a file as it is exported from your fritz.box? Please don't forget to remove keys and your address... ;-) |
Beta Was this translation helpful? Give feedback.
-
|
I just uploaded a VPN-enabled version. You'll find the configuration in Settings and I hope, it's intuitive. I couldn't test it, because I couldn't setup a server as I desired. Please tell me about your experience! |
Beta Was this translation helpful? Give feedback.
-
|
Maybe it's just the check-process. Could you connect wireguard and send
me the output of
sudo systemctl status ***@***.***
|
Beta Was this translation helpful? Give feedback.
-
|
I fixed some bugs and changed VPN-detection. Would you please test again... ? |
Beta Was this translation helpful? Give feedback.
-
|
Very well! You wished to have an option to use samba via VPN and other cloud services eventually without?
The samba idea I don't understand. Then you would push all the traffic from LBB to your router and back to your laptop via VPN. I'm not sure if there would be a relevant benefit in security. Could you please explain?
I can implement an option to select for witch services (rsync and/or cloud services) the VPN should be active.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Since now I configured a wireguard connection and start it via ssh before backup to a local rsync server through my local network with the lbb web interface. Works great and is really fast.
Background: I have several services running in my local network and I don't want to make them all available to the internet. So wireguard is an easy way to connect to my local network and use them in general.
Don't know if it just me, but I think that would be a good option for the rsync backup. Or even for connections to a samba/ftp file server or similary for future options.
FRITZ!Box (Fritzbox) also started to make wireguard available. So there is no extra server needed anymore. I think it is easier to configure than ever.
How to implement it:
Install wireguard on lbb:
apt-get install wireguard
Create the folder and set permissions:
mkdir -p /etc/wireguard
chown root:root /etc/wireguard
chmod 700 /etc/wireguard
Make an option to Upload a wireguard configuration file created by your wireguard server or FRITZ!Box
Save the Uploaded file as /etc/wireguard/wg0.conf
Make an option to activate the wireguard connection by execute the following command:
wg-quick up wg0
Or make an option to use the wireguard connection automatically using rsync backup. Should be an option since maybe people will also like to use rsync backup with a server available from the internet.
Would like to know what you think about it.
[EDIT:] corrected the command to activate the wireguard connection
Beta Was this translation helpful? Give feedback.
All reactions