Op 11-feb-2011, om 19:30 heeft folkert het volgende geschreven:

I have a private lan with a couple of systems that only I can use. Now I run freenet on system x but would like to access it from others as well without using remote X or vnc or so. For that I need freenet to not bind
to localhost.
How can I accomplish that?

If you can use the webinterface, then change the settings under the Configuration/Web Interface menu.

The changed settings end in freenet.ini. Below are are some relevant ones. I don't use publicGatewayMode as I don;t know what it is.



# This file is overwritten whenever Freenet shuts down, so only edit it when the node is not running. fproxy.allowedHosts=213.197.10.196,193.173.36.19,192.168.1.100,127.0.0.1 ,0:0:0:0:0:0:0:1
fproxy.publicGatewayMode=false
fproxy.bindTo=0.0.0.0
fproxy.allowedHostsFullAccess=192.168.1.100,127.0.0.1,0:0:0:0:0:0:0:1
fcp.allowedHosts=192.168.1.100,127.0.0.1,0:0:0:0:0:0:0:1
fcp.bindTo=0.0.0.0
fcp.allowedHostsFullAccess=192.168.1.100,127.0.0.1,0:0:0:0:0:0:0:1


_______________________________________________
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

Reply via email to