Ubuntu Suomen keskustelualueet

Ubuntun käyttö => Ubuntu tietokoneissa => Aiheen aloitti: gustavus - 15.10.11 - klo:22.02

Otsikko: OpenVPN asennus
Kirjoitti: gustavus - 15.10.11 - klo:22.02
Olet yrittänyt asentaa OpenVPN seuraavinen ohjeiden mukaisesti:

http://www.ventanazul.com/webzine/articles/openvpn-ubuntu-and-hulu (http://www.ventanazul.com/webzine/articles/openvpn-ubuntu-and-hulu)

Ohjeet ovat tähän asti onnistuneet kohtaan:

"Now run:

. ./vars

Important: that's a period, a space and another period followed by /vars. This is a common confusion in many setups."

tuo tiedosto löytyy tuollaisena kuin se ylempänä oli, mutta joku mättää:

"Now run:

. ./vars

Important: that's a period, a space and another period followed by /vars. This is a common confusion in many setups."

ja ajettaessa tulee virheilmoitus: "bash: ../vars: Lupa evätty"
Otsikko: Vs: OpenVPN asennus
Kirjoitti: vartsu - 15.10.11 - klo:22.07
Lukkeepi ohjeissa:
Lainaus
First let's make a few things clear:

    Server: the PC accepting connections of clients thru the VPN. For my examples the server will use the public IP x.y.z.w (replace with your own public IP) and will be named servo.
    Client: the PC connecting to the server thru the VPN. We'll call it cliento.
    Private network: it's the network we'll create for our VPN, we'll use 10.8.0.0 and our IP's will be like 10.8.0.1, 10.8.0.2, etc.
    All commands must be run under root or using sudo.
    What you must type appears in bold letters.
    To comment a line in your openvpn.conf file use # to start the line.

Varsinkin tämä kohta: All commands must be run under root or using sudo.