i tried to set up an openvpn server on my tp-link 1042n with dd-wrt:
DD-WRT v24-sp2 (05/27/13) std
(SVN revision 21676)
openvpn is started, but i always disconnects as u can see in the log:
http://s7.directupload.net/file/d/3288/zmx5vonh_png.htm
here are my settings and config:
settings:
http://s7.directupload.net/file/d/3288/ylyivz8a_png.htm
config:
dh /tmp/openvpn/dh.pem
ca /tmp/openvpn/ca.crt
cert /tmp/openvpn/cert.pem
key /tmp/openvpn/key.pem
keepalive 10 120
verb 3
mute 3
syslog
writepid /var/run/openvpnd.pid
management 127.0.0.1 14
management-log-cache 100
topology subnet
script-security 2
port 1194
proto udp
cipher aes-128-cbc
auth md5
client-config-dir /tmp/openvpn/ccd
comp-lzo adaptive
tls-server
ifconfig-pool-persist /tmp/openvpn/ip-pool 86400
client-to-client
fast-io
tun-mtu 1500
mtu-disc yes
server 192.168.1.0 255.255.255.0
dev tun2
tun-ipv6
can any1 help me ?
thanks !