-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpillar.example
More file actions
64 lines (64 loc) · 1.43 KB
/
pillar.example
File metadata and controls
64 lines (64 loc) · 1.43 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
tinc:
yourNetworkName:
yourServerName:
RSAPublicKey: |
-----BEGIN RSA PUBLIC KEY-----
-----END RSA PUBLIC KEY-----
RSAPrivateKey: |
-----BEGIN RSA PRIVATE KEY-----
-----END RSA PRIVATE KEY-----
ECDSAPublicKey:
ECDSAPrivateKey:
host_config:
Subnet: "192.168.xxx.xxx/xx"
Port:
Address:
TCPOnly:
Cipher:
ClampMSS:
Compression:
Digest:
IndirectData:
MACLength:
PMTU:
PMTUDiscovery:
Weight:
tinc_config:
Name:
ConnectTo: [ "server1", "server2", "server3" ]
Device:
AddressFamily:
Mode:
AutoConnect:
BindToAddress:
BindToInterface:
Broadcast:
DecrementTTL:
DeviceType:
DirectOnly:
ECSDAPrivateKeyFile:
ExperimentalProtocol:
Forwarding:
Hostnames:
Interface:
ListenAddress:
LocalDiscovery:
LocalDiscoveryAddress:
KeyExpire:
MACExpire:
MaxConnectionBurst:
PingInterval:
PingTimeout:
PriorityInheritance:
PrivateKeyFile:
ProcessPriority:
Proxy:
ReplyWindow:
StrictSubnets:
TunnelServer:
UDPRcvBuf:
UDPSndBuf:
tinc_up:|
ifconfig $INTERFACE 192.168.xxx.xxx netmask 255.255.255.0
tinc_down:|
ifconfig $INTERFACE down