At 05:31 PM 10/28/2002, you wrote:
[EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote:

> Pardon me if this is a stupid question, but I've been fighting Freenet for
> the last 45 minutes trying to figure out exactly how to get at the Freenet
> proxy from a different computer. The solutions in the FAQ and Questions &
> Answers on the web site aren't working for me.

That's because the freenetproject.org documentation is HORRIBLY out of
date.

> fproxy.bindAddress=*
> fproxy.allowedHosts=*

Those lines are no longer correct (and you should have seen warnings
about them in your freenet.log file).  The new syntax looks like this:

mainport.port=8888
mainport.bindAddress=*
mainport.allowedHosts=127.0.0.1,209.142.155.49,192.168.2.1,192.168.2.2,192.168.2.4,192.168.2.20
mainport.params.servlet.1.params.tempDir=/home/freenet/tmp/

For more details, please see
<http://freenet.sourceforge.net/wiki/index.php?FAQ>.
I have these lines in my freenet.conf (on linux obviously):

mainport.allowedHosts=127.0.0.1,192.168.1.2,192.168.1.3
mainport.port=8888
mainport.bindAddress=*

And mainport is still binding only to localhost. It's been doing this for quite a few of the latest version for me. Am I doing something wrong or is the binding broken?



_______________________________________________
support mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org/cgi-bin/mailman/listinfo/support

Reply via email to