Revision: 6980
http://ipcop.svn.sourceforge.net/ipcop/?rev=6980&view=rev
Author: eoberlander
Date: 2013-03-24 17:20:29 +0000 (Sun, 24 Mar 2013)
Log Message:
-----------
Add some text to OpenVPN section.
Modified Paths:
--------------
IPCopDoc/trunk/en/admin/images/openvpnadv1.png
IPCopDoc/trunk/en/admin/xml/introduction.xml
IPCopDoc/trunk/en/admin/xml/services.xml
IPCopDoc/trunk/en/admin/xml/vpns.xml
Modified: IPCopDoc/trunk/en/admin/images/openvpnadv1.png
===================================================================
(Binary files differ)
Modified: IPCopDoc/trunk/en/admin/xml/introduction.xml
===================================================================
--- IPCopDoc/trunk/en/admin/xml/introduction.xml 2013-03-24 12:04:03 UTC
(rev 6979)
+++ IPCopDoc/trunk/en/admin/xml/introduction.xml 2013-03-24 17:20:29 UTC
(rev 6980)
@@ -357,6 +357,22 @@
</para>
</listitem>
</itemizedlist>
+ <para>
+ IPCop v2.1 incorporates bugfixes and some further improvements:
+ </para>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Linux kernel 3.0.41
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <link linkend="services-urlfilter">URL filter</link>
+ service.
+ </para>
+ </listitem>
+ </itemizedlist>
</sect1>
<sect1 id="acknowledgements">
<title>Acknowledgements</title>
Modified: IPCopDoc/trunk/en/admin/xml/services.xml
===================================================================
--- IPCopDoc/trunk/en/admin/xml/services.xml 2013-03-24 12:04:03 UTC (rev
6979)
+++ IPCopDoc/trunk/en/admin/xml/services.xml 2013-03-24 17:20:29 UTC (rev
6980)
@@ -20,6 +20,11 @@
</para>
</listitem>
<listitem>
+ <para><link linkend="services-urlfilter"><guimenuitem>URL
Filter</guimenuitem></link>
+ (Block access to unwanted domains, URLs or files)
+ </para>
+ </listitem>
+ <listitem>
<para><link linkend="services-dhcp"><guimenuitem>DHCP
Server</guimenuitem></link>
</para>
</listitem>
@@ -1330,7 +1335,7 @@
<title>URL Filter Administrative Web Page</title>
<para>
URL filter extends IPCop's functionality with the ability to
- block unwanted domains, URLs and files.
+ block access to unwanted domains, URLs and files.
This feature is based on the well known
<ulink url="http://www.squidguard.org/">squidGuard</ulink>
redirector.
@@ -1341,6 +1346,7 @@
<para>
URL filter was originally written by Marco Sondermann as an add-on
module for IPCop.
+ It was included in version v2.1.1 of IPCop.
</para>
<sect3 id="services-urlfilter-settings">
Modified: IPCopDoc/trunk/en/admin/xml/vpns.xml
===================================================================
--- IPCopDoc/trunk/en/admin/xml/vpns.xml 2013-03-24 12:04:03 UTC (rev
6979)
+++ IPCopDoc/trunk/en/admin/xml/vpns.xml 2013-03-24 17:20:29 UTC (rev
6980)
@@ -870,7 +870,8 @@
<sect3 id="vpns-openvpn-advanced">
<title>Advanced Server options</title>
<para>
- Content to be written...
+ It is important that you select the correct route to push to
+ clients, on the Advanced Server options page.
</para>
<para>
<figure id="v200.vpn.026">
@@ -892,21 +893,88 @@
<formalpara>
<title>DHCP push options</title>
<para>
- Content to be written...
+ The OpenVPN server can push DHCP options such as DNS and
+ WINS server addresses to clients.
+ Windows clients can accept pushed DHCP options natively,
+ while non-Windows clients can accept them with some
+ additional configuration.
+ Refer to the
+ <ulink
url="http://openvpn.net/index.php/open-source/documentation/howto.html#dhcp">OpenVPN
HowTo</ulink>
+ for more details.
</para>
</formalpara>
<para>
- Content to be written...
+ <guilabel>Domain name suffix</guilabel>
+ Set a connection-specific DNS suffix, for example
+ <filename>local.example.org</filename>
+ This is optional.
</para>
+ <para>
+ <guilabel>Primary/Secondary DNS</guilabel>
+ Add a domain name server address, for example
+ <filename>192.168.1.1</filename>
+ </para>
+ <para>
+ These are optional, but when
+ <command>redirect-gateway</command> is used,
+ OpenVPN clients will route DNS queries through the VPN,
+ and the VPN server will need handle them.
+ This can be accomplished by pushing a DNS server address to
+ connecting clients which will replace their normal DNS server
+ settings during the time that the VPN is active.
+ </para>
+ <para>
+ <guilabel>Primary/Secondary NTP servers</guilabel>
+ Add the IP Address here of an NTP server, for example
+ <filename>192.168.1.1</filename> to push to clients.
+ These are optional.
+ </para>
+ <para>
+ <guilabel>Primary/Secondary WINS Server addresses</guilabel>
+ Add the IP Address here of a WINS server, for example
+ <filename>192.168.1.254</filename> to push to clients.
+ These are optional.
+ </para>
<formalpara>
<title>Push Routes</title>
<para>
- Content to be written...
+ The OpenVPN server pushes routing information to clients.
+ Select the network you want to route traffic to.
</para>
</formalpara>
<para>
- Content to be written...
+ <guilabel>Redirect all traffic through Tunnel</guilabel>
+ Enable this when you want a VPN client to tunnel all network
+ traffic through the VPN, including general internet web
browsing.
+ The client will take a performance hit, when all traffic has
to
+ pass through the OpenVPN server.
</para>
+ <para>
+ This adds <filename>push "redirect-gateway def1"</filename>
+ to the server configuration file.
+ </para>
+ <para>
+ <guilabel>Green Network</guilabel>
+ Enable this checkbox to route traffic to the Green Network.
+ </para>
+ <para>
+ <guilabel>Blue Network</guilabel>
+ This checkbox will only be visible if you have a Blue
+ interface.
+ Enable this checkbox to route traffic to the Blue Network.
+ </para>
+ <para>
+ <guilabel>Orange Network</guilabel>
+ This checkbox will only be visible if you have an Orange
+ interface.
+ Enable this checkbox to route traffic to the Orange Network.
+ </para>
+ <note>
+ <para>
+ The available <guilabel>Networks</guilabel>
+ are <emphasis role="strong">disabled</emphasis> by default.
+ </para>
+ </note>
<formalpara>
<title>Miscellaneous options</title>
<para>
@@ -917,6 +985,17 @@
Content to be written...
</para>
<para>
+ <guilabel>Max-Clients</guilabel>
+ Limit server to a maximum of
+ <emphasis>n</emphasis> concurrent clients.
+ Default value is 100.
+ </para>
+ <para>
+ <guilabel>Keepalive</guilabel>
+ Default values are 10 and 60.
+ </para>
+
+ <para>
<figure id="v200.vpn.027">
<title>Advanced Server options (bottom)</title>
<mediaobject>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn