The Setting
I followed the Installation How-To using the Without RPM settings. yum install openVPN would say "No package openvpn available." I somehow magically stumbled on through the How-To all the way to "Starting up the VPN and testing for initial connectivity". I did hit several speed bumps (aka I might have missed some stuff previously) but most of them I was able to solve using Google.
The Goal
To get a working VPN with my laptop (I'm failing)
The Problem
This following code shows up with I run the code: openvpn server.conf
Code: Select all
<Some Configuration Information is Present Here (Available upon Request)>
Tue May 8 19:24:45 2012 us=708200 auth_user_pass_file = '[UNDEF]'
Tue May 8 19:24:45 2012 us=708208 OpenVPN 2.2.2 x86_64-unknown-linux-gnu [SSL] [LZO2] [EPOLL] [eurephia] built on May 8 2012
Tue May 8 19:24:45 2012 us=708297 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Tue May 8 19:24:45 2012 us=709472 Diffie-Hellman initialized with 1024 bit key
Tue May 8 19:24:45 2012 us=709678 WARNING: file 'server.key' is group or others accessible
Tue May 8 19:24:45 2012 us=710012 TLS-Auth MTU parms [ L:1542 D:138 EF:38 EB:0
Tue May 8 19:24:45 2012 us=710042 Socket Buffers: R=[137216->131072] S=[137216-
Tue May 8 19:24:45 2012 us=710121 ROUTE: default_gateway=UNDEF
Tue May 8 19:24:45 2012 us=710154 Note: Cannot open TUN/TAP dev /dev/net/tun: P
Tue May 8 19:24:45 2012 us=710171 /sbin/ifconfig 10.8.0.1 pointopoint 10.8.0.2
SIOCSIFADDR: Permission denied
: unknown interface: No such device
SIOCSIFDSTADDR: Permission denied
: unknown interface: No such device
SIOCSIFMTU: Operation not permitted
Tue May 8 19:24:45 2012 us=711544 Linux ifconfig failed: external program exite
Tue May 8 19:24:45 2012 us=711569 Exiting
Hardware/Software
CentOS 6 64-bit
VPS with 2 Cores
Everything else is available upon request.
My Background
I know HTML, CSS, C++, PHP, all that jazz but SSH is where I just don't know.
Thanks for all your help! I've been working on this all night and I just can't seem to get it right.
Edit: For those of you guys who got here late, I just did a clean install. I've moved on to another problem located here: topic10537.html for those of you interested (if not that's cool too, just keeping the line flowing).