Front Page

Explorers
- What is Freenet
- Donate!
- People
- Publicity
- Philosophy
- Translations

Users
- Download
- ScreenShots
- Documentation
- FAQ
- Third Party Tools
- Report Bug
- Mailing Lists

Authors
- Publishing

Developers
- Papers
- Architecture
- Browse CVS
- Public Area
- About This Site

Login & Edit

Hosted by
SourceForge


Questions and Answers

If you have a question, ask it; if you see an unanswered question, answer it.


Q: Exactly what is supposed to be secret in Freenet? Is the fact that someone is running a node supposed to be hard to detect?

A: There is neither a convenient method for hiding the fact that a particular IP/port is running a Freenet node nor a reason to do so. This information is given out during normal node operation; there is no breach of sensitive information if the world at large knows who runs Freenet nodes. Freenet's anonymity protects one's actions on Freenet, not whether one participates in Freenet.

-- MichaelTerry - 22 Jan 2002


Q: Why can't my Freenet client detect any nodes?

A: Open up the configuration panel and click the box marked "Import Default Node Refs". If none of them work, click the "Import New Node Ref" button and cut-and-paste a node from the FreenetNodes list on this website.

-- AfreeX? - 22 Jan 2002


Q: Why does start-freenet.sh say "-cp: illegal argument" (using jdk1.1)

A: Some JREs (especially older ones) don't seem to know the -cp setting, but replacing it with -classpath should make it work anyway. -- EricAnholt - 25 Jan 2002 (edit by SebastianSpaeth)


Q: How do I configure FProxy to allow access from computers other than localhost?

A: In your freenet.conf or freenet.ini file, add the line: fproxy.bindAddress=* and comment out or remove the, fproxy.allowedHosts=blahblah line if it exists. You can also replace * with a comma-delimited list of allowed hosts. -- SebastianSpaeth