OpenWRT VPN Client

How to customize and extend your OpenVPN installation.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Post Reply
Deluka
OpenVpn Newbie
Posts: 1
Joined: Sun Jan 27, 2013 12:01 pm

OpenWRT VPN Client

Post by Deluka » Sun Jan 27, 2013 12:34 pm

Hey i'm at this already 2 weeks and i'm not able to find a working how2 on how to setup a client where only certain sites go trough

Now all traffic of the clients is going through the VPN which really is not necessary desirable.

I rent the vpn service so i have no control over the server it self.

I have a TL-WR1043ND running OpenWrt Backfire 10.03.1

This is my opvn

client
route-delay 0 120
proto udp
ping-exit 90
ping 5
dev tun
resolv-retry infinite
nobind
auth-user-pass /etc/openvpn/pass.txt
ns-cert-type server
hand-window 180
persist-key
persist-tun
verb 3
remote 65.98.17.98 53


<ca>
-----BEGIN CERTIFICATE-----

*** removed***

-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----

*** removed***

-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN RSA PRIVATE KEY-----

*** removed***

-----END RSA PRIVATE KEY-----
</key>

Post Reply