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

« back to all changes in this revision

Viewing changes to .pc/jjo-ipv6-support.patch/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
4351
4356
is available via the peer_cert environment variable.
4352
4357
.\"*********************************************************
4353
4358
.TP
 
4359
.B \-\-x509-username-field fieldname
 
4360
Field in x509 certificate subject to be used as username (default=CN).
 
4361
.B Fieldname
 
4362
will be uppercased before matching. When this option is used, the
 
4363
--tls-remote option will match against the chosen fieldname instead
 
4364
of the CN.
 
4365
.\"*********************************************************
 
4366
.TP
4354
4367
.B \-\-tls-remote name
4355
4368
Accept connections only from a host with X509 name
4356
4369
or common name equal to
5590
5603
 
5591
5604
Load driver:
5592
5605
.B modprobe tun
5593
 
 
5594
 
If you have Linux 2.2 or earlier, you should obtain version 1.1 of the
5595
 
TUN/TAP driver from
5596
 
.I http://vtun.sourceforge.net/tun/
5597
 
and follow the installation instructions.
5598
5606
.\"*********************************************************
5599
5607
.SH EXAMPLES
5600
5608
Prior to running these examples, you should have OpenVPN installed on two
5615
5623
.B mknod
5616
5624
step may be omitted, because the RPM install does that for you.
5617
5625
 
5618
 
If you have Linux 2.2, you should obtain version 1.1 of the
5619
 
TUN/TAP driver from
5620
 
.I http://vtun.sourceforge.net/tun/
5621
 
and follow the installation instructions.
 
5626
Only Linux 2.4 and newer are supported.
5622
5627
 
5623
5628
For other platforms, consult the INSTALL file at
5624
5629
.I http://openvpn.net/install.html