On Thu, 17 Feb 2005 21:25:34 -0800, siddharth taneja <[EMAIL PROTECTED]> wrote:
> I was wondering as to how I could get freenet running on a small network of > nodes, not connected to the internet. I just want the particular nodes to be > part of the freenet network. First, if you're using a non-public IP address space (10.0.0.0/8, 172.16.0.0/12 or 192.168.0.0/16), set localIsOk=true in each node's config file. Then, start up one of the nodes without a seednodes.ref. Once it's online, go to http://localhost:8888/servlet/nodestatus/myref.txt and save it as seednodes.ref. Copy the seednodes.ref to all other nodes and start them up. Also, setting maxHopsToLive to something lower than 20 is a good idea to prevent unnecessary RouteNotFound errors. The ideal value depends on the number of nodes in your private network. -- Mika Hirvonen <[EMAIL PROTECTED]> _______________________________________________ Support mailing list [email protected] http://news.gmane.org/gmane.network.freenet.support Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support Or mailto:[EMAIL PROTECTED]
