~ubuntu-branches/ubuntu/utopic/openvpn/utopic-proposed

« back to all changes in this revision

Viewing changes to .pc/route_default_nil.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
5596
5609
 
5597
5610
Load driver:
5598
5611
.B modprobe tun
5599
 
 
5600
 
If you have Linux 2.2 or earlier, you should obtain version 1.1 of the
5601
 
TUN/TAP driver from
5602
 
.I http://vtun.sourceforge.net/tun/
5603
 
and follow the installation instructions.
5604
5612
.\"*********************************************************
5605
5613
.SH EXAMPLES
5606
5614
Prior to running these examples, you should have OpenVPN installed on two
5621
5629
.B mknod
5622
5630
step may be omitted, because the RPM install does that for you.
5623
5631
 
5624
 
If you have Linux 2.2, you should obtain version 1.1 of the
5625
 
TUN/TAP driver from
5626
 
.I http://vtun.sourceforge.net/tun/
5627
 
and follow the installation instructions.
 
5632
Only Linux 2.4 and newer are supported.
5628
5633
 
5629
5634
For other platforms, consult the INSTALL file at
5630
5635
.I http://openvpn.net/install.html