Penguin
Annotated edit history of tspc.conf version 1, including all changes. View license author blame.
Rev Author # Line
1 MattBrown 1 Your /etc/freenet6/tspc.conf should look like this
2
3 #-----------------------------------------------------------------------------
4 # Example Metanet tspc.conf
5 #-----------------------------------------------------------------------------
6
7 # tsp client version
8 tsp_version=1.0.0
9
10 auth_method=any
11 client_v4=auto
12
13 userid=<YOUR USERNAME HERE>
14 passwd=<YOUR PASSWORD HERE>
15 host_type=router
16 prefixlen=48
17 if_prefix=<YOUR INTERNAL INTERFACE HERE>
18
19 template=setup
20
21 server=tsps1.freenet6.net
22
23 if_tunnel=wan1
24
25 #-----------------------------------------------------------------------------