]> git.pld-linux.org Git - packages/freenet6-client.git/blob - tspc.conf
- rel 2
[packages/freenet6-client.git] / tspc.conf
1 #-----------------------------------------------------------------------------
2 # tspc.conf
3 #-----------------------------------------------------------------------------
4
5 #
6 # tsp client version
7 #
8 tsp_version=1.0.1
9 tsp_dir=/etc/tspc
10
11 #
12 # auth_method=any|supported mechanism
13 # if any is specified, the first mechanism that is supported by both the
14 # server and the client will be picked. The order of precedence is the
15 # mechnism list shown by the output of -h. supprted mechanism is one of
16 # the token shown by th output of -h (case sensitive).
17 auth_method=any
18
19 #
20 # client_v4=auto|1.1.1.1 (valid ip address)
21 # if auto is specified, if_source or -s cmd line option must be specified.
22 client_v4=auto
23
24 # userid=anonymous
25 # the userid can be anonymous or any alphanumeric value that is dns legal.
26 userid=anonymous
27
28 # passwd=
29 # The passwd must be empty if userid is anonymous or an alphanumeric string
30 # if userid is not anonymous.
31 passwd=
32
33 # template=target
34 # template tells which configuration script needs to be run for interface
35 # setup.
36 # Normally you only need to put your osname in the value.
37 # You can also use "checktunnel" if you only want the tunnel info print out.
38 # Possible templates are:
39 # template=checktunnel
40 # template=freebsd4
41 # template=freebsd44
42 # template=netbsd
43 # template=openbsd
44 # template=solaris8
45 # template=linux
46 # template=windows2000
47 # template=windowsXP
48 # template=windows2003
49 # template=darwin
50 template=linux
51
52 # server=FQDN:PORT  (Default port is 3653)
53 # Tunnel Broker address
54 # server=tsps1.freenet6.net
55 server=tsps2.freenet6.net
56
57 # retry_delay=time
58 # retry tells the client to retry connection after time (seconds) in case of 
59 # failure (0 = no retry)
60 retry_delay=0
61
62 if_tunnel=sit1
63
64 # Host type can be 'host' or 'router'.  
65 # host_type=host
66
67 #
68 # Options for host_type=router only
69 #
70 # Length of the delegated prefix
71 # prefixlen=48
72
73 # Interface for router advertisement
74 # if_prefix=
75
76 # Dns server name for reverse dns delegation
77 # dns_server=
78
79
80 # end of tspc.conf
81 #-----------------------------------------------------------------------------
This page took 0.035921 seconds and 3 git commands to generate.