~smoser/ubuntu/oneiric/openvpn/lp-794916

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-05-05 03:06:19 UTC
  • mfrom: (10.2.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100505030619-cwre0snhgx1mql53
Tags: 2.1.0-2ubuntu1
* Merge from debian unstable.  Remaining changes:
  + debian/openvpn.init.d:
    - Do not use start-stop-daemon and use </dev/null to avoid blocking boot
    - Show per-VPN result messages
    - Add "--script-security 2" by default for backwards compatablitiy
   + debian/control: Add lsb-base >= 3.2-14 to allow status_of_proc() 

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
Multiple tunnels
34
34
----------------
35
35
 
36
 
When OpenVPN is started by /etc/init.d/openvpn a separate OpenVPN daemon will
37
 
be started for each .conf configuration file in the /etc/openvpn directory.
38
 
This allows you to define multiple VPN connections. 
 
36
When OpenVPN is started by /etc/init.d/openvpn the default is to start
 
37
a separate openvpn daemon for each .conf configuration file in the
 
38
/etc/openvpn directory.  The /etc/default/openvpn file may be used to
 
39
alter this behavior.
39
40
 
40
41
[UPDATE: with OpenVPN 2.0 one openvpn daemon can serve multiple clients. That
41
42
way multiple instances of openvpn are no longer required to achieve this, and