chiark / gitweb /
credits: Add missing credit re python argparse extension
[secnet.git] / example.conf
index d06a21a5e28b5d22713ee48f41cb7e38e1f22232..c7e3eb38ecebc23526ba0d5c1e2cd08afab03d63 100644 (file)
@@ -115,6 +115,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,6 +152,9 @@ 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 { };