Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: [opgelost] Ipv6 verbinding Ubuntu werkt niet..  (gelezen 2061 keer)

Offline WimJager

  • Lid
    • Mijn Foto's
[opgelost] Ipv6 verbinding Ubuntu werkt niet..
« Gepost op: 2009/06/20, 17:59:29 »
Ik wil graag een Ipv6 connectie hebben om via nieuwsgroepen te downloaden.
Daarvoor heb ik het volgende gedaan:

- tspc geinstalleerd.
- sudo gedit /etc/tsp/tspc.conf  -> username, passw, server veranderd.

Vervolgens type ik in een terminal:
tspc

Krijg ik de volgende foutmelding:
sudo tspc
Status error 303 in tunnel negociation: 303 Unsupported tunnel mode

Error is 303: 303 is not defined as a client error, might be a TSP error?
TSP session done

Wat doe ik verkeerd?

Hieronder heb ik mijn /etc/tsp/tspc.conf :
###
#-----------------------------------------------------------------------------
# tspc.conf
#-----------------------------------------------------------------------------
#
# This source code copyright (c) Hexago Inc. 2002-2004.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License (GPL) Version 2,
# June 1991 as published by the Free  Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY;  without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; see the file GPL_LICENSE.txt. If not, write
# to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307 USA
#------------------------------------------------------------------------------

#
# authentication method:
#  auth_method=any|digest-md5|anonymous|plain
#   any is the prefered one, since the most secure mechanism common to
#    the client and the broker will be used.
#   digest-md5 is sending the username in clear, but no password is sent.
#   plain is sending both username and password in clear.
#   anonymous sends no username and no password
#  recommended: any
auth_method=any

#
# IPv4 address of the client for its tunnel endpoint:
#  client_v4=auto|A.B.C.D (valid ipv4 address)
#  auto = tspc will find the primary ipv4 address
#   on the operating system
#
client_v4=auto

#
# user identification:
#  userid=anonymous|your_userid
#  anonymous means no userid. With anonymous, you don't need to register
#   to get an userid from the broker. However, prefixes (router mode) nor
#   permanent ipv6 address are available in anonymous mode.
#  your_userid means the userid you registered to the broker. The userid
#   must be using only legal dns label names (eg: [a-zA-Z0-9-] ) since
#   the userid is used inside your user hostname.
userid=XXXXXXXXX

#
# password:
# passwd=your_password
#  leave empty if userid=anonymous
#  your_password means the password you have been assigned with your
#   userid
passwd=XXXXXXXX

#
# Name of the script:
# template=checktunnel|linux
#
# the value is the file name of the script in the /usr/lib/tspc directory
# The script will be executed after the TSP session is completed. The script
#  is configuring the tunnel interface and routes.
# checktunnel is only printing information and does not configure any tunnel
# setup will do the actual work
# you could customize your own script, name it and put the filename in
#  the template variable.
# on unix, '.sh' is added to the name of the script.
# on windows, '.bat' is added to the name of the script.
#
template=linux

#
# 'server' is the tunnel broker identifier
#   Value is the tunnel broker IP address or FQDN and an optional port number
#   The default port number is 3653.
#  
# Examples:
# server=hostname # FQDN
# server=A.B.C.D  # IPv4 address
# server=hostname:port_number  
# server=A.B.C.D:port_number
#
# For users with accounts, 'server' should be set to the Freenet6
# tunnel broker with authenticated accounts (broker.freenet6.net)
#server=broker.freenet6.net
#
# The default value is the Freenet6 tunnel broker for
# anonymous accounts (anon.freenet6.net)
server=broker.freenet6.net

#
#
# retry_delay=time
# retry tells the client to retry connection after time (seconds) in case of
# failure or tunnel keepalive timeout (0 = no retry)
retry_delay=30

#
# Tunnel encapsulation mode:
# tunnel_mode can take the following values
# "v6v4"  request an IPv6 in IPv4 tunnel
# "v6udpv4" request an IPv6 in UDP in IPv4 tunnel (for clients behind a NAT)
# "v6anyv4"   Let the broker choose the tunnel mode appropriate for my client
#  with v6anyv4, the broker will discover if the client is behind a NAT or not
#   and will offer to the TSP client the correct tunnel mode.
# recommended is: v6anyv4
tunnel_mode=v6anyv4

#
# Tunnel Interface name:
# Interface name to use to create the tunnel. This is OS dependent
# and the default is choosen based on the OS.
# if_tunnel_v6v4 is the tunnel interface name for the v6v4 encapsulation mode
# if_tunnel_v6udpv4 is the tunnel interface name for the v6udpv4 encap mode
if_tunnel_v6v4=sit1
if_tunnel_v6udpv4=tun

