Ostatnio brałem się za konfigurację tunelu IPv6 na serwerze i napotkałem na pewien problem. Tunel założyłem w serwisie freenet6.net. Dociągnałem apt-get'em potrzebne oprogramowanie (program tspc i radvd). Wprowadziłem odpowiednie zmiany w tspc.conf i wystartowałem program poleceniem
Kod: Zaznacz cały
/usr/sbin/tspc -vf /etc/tsp/tspc.conf
Kod: Zaznacz cały
Connecting to server with reliable udp
Using TSP protocol version 2.0.0
Getting capabilities from server
Authenticating lipiec
Authentication success
Asking for a tunnel
Proccessing response from server
Got tunnel parameters form server, setting up local tunnel
Going daemon, check /var/log/tspc.log for tunnel creation status
Kod: Zaznacz cały
tspc: tspSetupInterface: tspSetupInterface beginning
tspc: tspStartLocal: Waiting for setup script to complete
tspc: tspStartLocal: Script failed to execute correctly
tspc: tspMain: Error is 3: INTERFACE_SETUP_FAILED
tspc: tspMain: TSP session done.
Tak wygląda mój plik konfiguracyjny do tspc:
Kod: Zaznacz cały
#begin of tspc.conf
auth_method=any
client_v4=89.149.230.224
userid=tutaj_mój_nick
passwd=moje_hasło
template=linux
server=broker.freenet6.net
retry_delay=30
tunnel_mode=v6anyv4
if_tunnel_v6v4=sit1
if_tunnel_v6udpv4=tun
proxy_client=no
keepalive=yes
keepalive_interval=30
host_type=router
prefixlen=48
if_prefix=eth0
dns_server=dubeninki.info
#end of tspc.conf
Kod: Zaznacz cały
eth0 Link encap:Ethernet HWaddr 00:0C:29:FB:7F:57
inet addr:89.149.230.224 Bcast:89.149.230.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:199612 errors:0 dropped:0 overruns:0 frame:0
TX packets:41525 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:45118060 (43.0 MiB) TX bytes:6610608 (6.3 MiB)
Interrupt:177 Base address:0x1080
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:23 errors:0 dropped:0 overruns:0 frame:0
TX packets:23 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3496 (3.4 KiB) TX bytes:3496 (3.4 KiB)
sit1 Link encap:IPv6-in-IPv4
inet6 addr: 2001:5c0:8fff:fffe::668d/128 Scope:Global
inet6 addr: fe80::5995:e6e0/64 Scope:Link
UP POINTOPOINT RUNNING NOARP MTU:1280 Metric:1
RX packets:2 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:136 (136.0 b) TX bytes:0 (0.0 b)