Still trying to get it to work. Here’s an update of whats happened so far:
I figured out the droboapps problem. i have Internet -> ATT 2wire gateway -> netgear router -> devices as my configuration. The problem was that the drobo doesnt make a regular HTTP web request (or something) and it never manages to reach past the router.
The fix for this is to place the ATT modem into “modem only mode” or “through mode”. This essentially disables all networking and routing functionality of it, and uses your own router as the main routing device. This was a complicated process, and it changes every couple months, so i’m not going to get into it here. Basically, search for “through mode” or “att disable routing 2wire” and you’ll have to translate the old settings into the new att dashboard settings to figure it out. A lot of it was trial and error, during which I had no internet access apart from tethering to my cell.
For the openVPN part: i’m not quite there yet. here’s what i’ve found out:
- install Dropbear through droboapps. ssh into the box using something like Putty on windows. IP = drobo ip. Username = root, password = root.
- type ‘passwd’ and change the root password. for the love of god, change it.
- get the openvpn tgz file and place it in //droboapps. reboot the drobo or, as root via ssh, type /usr/bin/droboapps.sh install. This will install the app and you can see it as a folder instead of a tgz in your droboapps folder.
ignore the stuff about “needing zlib, openssl, tun/tap driver” and all that. those are instructions for compiling source, not for using precompiled binaries.
This is basically as far as i’ve gotten. You will need to download the openVPN zip file from Private internet access. then you take the .ovpn scripts that you are interested in (for me its usually US East, US California, or CA Toronto. CA Toronto has port forwarding enabled, the others are just local/fast).
you will also take the crl.pem file and the ca.crt file. all of these (.pem, .ovpn, .crt) go into your DroboApps/openvpn/etc/[put them here].
Then this is where I get stuck. you can go to Droboapps/openvpn and type ./service.sh start in order to start the openvpn service.
Now here is why i’m confused: I cant figure out how to make it start automatically. i cant even manually start openvpn with the right credentials to make it connect. i keep getting errors regarding it not being able to open the cert or the pem file. so im not sure what im doing right/wrong at this point.
PIA doesnt have command line instructions for using it, though thats my next stop: their chat room. I’m pretty sure ive got openVPN where it needs to be though.