help-gnunet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnunet] Getting started


From: Christian Grothoff
Subject: Re: [Help-gnunet] Getting started
Date: Fri, 17 Apr 2015 16:38:29 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.5.0

For the first warning, looks like your system was somehow receiving
traffic via an IPv6 address that your configuration does not specify.
Maybe your NAT even supports IPv6?  I don't think we ever tested with
IPv6-NAT, and the config likely doesn't even have an option for that.

For the second warning, that's odd as your configuration does specify
that IPv4 address explicitly, and so we should not generate that
warning. Which version are you running? This looks like a bug, but it
might be one fixed since 0.9.1...

Finally, if your peer does connect to the network despite these
warnings, they are not "critical". They tell us that there is a problem,
but it may not be fatal (if downloads from other peers work; loopback
will of course always work).


On 04/16/15 05:44, Ron Murray wrote:
> This is my first real attempt at getting gnunet working. I was able to
> upload and download test files ok, but I don't think it's really working
> right.
> 
> For one, my gnunet log is full of stuff like this:
> 
> -------------------------
> Apr 15 23:25:19-715749 transport-32364 ERROR Address
> `udp.0.[2601:183:c501:2021::2]:2086' is not one of my addresses, not
> confirming PING
> Apr 15 23:26:32-420355 nat-32364 WARNING Asked to validate one of my
> addresses and validation failed!
> Apr 15 23:26:32-420403 transport-32364 ERROR Address
> `udp.0.73.142.251.131:2086' is not one of my addresses, not confirming PING
> Apr 15 23:30:25-641778 nat-32364 WARNING Asked to validate one of my
> addresses and validation failed!
> -------------------------
> 
> 
> Here's my gnunet.conf:
> 
> -------------------------
> [datastore-mysql]
> CONFIG = /root/~/.my.cnf
> 
> [arm]
> SYSTEM_ONLY = YES
> USER_ONLY = NO
> 
> [nat]
> BEHIND_NAT = YES
> ENABLE_UPNP = YES
> USE_LOCALADDR = NO
> EXTERNAL_ADDRESS = 73.142.251.131
> INTERNAL_ADDRESS = 192.168.14.2
> 
> [PATHS]
> DEFAULTCONFIG = /etc/gnunet.conf
> 
> [path]
> GNUNET_HOME = /var/lib/gnunet/
> GNUNET_DATA_HOME = /var/lib/gnunet/data/
> GNUNET_RUNTIME_DIR = /var/run/gnunet/
> -------------------------
> 
> I do have IPv6 connectivity, and my current /64 is indeed
> "2601:183:c501:2021:". The IPv4 external address is correct, and I'm
> behind an IPv4 NAT (but IPv6 is allowed through on port 2068 to this host).
> 
> First question: do these error message give any cause for worry?
> 
> Second question: if I crank up gnunet-gtk, there aren't any identities
> under "Identity Management", although the manual says there should be.
> Is his a known problem? How do I overcome it?
> 
> My Linux distribution is Debian testing.
> 
> Any help appreciated. I think I'll have more questions later (GNS
> doesn't want to work, for one), but I'll start with these.
> 
> Thanks,
> 
>  .....Ron Murray
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]