October 17, 201114 yr Hello, during the week I live in a flat and on weekends I return to my house. In both locations I run an unRAID-Server. Sometimes it would be nice to check the other one when I am not physically there if parity is correct and so on. I also have 2 x Linksys routers running Tomato with VPN-support (I have no idea what daemons though, PPTP, OpenVPN??). Unfortunately I have no clue of VPN because I have never done it before. What is the best way to integrate a VERY simple VPN between those 2 networks without going through a hassle? Regards, p1lot
October 20, 201114 yr I also run a Tomato router. When I want to access my Unraid from the Internet, I SSH into the Router (you have to enable WAN side SSH access) and then SSH over to the Unraid box. If I want to browse to the Unraid web interface, I can use ssh -N -p 2222 [email protected] -L 8080/192.168.0.100/80 This basically connects to my router at my.router.net and forwards localhost:8080 to 192.168.0.100:80 (which is my Unraid box on the remote LAN). Then I just fire-up a Browser and got to http://localhost:8080/main.htm
Archived
This topic is now archived and is closed to further replies.