openvpn preliminary test

I added the new kernel and setup the vpn. I copied the exact config from an openvpn server I have running that I know works.
Here is my config if you have any suggestions
- Code: Select all
root@fvdwsl-base:/usr/sbin # /usr/sbin/openvpn --config /etc/openvpn/openvpn.conf
Fri May 18 11:25:12 2012 OpenVPN 2.2.2 armv5tel-unknown-linux-gnueabi [SSL] [EPOLL] [eurephia] built on May 12 2012
Fri May 18 11:25:12 2012 NOTE: your local LAN uses the extremely common subnet address 192.168.0.x or 192.168.1.x. Be aware that this might create routing conflicts if you connect to the VPN server from public locations such as internet cafes that use the same subnet.
Fri May 18 11:25:12 2012 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Fri May 18 11:25:12 2012 Diffie-Hellman initialized with 1024 bit key
Fri May 18 11:25:12 2012 WARNING: file '/etc/openvpn/easy-rsa/keys/server.key' is group or others accessible
Fri May 18 11:25:12 2012 TLS-Auth MTU parms [ L:1541 D:138 EF:38 EB:0 ET:0 EL:0 ]
Fri May 18 11:25:12 2012 Socket Buffers: R=[110592->131072] S=[110592->131072]
Fri May 18 11:25:12 2012 ROUTE default_gateway=192.168.0.1
Fri May 18 11:25:12 2012 Note: Cannot open TUN/TAP dev /dev/net/tun: No such file or directory (errno=2)
Fri May 18 11:25:12 2012 /sbin/ifconfig 10.8.0.1 pointopoint 10.8.0.2 mtu 1500
ifconfig: SIOCSIFADDR: No such device
Fri May 18 11:25:12 2012 Linux ifconfig failed: external program exited with error status: 1
Fri May 18 11:25:12 2012 Exiting
Here is my config if you have any suggestions
- Code: Select all
dev tun
proto udp
port 2224
ca /etc/openvpn/easy-rsa/keys/ca.crt
cert /etc/openvpn/easy-rsa/keys/server.crt
key /etc/openvpn/easy-rsa/keys/server.key
dh /etc/openvpn/easy-rsa/keys/dh1024.pem
user nobody
group nogroup
server 10.8.0.0 255.255.255.0
push "redirect-gateway def1"
keepalive 10 120
duplicate-cn
max-clients 10
persist-key
persist-tun
verb 3
client-to-client