Forum

Full Version: Openvpn
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi folks,

sry this was just a german tut that i postet in my thread...

all what where i need help is how can i configure openvpn setup in xbian
what have i do or what is wrong in my setup

on my old raspberry @ raspbmc i used just this way and it worked Smile

Code:
sudo apt-get update && apt-get upgrade

sudo apt-get install openvpn

sudo nano /etc/openvpn/VPN.conf ( source of auth file editing)
sudo nano /etc/openvpn/Zert.crt ( same here)
sudo nano /etc/openvpn/auth.txt  (  Username & Passwort )

than i edit VPN.conf for the user & password loaction

at last i configured the autostart

sudo nano /etc/default/openvpn

AUTOSTART="VPN"

but it doesnt work, in ssh the console says starting virtual network, but vpn doesnt connect Sad
have i forget a package ? maybe a conf package or something like that, sry i dont know much abot linux

hope u can help me

big thx

Moderation - Old original post in german
can't nobody help me ?

i just want to install openvpn and used it in autostart?

is that not possible in xbian?

..for using netflix in the us ..for example ?

Sad i cant believe that no xbian are interested in that configuration..

hope for some good news Smile

greetz
Try:

Terminal

sudo modprobe tun
Reference URL's