Accessing from Internet safely

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
t2tonesimone
Posts: 22
Joined: 31 Dec 2012 22:43

Accessing from Internet safely

Post by t2tonesimone »

Is there any chance someone in the know could write a simple guide to setting up RPii so that I can access the z-way UI over the internet. I want to be able to control my heating while I am away, but haven't worked out a simple way to do this yet with just the Pi powered on.

Many thanks
Simon
pofs
Posts: 688
Joined: 25 Mar 2011 19:03

Re: Accessing from Internet safely

Post by pofs »

You should first configure remote access at http://rpi:8084.
It will allow you to connect securely to your RPi with https://find.z-wave.me service.
cdogg76
Posts: 49
Joined: 28 Sep 2014 23:13

Re: Accessing from Internet safely

Post by cdogg76 »

Hello,

If you want to be extra safe, I'd recommend setting up a VPN to access your home, and allowing RPi access only through that.

It does take some work and technical know-how, however, and is not simple. The way I did it was by getting a router that supports DD-WRT with OpenVPN. DD-WRT is an open source firmware that has builds that work with many wifi routers. www.dd-wrt.com is the site and it has a compatibility chart (http://dd-wrt.com/wiki/index.php/Supported_Devices). Note that in order to have OpenVPN, you need a router that has 8MB of flash memory (this is where the firmware is stored). Routers that only have 4MB of flash memory can take dd-wrt firmware, but only builds that do not have OpenVPN.

Once you have this, you set up OpenVPN on the router, and then install the OpenVPN client on the computers or devices that you want to allow access. OpenVPN configuration is, unfortunately, fairly complicated.

IMO, if you have home security connected to your device, you should really use VPN and not allow the RPi direct access to the Internet. But you can gauge the risk for yourself. Chances are pretty low that someone who wants to break into your house will have the technical knowledge and/or desire to expend the effort to hack it.
Post Reply