On Sun, Oct 27, 2002 at 01:29:09PM -0500, Ed Tomlinson wrote: > Hi, > > My node lives on a dsl connection. My ip changes every couple of day or when > I reboot. If I just > stop and start my node, the rest of the network continues to send me queries. > If I reboot requests > drop amost to zero. This leads me to think that other nodes do not check to > see if a node's ip > address changes. If this is correct, a look and compare of ip address after > a failed connect could > help the network stay stable - suspect there a quite a few nodes using > services like dyndns.
Have you checked that you actually set the "ipAddress" option to the DNS address? (It is misnamed.) All entries in the datastore are stored in the form of Node References (the same things you see in the seed files). The addresses are only strings, and the data is signed so there is no way the strings could get manipulated after they leave your node. They are resolved every time they are used to route. If --export returns a reference with the DNS address, then other nodes are using that. I'm as convinced as I can be that what you are seeing is a symptom of something else. -- Oskar Sandberg oskar at freenetproject.org _______________________________________________ devl mailing list devl at freenetproject.org http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/devl