#
# proxy_client indicates that this client acts as a TSP proxy for
# some remote client tunnel endpoint machine. Typically, this is set to "yes" if
# we are running this client on a machine that will NOT be configuring
# the tunnel endpoint (for example, using the cisco template).
# This should be used with a static IPv4 address in client_v4 variable.
# NOTE: proxy_client=yes is incompatible with tunnel_mode=v6udpv4
# The default is "no"
proxy_client=no

#
# Keepalive for v6udpv4 tunnels:
#  keepalive indicates that this client will send keepalives to keep the
#   tunnel active (v6udpv4 tunnel) and detect inactive tunnel (no response from
#   server). When a tunnel is determined to be inactive, the TSP client
#   automatically reconnects to the server.
# keepalive_interval is a suggestion from the TSP client to the broker
#  for the interval between two keepalive messages. The broker
#  may impose a different interval value to the client if the interval
#  value is too low.
# keepalive is "yes" by default
# keepalive_interval is 30 seconds by default
keepalive=yes
keepalive_interval=30

#
# Logging facility uses syslog on Unix platforms
#syslog_facility=DAEMON
#syslog_level=INFO

#
#---------------------
# Router configuration
#
# In order to configure the machine as a router, a prefix must be requested
# and an interface must be specified.  The prefix will be advertised
# through that interface.
#
# host_type=host|router
#  default = host.
#host_type=router

#
# prefixlen specifies the required prefix length for the TSP client
#  network. Valid values are 64 or 48. 64 is for one link. 48 is for
#  a whole enterprise network (65K links).
#prefixlen=48

#
# if_prefix is the name of the OS interface that will be configured
#  with the first /64 of the received prefix from the broker and the
#  router advertisement daemon is started to advertise that prefix
#  on the if_prefix interface.
#if_prefix=

#
# For reverse DNS delegation of the prefix, define the following:
# Example: dns_server=mydnsserver.domain
#dns_server=

# end of tspc.conf
#-----------------------------------------------------------------------------
###
« Laatst bewerkt op: 2009/06/21, 10:19:58 door WimJager »

Re: Ipv6 verbinding Ubuntu werkt niet..
« Reactie #1 Gepost op: 2009/06/20, 18:05:10 »
Ondersteunt je netwerk wel ipv6?

Offline WimJager

  • Lid
    • Mijn Foto's
Re: Ipv6 verbinding Ubuntu werkt niet..
« Reactie #2 Gepost op: 2009/06/20, 18:12:09 »
Hoe bedoel je dat precies?
In de zin dat mijn router protocol 41 (of zo) kan routen?
Voor zover ik weet lukt dat niet, maar onder Windows gebruikte ik altijd een programma, hexago, en dat deed het altijd prima. Dus waarom zou het in Ubuntu dan niet werken?

Re: Ipv6 verbinding Ubuntu werkt niet..
« Reactie #3 Gepost op: 2009/06/20, 18:15:05 »
je internetprovider, modem, enz moeten ipv6 toch ondersteunen?

Offline WimJager

  • Lid
    • Mijn Foto's
Re: Ipv6 verbinding Ubuntu werkt niet..
« Reactie #4 Gepost op: 2009/06/20, 18:20:23 »
Maar ik maak toch gewoon een verbinding via een v4 to v6 tunnel, en die tunnel is van go6.
In windows werkte het ook, dus het lijkt mij stug dat het hier niet werkt.

Offline Johan van Dijk

  • Administrator
    • johanvandijk
Re: Ipv6 verbinding Ubuntu werkt niet..
« Reactie #5 Gepost op: 2009/06/20, 18:33:28 »
http://forum.go6.net/viewtopic.php?t=579
Verander de server eens naar amsterdam.freenet6.net

Even zoeken op tspc en error 303 levert wel meer hits op.

Offline Drummies

  • Lid
Re: Ipv6 verbinding Ubuntu werkt niet..
« Reactie #6 Gepost op: 2009/06/20, 18:36:45 »
heeft misschien te maken met de webbrowser die je gebruikt (deze info heeft betrekking op de webbrowser firefox)

instelling in je webbrowser ........in firefox bv type about:config in de url balk via filter ipv6 en veranderd waarde false in true

link ipv6 staat standaard false in firefox
http://kb.mozillazine.org/Network.dns.disableIPv6
Gestopt als aktief Forumlid 17/10/2011

Offline WimJager

  • Lid
    • Mijn Foto's
Re: Ipv6 verbinding Ubuntu werkt niet..
« Reactie #7 Gepost op: 2009/06/21, 10:18:56 »
Het was inderdaad dat de server op amsterdam moest staan ipv broker.
Ik heb nu ipv6 connectiviteit
Opgelost.

Vriendelijke groet, Wim