chiark / gitweb /
changelog: start 0.6.8
[secnet.git] / example.conf
index 68de6474a44be9ba8d7dd6c7b7fa33a204b1e72a..d746a56a3a0b5f037bbee6f606fd16780943096d 100644 (file)
@@ -1,5 +1,10 @@
 # secnet example configuration file
 
+# This file is part of secnet.
+# See LICENCE and this file CREDITS for full list of copyright holders.
+# SPDX-License-Identifier: GPL-3.0-or-later
+# There is NO WARRANTY.
+
 # Log facility
 # If you use this unaltered you should consider providing automatic log
 # rotation for /var/log/secnet.  secnet will close and re-open its logfiles
@@ -67,8 +72,8 @@ system {
 # renegotiate-time      set up a new key if we see any traffic after this time
 
 # Defaults that may be overridden on a per-site basis:
-setup-retries 10;
-setup-timeout 2000;
+#setup-retries 10;
+#setup-timeout 2000;
 
 # Use the universal TUN/TAP driver to get packets to and from the kernel,
 # through a single interface.  secnet will act as a router; it requires
@@ -115,6 +120,11 @@ netlink tun {
 #mtu 1400;
 #buffer sysbuffer(2048);
 
+# This is small enough that it fits without fragmentation into
+# the foolish wifi on Greater Anglia's now-retired Class 379s.
+# This is good because they mishandle fragmentation.
+mtu-target 1260;
+
 
 # This defines the port that this instance of secnet will listen on, and
 # originate packets on. It does not _have_ to correspond to the advertised
@@ -147,8 +157,11 @@ random randomfile("/dev/urandom",no);
 local-name "your-site-name";
 local-key rsa-private("/etc/secnet/key");
 
+# Are we a mobile site?
+#local-mobile true;
+
 # On dodgy links you may want to specify a higher maximum sequence number skew
-transform eax-serpent, serpent256-cbc;
+transform eax-serpent { }, serpent256-cbc { };
 
 include /etc/secnet/sites.conf
 
@@ -163,7 +176,7 @@ include /etc/secnet/sites.conf
 sites map(site,all-sites);
 
 # Or with a particular VPN
-sites map(site,vpn/Vexample/all-sites);
+#sites map(site,vpn/Vexample/all-sites);
 
 # If you only want to communicate with a subset of the VPN sites, list
 # them explicitly: