When i try to start freenet 6 i have the following trouble:
voyager:/etc/init.d# ./freenet6 restart
Resetting freenet IPv6 tunnel (sit1): SIOGIFINDEX: No such device
Error while executing /sbin/ifconfig
Command: /sbin/ifconfig inet6 del 3ffe:b80:2:9a44::2/128
3ffe:b80:2:9a44::2/128
and i dont know how to solve that, i dont know what is the cause that
make and SIOFIFINDEX error.
My ifconfig configuration is:
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:258 errors:0 dropped:0 overruns:0 frame:0
TX packets:258 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:12900 (12.5 KiB) TX bytes:12900 (12.5 KiB)
ppp0 Link encap:Point-to-Point Protocol
inet addr:80.103.142.149 P-t-P:62.36.192.20
Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1524 Metric:1
RX packets:10205 errors:599 dropped:0 overruns:0 frame:0
TX packets:10494 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:11148095 (10.6 MiB) TX bytes:724923 (707.9 KiB)
sit1 Link encap:IPv6-in-IPv4
inet6 addr: 3ffe:b80:2:9a44::2/128 Scope:Global
inet6 addr: fe80::5067:8e95/10 Scope:Link
UP POINTOPOINT RUNNING NOARP MTU:1504 Metric:1
RX packets:1 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:72 (72.0 b) TX bytes:0 (0.0 b)
I have yet configured my tspc.conf with the user id and the passwd that
provides freenet6 in its web.
#-----------------------------------------------------------------------------
# tspc.conf
#-----------------------------------------------------------------------------
#
# tsp client version
#
tsp_version=1.0.0
#
# auth_method=any|supported mechanism
# if any is specified, the first mechanism that is supported by both the
# server and the client will be picked. The order of precedence is the
# mechnism list shown by the output of -h. supprted mechanism is one of
# the token shown by th output of -h (case sensitive).
auth_method=any
#
# client_v4=auto|1.1.1.1 (valid ip address)
# if auto is specified, if_source or -s cmd line option must be specified.
client_v4=auto
# userid=anonymous
# the userid can be anonymous or any alphanumeric value that is dns legal.
#userid=anonymous
# passwd=
# The passwd must be empty if userid is anonymous or an alphanumeric string
# if userid is not anonymous.
#passwd=
userid=theuseridthatireceived
passwd=thepassthatireceived
# template=target
# template tells which configuration script needs to be run for interface
# setup.
# You can also use "checktunnel" if you only want the tunnel info print out