Package: freenet6
Version: 2.1.1-4.1

When freenet6 tries to run, I see:

Jun  3 09:33:24 wombat tspc:  tspSetupTunnel: Authentification error
Jun  3 09:33:24 wombat tspc:  tspMain:  Error is 7: AUTHENTIFICATION_ERROR


I replaced tspc with the 1.0-2 version, reran, and everything worked.
And now the new version reauthenticates just fine.

I'm using a tunnel to the AARNET tunnel broker: broker.aarnet.net.au

My /etc/freenet6/tspc.conf file is:

#-----------------------------------------------------------------------------
# tspc.conf
#-----------------------------------------------------------------------------

#
# tsp client version
#
tsp_version=1.0.1

#
# 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=gelato-unsw

# passwd=
# The passwd must be empty if userid is anonymous or an alphanumeric string
# if userid is not anonymous.
passwd=**********

# 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.
template=setup

# server=FQDN:PORT  (Default port is 3653)
# Tunnel Broker address
# server=tsps1.freenet6.net
#server=tsps2.freenet6.net
server=broker.aarnet.net.au

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

if_tunnel=sit1

# Host type can be 'host' or 'router'.  
# host_type=host
host_type=router
#
# Options for host_type=router only
#
# Length of the delegated prefix
prefixlen=48

# Interface for router advertisement
# if_prefix=

# Dns server name for reverse dns delegation
# dns_server=


# end of tspc.conf
#-----------------------------------------------------------------------------


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to