chiark / gitweb /
legal: Add missing notice to many files
[secnet.git] / test-example / inside-polypath.conf
1 # This file is part of secnet.
2 # See LICENCE and this file CREDITS for full list of copyright holders.
3 # SPDX-License-Identifier: GPL-3.0-or-later
4 # There is NO WARRANTY.
5
6 comm polypath {
7         buffer sysbuffer(4096);
8         monitor-command "./polypath-interface-monitor-linux";
9         interfaces "!secnet-test*";
10         permit-loopback True;
11 };
12 netlink tun {
13         name "netlink-tun"; # Printed in log messages from this netlink
14         local-address "172.18.232.9";
15         secnet-address "172.18.232.10";
16         remote-networks "172.18.232.0/28";
17         mtu 1400;
18         buffer sysbuffer(2048);
19         interface "secnet-test-i";
20 };
21 local-name "test-example/inside/inside";
22 local-key rsa-private("test-example/inside.key");
23 local-mobile True;
24 mtu-target 1260;
25 include test-example/common.conf