Now I'm getting somewhere, thanks! Syslog had some nasty looking stuff: ERROR: Linux route delete command failed: external program exited with error status: 2 Closing TUN/TAP interface /sbin/ip addr del dev tun0 local 10.8.0.1 peer 10.8.0.2 Linux ip addr del failed: external program exited with err...
Thanks again, Thijxx. The command works when the current working directory is /etc/openvpn: pi /etc/openvpn $ sudo openvpn --config /etc/openvpn/OpenVPN-HomePi.conf Wed Dec 23 09:40:48 2015 OpenVPN 2.3.4 arm-unknown-linux-gnueabihf [SSL (OpenSSL)] [LZO] [EPOLL] [PKCS11] [MH] [IPv6] built on Dec 5 2...
This has probably already been answered, but what is the benefit of this type of OpenVPN over the VPN that I already have? Which is Hola by the way. OpenVPN is a software program. Hola is a network of clients sharing connections. Apples and pears really. Few pointers: Hola is not private, not open ...
I've gotten openvpn set up so that it works if I run it from the command line, e.g. # openvpn server.conf But running it as a service fails, although it reports no errors. The /etc/init.d/openvpn script seems to die silently at the first line, ". /lib/lsb/init-functions". Any thoughts as to why thi...
Maybe it helps if you draw out a map of your network, I often use the free app Fing to get a quick overview. Maybe your AP has a DHCP server and your router also runs one, so it's an IP battle ;) Anyhow, this is off-topic so better get into a Networking group :) Hi! Really not sure where would be th...
Hi there, What distribution are you running? sudo uname -a I see the latest Debian does not include the examples anymore! https://packages.debian.org/sid/armel/openvpn/filelist Cheers, Thijs I'm a little lost when copying the config: cp: cannot stat ‘/usr/share/doc/openvpn/examples/easy-rsa’: No suc...
Thnx for the guide, it helped me alot. Just one thing: Check the following link for the correct version and download-link as it has changed since this guide was written: http://owncloud.org/changelog/ Thanks Annie! Made the change. Bye the way; I don't use OwnCloud anymore because I don't like the ...
Hello, You mentioned that you will post the manual on http://elinux.org/RPi_Tutorials However I cannot find it there. Can you post the exact URL? Thanks! JK Hi Kees, That was the plan but it didn't work out between me and that wiki so this is it. Feel free to copy all my information and set it up y...
Hi I followed your tutorial o the letter but when i go to run openvpn at the end it says [FAIL] Starting virtual private network daemon: openvpn server failed! Anyone know where the obvious places of error are or the common fixes? Thanks Hi nemo096, I noticed that sometimes the server.conf is missi...
Is there any chance of installing some kind of web admin user interface? Some way to check user connections, or look the OpenVPN log or disconnect a client or backup config... all this admin stuff, from a GUI? Something like "OpenVPN Access Server", is there something similar for the Raspberry? Thx...
I have looked at a number of posts regarding the use of the Raspberry Pi in a VPN arrangement with Windows systems. Unfortunately all seem to be using the Pi as the VPN server which is normal. I have a situation where I need the Pi to be the VPN Client and connect to a Windows 7 Home Premium system...
Hi Yuri, If your using a Linux client: Can you check SSH is still waiting for a connection by using this: nmap -p22 <the pi's IP here> For the Windows client: telnet <the pi's IP here> 22 If it's there, waiting for you; please connect again using -v at the ssh command so you get more information on ...
Hi, Thanks for the tutorial. I'm getting this error when trying ./build-key-server sever root@raspberrypi:/etc/openvpn/easy-rsa/2.0# ./build-key-server sever Please edit the vars script to reflect your configuration, then source it with "source ./vars". Next, to start with a fresh PKI configuration...
Hi there, I've got OpenVPN working on my Pi with 1 x client certificate How do I go about creating additional client certificates. I'm not sure if running the following code will wipe by existing server / client keys ./clean-all ./build-ca Also can't get the pkitool to run -bash: pkitool: command n...
Now please write down how to set bridge mode client at RaspberryPi and how to add routing. Hi Szopler, I did not implement this myself so I can't write it down for you. But I searched the forum (just for you!) and found some stuff. WARNING - THIS IS NOT TESTED (yet) First you need to edit /etc/sysc...
You should take a look at RaspControl: https://github.com/imjacobclark/Raspcontrol Webmin is a multitool that you can use for, like, everything, from taking over the world to user management. RaspControl is light Pi monitoring :) Hi all, I have one of my four Pi's setup as a NAS box with 1.5tb stora...
Hi Doni49, I wrote a tutorial about the OpenVPN setup, maybe that points you in a new direction to solve your problems. If I understand it right, the VPN is working fine but the Pi isn't handling your traffic the way you want it to, so it's about forwarding and gateway settings then. http://www.rasp...
thanks for your reply, I do have just /media so I added my external HDD so it looks like this /media/matman_backup but now all I get is a folder called matman_backup with nothing inside. So it would seem that it is no longer mounting the drive, could it have something to do with the name of my HDD ...
dmesg and http://www.raspberrypi.org/phpBB3/viewtopic.php?f=24&t=14394&p=182703 Speaking as someone who understands that a new product may attract people who have little to no prior Linux experience, (who, therefore need a little more verbose help) I gotta say that your post is only about 1% better...
Hi MSDOS4, Did you share a directory on your external drive? If the Pi shows to right amount of free space "df -h" then your Max should as well. If not, there must be something wrong with the format of the HDD, is it EXT4? And how do you see the free space in Finder? I can't get my Mac to do that w...
As I'm filling up my home with Pi's :mrgreen: the need to monitor them grows. I do not want to run monitoring software on the Pi's because of the strain on performance and when I tested some applications, I wasn't impressed, best I found was some fugly HTML1 graphs webserver engine. Yuck. And loads ...
Thanks for the tutorial! It works just fine except for one problem. I have a 1TB usb hdd mounted on my pi and I can read/write, but mac's finder reports only 5~ GB available, which is what is left of my Raspi's sd card. I cannot write large files to the hdd or do large batches because of this. Find...
It looks like netatalk has native Time Machine support. When I edited AppleVolumes.default I read through the file and there is an option to enable it on drives. I changed the default options line near the bottom of AppleVolumes.default to this: :DEFAULT: options:upriv,usedots,tm Thanks, Thijxx, fo...