File: inside-polypath.conf

package info (click to toggle)
secnet 0.6.8
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 1,956 kB
  • sloc: ansic: 15,234; python: 1,057; perl: 966; sh: 596; tcl: 484; java: 231; asm: 114; yacc: 89; php: 64; makefile: 48; awk: 40
file content (25 lines) | stat: -rw-r--r-- 729 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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.

comm polypath {
	buffer sysbuffer(4096);
	monitor-command "./polypath-interface-monitor-linux";
	interfaces "!secnet-test*";
	permit-loopback True;
};
netlink tun {
	name "netlink-tun"; # Printed in log messages from this netlink
	local-address "172.18.232.9";
	secnet-address "172.18.232.10";
	remote-networks "172.18.232.0/28";
	mtu 1400;
	buffer sysbuffer(2048);
	interface "secnet-test-i";
};
local-name "test-example/inside/inside";
local-key rsa-private("test-example/inside.key");
local-mobile True;
mtu-target 1260;
include test-example/common.conf