X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=test-example%2Finside-polypath.conf;fp=test-example%2Finside-polypath.conf;h=a3a515aee617f32910f9c8e4e9af6fbef6cdcfa0;hb=22c77971bb13c37344fc73fe9b8d72ed96181df2;hp=0000000000000000000000000000000000000000;hpb=e61a41a48cdc15d9743731deed717961fdcf4da2;p=secnet.git diff --git a/test-example/inside-polypath.conf b/test-example/inside-polypath.conf new file mode 100644 index 0000000..a3a515a --- /dev/null +++ b/test-example/inside-polypath.conf @@ -0,0 +1,21 @@ +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"; +}; +comm polypath { + port 16910; + buffer sysbuffer(4096); + monitor-command "./polypath-interface-monitor-linux"; + interfaces "!secnet-test*"; + permit-loopback True; +}; +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