~ubuntu-branches/ubuntu/saucy/openvpn/saucy-proposed

« back to all changes in this revision

Viewing changes to openvpn.8

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2011-12-31 04:55:56 UTC
  • mfrom: (1.1.18) (10.2.16 sid)
  • Revision ID: package-import@ubuntu.com-20111231045556-3fwmrbggevr9iqxd
Tags: 2.2.1-3ubuntu1
* Merge from Debian testing.  Remaining changes:
 + debian/openvpn.init.d:
    - Do not use start-stop-daemon and </dev/null to avoid blocking boot.
    - Show per-VPN result messages.
    - Add "--script-security 2" by default for backwards compatabliity.
  + debian/control: Add lsb-base >= 3.2-14 to allow status_of_proc()
  + debian/update-resolv-conf: Support multiple domains.
  + fix bug where '--script-security 2' would be passed for all
    daemons after the first. (LP: #794916)

Show diffs side-by-side

added added

removed removed

Lines of Context:
494
494
This option exists in OpenVPN 2.1 or higher.
495
495
.\"*********************************************************
496
496
.TP
 
497
.B \-\-show-proxy-settings
 
498
Show sensed HTTP or SOCKS proxy settings. Currently, only Windows clients
 
499
support this option.
 
500
.\"*********************************************************
 
501
.TP
497
502
.B \-\-http-proxy server port [authfile|'auto'|'auto-nct'] [auth-method]
498
503
Connect to remote host through an HTTP proxy at address
499
504
.B server
4353
4358
is available via the peer_cert environment variable.
4354
4359
.\"*********************************************************
4355
4360
.TP
 
4361
.B \-\-x509-username-field fieldname
 
4362
Field in x509 certificate subject to be used as username (default=CN).
 
4363
.B Fieldname
 
4364
will be uppercased before matching. When this option is used, the
 
4365
--tls-remote option will match against the chosen fieldname instead
 
4366
of the CN.
 
4367
.\"*********************************************************
 
4368
.TP
4356
4369
.B \-\-tls-remote name
4357
4370
Accept connections only from a host with X509 name
4358
4371
or common name equal to
5649
5662
 
5650
5663
Load driver:
5651
5664
.B modprobe tun
5652
 
 
5653
 
If you have Linux 2.2 or earlier, you should obtain version 1.1 of the
5654
 
TUN/TAP driver from
5655
 
.I http://vtun.sourceforge.net/tun/
5656
 
and follow the installation instructions.
5657
5665
.\"*********************************************************
5658
5666
.SH EXAMPLES
5659
5667
Prior to running these examples, you should have OpenVPN installed on two
5674
5682
.B mknod
5675
5683
step may be omitted, because the RPM install does that for you.
5676
5684
 
5677
 
If you have Linux 2.2, you should obtain version 1.1 of the
5678
 
TUN/TAP driver from
5679
 
.I http://vtun.sourceforge.net/tun/
5680
 
and follow the installation instructions.
 
5685
Only Linux 2.4 and newer are supported.
5681
5686
 
5682
5687
For other platforms, consult the INSTALL file at
5683
5688
.I http://openvpn.net/install.html