English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Contents of /branches/freewrt_1_0/package/openvpn/files/client.conf.example

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3775 - (show annotations) (download)
Fri Jul 18 13:06:36 2008 UTC (5 years, 7 months ago) by markus
File size: 365 byte(s)
- added separate example configurations for client and server mode
- added feature to enable management interface by menuconfig


1 ## example client configuration file
2
3 client
4 remote server.domain.tld
5
6 pkcs12 keys/mycert.p12
7 ## or as multiple files:
8 #ca keys/ca.pem
9 #cert keys/mycert.pem
10 #key keys/mykey.pem
11
12 dev tun
13 nobind
14 float
15 comp-lzo
16 persist-tun
17 persist-key
18 reneg-sec 0
19 status /tmp/openvpn-status.log
20 verb 3
21
22 ## only works when "Reduce executable size" is disabled:
23 explicit-exit-notify

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20