client1 default config without crypto
[anytun.git] / etc / anytun / client1 / config
blob7841c8c54f8043fc442d6e9acee2d86bede30ecf
1 ## Global Parameters
2 ## don't run in background
3 #nodaemonize
4 ## the sender id to use (has to be unique for multible anycast servers)
5 sender-id 1
6 ## local anycast ip address to bind to
7 #interface <ip-address>
8 ## local anycast(data) port to bind to
9 #port 4444
10 ## local unicast(sync) ip address to bind to
11 # sync-interface <ip-address>
12 ## local unicast(sync) port to bind to
13 #sync-port 1234
14 ## remote hosts to sync with
15 #sync-hosts <hostname|ip>:<port>[,<hostname|ip>:<port>[...]]
16 ## Device name
17 #dev anytun0
18 # device type tun = ip/ipv6, tap = ethernet
19 type tun
20 ## payload encryption algorithm
21 #cipher aes-ctr
22 cipher null
23 ## key derivation pseudo random function
24 #kd-prf aes-ctr
25 kd-prf null
26 ## message authentication algorithm
27 #auth-algo sha1
28 auth-algo null
29 ## Automaticaly configure the interface an set a route
30 ## 1st argument the local address for the tun/tap device
31 ## 2nd argument is either the remote address(tun) or netmask(tap)
32 #ifconfig <local> <remote|netmask>
33 ## Controll Host for multi client support
34 #control-host 127.0.0.1:4445
36 ### Connection Parameters (for clients without config server)
37 ## remote host
38 remote-host 192.168.0.197
39 ## remote port
40 remote-port 4444
41 ##seqence number window size
42 ## 0 turns off replay protection (for manualk keying)
43 window-size 0
44 ## the multiplex id to use
45 mux 1
46 ## master key to use for encryption
47 #key 0123456789ABCDEF0123456789ABCDEF
48 ## master salt to use for encryption
49 #salt 0123456789ABCD0123456789ABCD