Just checking to see if anyone has done this before I invest into building a VPN server.
I have a Synology NAS running SABnzbd. I am looking to setup the NAS to route all traffic through a VPN service such as: https://www.privateinternetaccess.com/
The issue with this is I will be unable to remotely manage the server according to their support.
Do you think it would be possible for me to setup my own VPN server on my local network that I can connect to, which would then allow me to manage the server "locally" even when it is still connected to the www.privateinternetaccess.com VPN service?
Sounds like it will work in theory, however I just wanted to see if someone has done this before.
Remote management with VPN possible?
-
- Newbie
- Posts: 9
- Joined: September 24th, 2013, 7:41 pm
Re: Remote management with VPN possible?
Did you get anywhere on this issue?
Re: Remote management with VPN possible?
hmm.. haven't thought of this before. It's actually a very good idea though I haven't tried. . But if it works, then tell us okay? Good luck..
aussie
aussie
Re: Remote management with VPN possible?
This is a nice idea. You may also try https://www.ivacy.com. I use it, they support routers and they are offering Free VPN for a whole year as a limited time offer.
-
- Newbie
- Posts: 10
- Joined: November 22nd, 2015, 6:21 pm
Re: Remote management with VPN possible?
I ended up running a RaspPi that forwards the ports of all my apps to the media server running them. That way the media server can run a VPN and external traffic can get to it via the RaspPi. All it took was one configuration file to do the routing. I believe I found the instructions in a Reddit thread if you want to try it.
Re: Remote management with VPN possible?
You can also setup HTPC Manager on a different pc or VM.
https://github.com/styxit/HTPC-Manager
https://github.com/styxit/HTPC-Manager
-
- Newbie
- Posts: 4
- Joined: August 28th, 2014, 1:41 pm
Re: Remote management with VPN possible?
jskinner123 wrote:Just checking to see if anyone has done this before I invest into building a VPN server.
I have a Synology NAS running SABnzbd. I am looking to setup the NAS to route all traffic through a VPN service such as: https://www.privateinternetaccess.com/
The issue with this is I will be unable to remotely manage the server according to their support.
Do you think it would be possible for me to setup my own VPN server on my local network that I can connect to, which would then allow me to manage the server "locally" even when it is still connected to the http://www.privateinternetaccess.com VPN service?
Sounds like it will work in theory, however I just wanted to see if someone has done this before.
You can use 3rd-party VPNs with port forwarding features. I know TorGuard offers this. It does limit your security somewhat since I think they have to assign you a dedicated IP (which won't be shared/scrambled among many users).
It's possible to assign your VPN to a specific interface in linux. I'm not sure how to do this in Windows or on a Synology. Then you can ssh into a secondary computer or router and manage your NAS directly on the local network.
Re: Remote management with VPN possible?
Obviously, it's possible.