mtchang / rt-n56u

Automatically exported from code.google.com/p/rt-n56u
0 stars 0 forks source link

OpenVPN Client issues on 3.4.3.6-068 #984

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I use nVPN.net services and i've been trying to get my RT-n56u to work with my 
settings from my username.ovpn and certificate.ca files. I've copied the 
configuration of my *.ovpn  file to /etc/storage/openevpn/client , copy and 
pasted the config below to client.conf on the RT-N56u.

client
dev tun
auth-user-pass
proto udp
remote remote_name_of_server 1194
resolv-retry infinite
nobind
persist-key
persist-tun
comp-lzo
ca nVPN.crt
verb 3

Also copied the nVPN.crt to the same directory, rebooted and checked error 
log..All it shows is 

penvpn-cli[1762]: OpenVPN 2.3.2 mipsel-unknown-linux-gnu [SSL (OpenSSL)] [LZO] 
[EPOLL] [MH] [IPv6] built on Sep  1 2013 . 

Nothing after that.

After the reboot though when i try to access the internet on any machine the 
browser (Firefox or IE ) just sits there and spins (Hourglass). Does not do 
anything until i disable the vpn client and reboot then it all starts working 
again. 

I think maybe it's a routing issue? I'm not sure what to do from here so any 
input or suggestions would be gladly appreciated. 

Thanks.

Original issue reported on code.google.com by sh4dow1...@gmail.com on 11 Sep 2013 at 10:12

GoogleCodeExporter commented 9 years ago
/etc/storage/openvpn/client is the path (directory) that contains keys for 
client application.
config is stored in /etc/openvpn/server/server.conf - for server app, and 
/etc/openvpn/client/client.conf for client app.
It is better to use abs. path to keys... not ca nVPN.crt, but ca 
/etc/storage/openvpn/path/tocert/file. Keep in mind that configuration files 
are formed by rc process and which will rewrite your changes...

Original comment by d...@soulblader.com on 13 Sep 2013 at 9:47