All of lore.kernel.org
 help / color / mirror / Atom feed
* [Openvpn-devel] [PATCH] Add topology in sample server configuration file
@ 2014-07-11  8:00 Philipp Hagemeister
  2014-07-11  8:51 ` Jan Just Keijser
  2014-07-13 13:57 ` [Openvpn-devel] [PATCH applied] " Gert Doering
  0 siblings, 2 replies; 25+ messages in thread
From: Philipp Hagemeister @ 2014-07-11  8:00 UTC (permalink / raw)
  To: openvpn-devel

[-- Attachment #1: Type: text/plain, Size: 1002 bytes --]

On modern systems, topology subnet should always be set, but it's
missing in the configuration file.
Add it with a short explanation.

Signed-off-by: Philipp Hagemeister <phihag@...1921...>
---
 sample/sample-config-files/server.conf | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/sample/sample-config-files/server.conf
b/sample/sample-config-files/server.conf
index f483b6b..6a2b4c2 100644
--- a/sample/sample-config-files/server.conf
+++ b/sample/sample-config-files/server.conf
@@ -86,6 +86,13 @@ key server.key  # This file should be kept secret
 # 2048 bit keys.
 dh dh1024.pem

+# Network topology
+# Should be subnet (addressing via IP)
+# unless Windows clients v2.0.9 and lower have to
+# be supported (then net30, i.e. a /30 per client)
+# Defaults to net30 (not recommended)
+;topology subnet
+
 # Configure server mode and supply a VPN subnet
 # for OpenVPN to draw client addresses from.
 # The server will take 10.8.0.1 for itself,
-- 
2.0.1



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply related	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2014-07-13 13:57 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-11  8:00 [Openvpn-devel] [PATCH] Add topology in sample server configuration file Philipp Hagemeister
2014-07-11  8:51 ` Jan Just Keijser
2014-07-11  8:59   ` Arne Schwabe
2014-07-11  9:08     ` Jan Just Keijser
2014-07-11  9:22       ` Arne Schwabe
2014-07-11  9:33         ` Jan Just Keijser
2014-07-11 10:53           ` Arne Schwabe
2014-07-11 14:50             ` Jan Just Keijser
2014-07-11 18:07               ` Gert Doering
2014-07-11 18:17                 ` Jan Just Keijser
2014-07-11 18:35                   ` Steffan Karger
2014-07-11 23:17                     ` Jan Just Keijser
2014-07-12  9:08                       ` David Sommerseth
2014-07-12  9:41                         ` Gert Doering
2014-07-12 10:41                           ` David Sommerseth
2014-07-12 11:31                             ` Gert Doering
2014-07-12 12:55                               ` David Sommerseth
2014-07-12 13:50                                 ` Gert Doering
2014-07-13  9:31                                   ` [Openvpn-devel] more SSL_OP_NO_TICKET fallout Steffan Karger
2014-07-13 11:44                                     ` [Openvpn-devel] [PATCH applied] Re: Define dummy SSL_OP_NO_TICKET flag if not present in OpenSSL Gert Doering
2014-07-11 18:51                   ` [Openvpn-devel] [PATCH] Add topology in sample server configuration file Gert Doering
2014-07-11 11:05   ` Philipp Hagemeister
2014-07-11 12:35   ` Gert Doering
2014-07-11 14:54     ` Jan Just Keijser
2014-07-13 13:57 ` [Openvpn-devel] [PATCH applied] " Gert Doering

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.