connecting a Raspberry Pi to my OpenVPN server

This forum is for all inquiries relating to the installation of OpenVPN from source and with binaries.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please visit (and READ) the OpenVPN HowTo http://openvpn.net/howto prior to asking any questions in here!
Post Reply
greavette
OpenVpn Newbie
Posts: 1
Joined: Sat Nov 19, 2016 3:52 pm

connecting a Raspberry Pi to my OpenVPN server

Post by greavette » Sat Nov 19, 2016 3:56 pm

Hello,

I'm sure this is an easy setup but I'm not finding who to do this. I have a Raspberry Pi at a location outside of my network. My network has a static IP and I have OpenVPN running. How do I setup my Raspberry Pi 3 (Jessie) to automatically connect and stay connected to my home network using OpenVPN? My Raspberry Pi Jessie is a server based install (no GUI). What do I need to install on my Pi 3 and is there a way to keep my connection to my OpenVPN alive?

Thank you in advance for any help you can provide.

TinCanTech
OpenVPN Protagonist
Posts: 11137
Joined: Fri Jun 03, 2016 1:17 pm

Re: connecting a Raspberry Pi to my OpenVPN server

Post by TinCanTech » Sun Nov 20, 2016 5:24 pm

greavette wrote: What do I need to install on my Pi 3

Code: Select all

$ sudo apt-get install openvpn
See also:
https://community.openvpn.net/openvpn/w ... twareRepos
greavette wrote:is there a way to keep my connection to my OpenVPN alive?
See --keepalive in The Manual v23x .. Read it carefully.
greavette wrote: How do I setup my Raspberry Pi 3 (Jessie) to automatically connect and stay connected to my home network using OpenVPN?
See:
https://openvpn.net/index.php/open-sour ... howto.html

Also, Please see:
HOWTO: Request Help !

patrickhillam7@gmail.com
OpenVpn Newbie
Posts: 1
Joined: Wed Mar 15, 2017 8:11 pm

Re: connecting a Raspberry Pi to my OpenVPN server

Post by patrickhillam7@gmail.com » Wed Mar 15, 2017 8:13 pm

I have just followed very detailed tutorial how to setup OpenVPN on raspberry pi, check here: [url]http://itblogsec.com/build-own-openvpn- ... rry-pi-12/[/url]

Post Reply