Re: [freenet-support] Headless install on Pi3.

2017-01-23 Thread Stephen Mollett
Hi,

On 23/01/17 12:55, neuman wrote:
> I've modified the following lines in my freenet.ini ...
> fproxy.allowedHosts=127.0.0.1,192.168.1.101,0:0:0:0:0:0:0:1
> fproxy.bindTo=127.0.0.1,192.168.1.101,0:0:0:0:0:0:0:1
> fproxy.allowedHostsFullAccess=127.0.0.1,192.168.1.101,0:0:0:0:0:0:0:1
> 
> pi3 address is 192.168.1.130  and my main computer is 192.168.1.101

You need to put 192.168.1.130 in the fproxy.bindTo line instead of
192.168.1.101. That line governs what addresses the proxy accepts
connections through; the others govern where the connections can come
from (so they're correct in listing your main computer's address).

Hope this helps,
Stephen
___
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

Re: [freenet-support] Headless install on Pi3.

2017-01-23 Thread Freenet
Change the fproxy.bindTo= to 192.168.1.130 instead of 192.168.1.101

neuman:
> I installed freenet on a raspberry pi3 and for all I can see in the
> wrapper its working fine,  but I can't seem to be able to figure out how
> to access the web console from my main computer.
> 
> Im following the directions here:
> https://freenetproject.org/help.html#fproxy-lan
> 
> I've modified the following lines in my freenet.ini based on the
> directions and a few other pages I've found on google.
> 
> fproxy.allowedHosts=127.0.0.1,192.168.1.101,0:0:0:0:0:0:0:1
> fproxy.bindTo=127.0.0.1,192.168.1.101,0:0:0:0:0:0:0:1
> fproxy.allowedHostsFullAccess=127.0.0.1,192.168.1.101,0:0:0:0:0:0:0:1
> 
> 
> pi3 address is 192.168.1.130  and my main computer is 192.168.1.101
> 
> 
> In my wrapper.log I found the two following errors:
> 
> Unable to bind to address 192.168.1.101 for port 
> Could not bind to some of the interfaces specified for port  :
> [192.168.1.101]
> 
> 
> Any suggestions?
> ___
> 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
___
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