Discussion:
[freenet-support] Support Digest, Vol 83, Issue 5
h***@comcast.net
2017-01-23 18:44:14 UTC
Permalink
Send Support mailing list submissions to
***@freenetproject.org

To subscribe or unsubscribe via the World Wide Web, visit
https://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
or, via email, send a message with subject or body 'help' to
support-***@freenetproject.org

You can reach the person managing the list at
support-***@freenetproject.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Support digest..."


Today's Topics:

1. Headless install on Pi3. (neuman)
2. Re: Headless install on Pi3. (Freenet)
3. Re: Headless install on Pi3. (Stephen Mollett)
4. Re: Newbie questions (Steve Dougherty)


----------------------------------------------------------------------

Message: 1
Date: Mon, 23 Jan 2017 07:55:45 -0500
From: neuman <***@gmail.com>
To: ***@freenetproject.org
Subject: [freenet-support] Headless install on Pi3.
Message-ID: <a63f35d7-2366-05f8-4bec-***@gmail.com>
Content-Type: text/plain; charset=utf-8; format=flowed

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 8888
Could not bind to some of the interfaces specified for port 8888 :
[192.168.1.101]


Any suggestions?


------------------------------

Message: 2
Date: Mon, 23 Jan 2017 13:24:00 +0000
From: Freenet <***@nullvoid.me>
To: ***@freenetproject.org
Subject: Re: [freenet-support] Headless install on Pi3.
Message-ID: <69f3e4b2-ec34-4023-014c-***@nullvoid.me>
Content-Type: text/plain; charset=utf-8

Change the fproxy.bindTo= to 192.168.1.130 instead of 192.168.1.101
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.
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
Unable to bind to address 192.168.1.101 for port 8888
[192.168.1.101]
Any suggestions?
_______________________________________________
Support mailing list
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
------------------------------

Message: 3
Date: Mon, 23 Jan 2017 13:50:37 +0000
From: Stephen Mollett <***@yahoo.com>
To: ***@freenetproject.org
Subject: Re: [freenet-support] Headless install on Pi3.
Message-ID: <b5359b83-795d-869c-ece7-***@yahoo.com>
Content-Type: text/plain; charset=utf-8

Hi,
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


------------------------------

Message: 4
Date: Mon, 23 Jan 2017 14:20:51 +0000
From: Steve Dougherty <***@asksteved.com>
To: ***@freenetproject.org
Subject: Re: [freenet-support] Newbie questions
Message-ID:
<CAC+9PX58cV4Cw2n5EBYiwpAEs7yrELAeR=hK=***@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

The Tor comparison is easiest to answer because there's a FAQ entry:
https://freenetproject.org/help.html#tor
Hello!
How do nodes discover each other?
In opennet mode ("normal" or "low" network security) they connect to
seed nodes (a list of which is included with the software) run by
volunteers which provide them with an initial set of possible
connections, and during normal operation performs path folding to
maintain and improve its connections. [0]
When not in opennet mode (and therefore in "darknet mode;" if both modes
are in use it's "hybrid") connections must be manually and mutually added.
Can nodes within a LAN connect to each other without any special
configuration?
It depends on what you mean by special configuration. It does require
that the nodes' operators add one another as "friends" by trading node
references, but this is intended as routine configuration.
Do they need Internet access?
No, but note that a completely isolated darknet would have no way to
access the content available through the public opennet network. This
includes updates to the software. As long as one member of the darknet
is also connected to opennet this will not be the case. (Though
performance will be slow.)
Would nodes keep automatically connecting when they are in a LAN where
some days there is no Internet access?
Yes.
Does Freenet have any kind of real asynchronous messaging?
Yes, and it depends what you mean.
Alice is online and sends a message which has Caroline (her Freenet
friend) as the recipient, but Caroline is offline. Fortunately Barbara (who
is a common Freenet friend of both Alice and Caroline) is online. Then
Alice goes offline. Then Caroline goes online and receives Alice's message.
Barbara (or other common online Freenet friend) automatically forwarded the
message without being able to read it.
If so, how does it work?
Darknet peers can send direct messages by clicking on the peer's name on
the friends page. If the peers are not both online and connected the
message will be deferred until they are. The user interface for this is
very poor but it does function.
Otherwise, messaging tools like FLIP, Freemail, or Sone can do that.
[1][2][3] They work by inserting and fetching the messages as files.
I guess some of those three messaging tools do somehow the kind of
asynchronous messaging I meant. Do they?
Thank you!!
Yep. :) Hope this helps.
- Steve
It does! Great explanations! As soon as I have a while I will try Freenet.
In the case you, or anyone in this list, know a bit about other
more-or-less similar decentralized tools like Retroshare, Zeronet, Tox,
IPFS, etc, could you very briefly compare them to Freenet and easily say
some advantage or disadvantage of some of those tools over Freenet?
Thanks again.
[0] https://wiki.freenetproject.org/Opennet
[1]
[2] http://freesocial.draketo.de/freemail_en.html
[3]
_______________________________________________
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
_______________________________________________
Support mailing list
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://emu.freenetproject.org/pipermail/support/attachments/20170123/33f4e4c9/attachment.html>

------------------------------

Subject: Digest Footer

_______________________________________________
Support mailing list
***@freenetproject.org
https://emu.freenetproject.org/cgi-bin/mailman/listinfo/support

------------------------------

End of Support Digest, Vol 83, Issue 5
**************************************

Loading...