Results 1 to 2 of 2
Thread: doubt on vpn
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
03-11-2007 #1
- Join Date
- Oct 2006
- Posts
- 108
doubt on vpn
iam using openvpn-2.0.9 and while setting the openvpn
iam getting oen error.........
i am in openvpn source directory and i changed to easy-rsa...(home/mallik/openvpn/easy-rsa)
ii issue the command s ./vars
./clean-all
./build-ca
for all these commands when i issued , it shows me a error called "you must define KEY_DIR"
can anybody tell me the problem
Thanks in advance
-
03-11-2007 #2
- Join Date
- Apr 2004
- Location
- UK
- Posts
- 747
That error suggests that $KEY_DIR is not getting set when you run ./vars. Line 30 of my vars script has the following line:
Code:export KEY_DIR=$D/keys
Chris...To be good, you must first be bad. "Newbie" is a rank, not a slight.