Update of /cvsroot/leaf/doc/guide/user-bering-uclibc
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv28731

Modified Files:
        bucu-openvpn.xml 
Log Message:
mention /etc/default/openvpn autostart (with 2.0.9+)


Index: bucu-openvpn.xml
===================================================================
RCS file: /cvsroot/leaf/doc/guide/user-bering-uclibc/bucu-openvpn.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** bucu-openvpn.xml    11 Jul 2005 16:44:22 -0000      1.7
--- bucu-openvpn.xml    4 Dec 2006 22:07:09 -0000       1.8
***************
*** 55,58 ****
--- 55,68 ----
          <revremark>Some more corrections and notes</revremark>
        </revision>
+ 
+       <revision>
+         <revnumber>0.4</revnumber>
+ 
+         <date>2006-12-05</date>
+ 
+         <authorinitials>KP</authorinitials>
+ 
+         <revremark>changes for openvpn 2.0.9</revremark>
+       </revision>
      </revhistory>
    </chapterinfo>
***************
*** 403,411 ****
          <para>After a (re)boot the <filename>/etc/init.d/openvpn</filename>
          script starts all tunnels that have a definition file in
!         <filename>/etc/openvpn</filename>. The definition files are all files
!         with the extension <filename>.conf</filename>. This means that you
!         should rename or delete any sample configuration files in that
!         directory if you don't want openvpn to attempt to start those tunnels
!         at (re)boot time.</para>
        </section>
  
--- 413,426 ----
          <para>After a (re)boot the <filename>/etc/init.d/openvpn</filename>
          script starts all tunnels that have a definition file in
!         <filename>/etc/openvpn</filename>. The definition files for VPN's are
!         all files with the extension <filename>.conf</filename>. </para>
! 
!         <para>Beginning with openvpn v2.0.9 you can edit the Autostart value
!         in <filename>/etc/default/openvpn</filename> to explicitely decalre
!         the VPN's that shall be started.. Allowed values are "all", "none" or
!         a space separated list of names of the VPNs - to start only the newly
!         created <filename>server.conf</filename> set "Autostart=server". If
!         Autostart is empty, "all" is assumed. This setting is default in
!         Bering-uClibc's openvpn packages. </para>
        </section>
  
***************
*** 486,491 ****
        <title>Starting the OpenVPN client</title>
  
!       <para>This is identical to starting the OpenVPN server, see
!       above.</para>
      </section>
    </section>
--- 501,529 ----
        <title>Starting the OpenVPN client</title>
  
!       <section>
!         <title>Manual</title>
! 
!         <para>To test the client configuration you can manually start the
!         OpenVPN client with the command</para>
! 
!         <para><command># openvpn /etc/openvpn/client.conf</command></para>
!       </section>
! 
!       <section>
!         <title>Automatic</title>
! 
!         <para>After a (re)boot the <filename>/etc/init.d/openvpn</filename>
!         script starts all tunnels that have a definition file in
!         <filename>/etc/openvpn</filename>. The definition files for VPN's are
!         all files with the extension <filename>.conf</filename>. </para>
! 
!         <para>Beginning with openvpn v2.0.9 you can change the Autostart value
!         in <filename>/etc/default/openvpn</filename> to explicitely declare
!         the VPN's that sahll be started. Allowed values are "all", "none" or a
!         space separated list of names of the VPNs - to start only the newly
!         created <filename>client.conf</filename> set "Autostart=client". If
!         Autostart is empty, "all" is assumed. This setting is default in
!         Bering-uClibc's openvpn packages.</para>
!       </section>
      </section>
    </section>


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to