I have a "Netgear WNDR3700 v2" with the latest build of DDWRT "DD-WRT v24-sp2 (04/15/13) std",(SVN revision 21286) . but unfortunately, the Openvpn in the routing mode doesn't work. it does connect to it(Openvpn server) but without the internet, only connected to my lan and I can access the router through the browser(as I'm in my lan) but without having any chance to use the internet. so, its useless.
I did make it works(full functionality),but using the bridge mode not the routing mode, and I need to establish it as the routing mode.
This is my setting:
server:

client:
Code: Select all
remote xx.xx.xx.xx 12345
client
remote-cert-tls server
dev tun
proto tcp
resolv-retry infinite
nobind
persist-key
persist-tun
float
auth SHA1
cipher BF-CBC
ca ca.crt
cert client1.crt
key client1.key
ns-cert-type server
mute-replay-warnings
comp-lzo adaptive
verb 3
so, where did I make it wrong ??
Thanks alot..