In message <[EMAIL PROTECTED]>, [EMAIL PROTECTED] writes
Quoting Lean Fuglsang <[EMAIL PROTECTED]>:

First I would like to know how to search the archives... It is pretty
cumbersome if I ask questions which have already been answered.

You know... I've grappled with the same question. I haven't been able to
finagle Google into searching the lists. The best I've found is to load up a
select archive and then use your browser to search for a specific word. Problem
with this, of course, is that you're only searching the "subject" and "from"
headers. It'd be nice if the archives were a) searchable, or at least b) able
to display all messages (including body) in a flat format.


I have startet freenet on a server on my localnet. Is it possible for
other computers on the localnet to use freenet on the server in a good
way.
Right now all links is set for 127.0.0.1:8888. Is this hardcoded on the
websites?
Is it possible for other freenet clients to use the server in a good
way?
Or is the only solution to manually redirect ports on the clients?

It should be fine. From another computer on your network point your browser to
the node. (192.168.1.1:8888, or whatever it is). Normally all links on Freenet
are enoded as "/[EMAIL PROTECTED]", so the browser will automatically tack on the
preceding 192.168.1.1:8888, like you'd want.


Note, however, that you're going to have to make a few changes to your node.
You'll have to tell the node to allow incoming connections from
other-than-127.0.0.1.  How to do that can be found here:
http://freenetproject.org/tiki-index.php?page=FAQ#fproxy-lan

In brief, add this to your freenet.conf (or freenet.ini, for Windows):

mainport.bindAddress=*
mainport.allowedHosts=127.0.0.1,192.168.1.0/24

Let me know if you get it to work.

-todd

____

Allegedly, you don't have to do this now for 192.168.*.* addresses, as they are automatically accepted. You do have to add public IPs, and I am not sure about 10.*.*.* and 172.whatever. And, AIUI, you do have to leave the 127.0.0.1 in the list if you do modify it and might want to connect on the same host.
--
Roger Hayter
_______________________________________________
Tech mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org:8080/cgi-bin/mailman/listinfo/tech

Reply via email to