[freenet-support] web-access on headless system

Max Giesbert giesbert at exactt.de
Tue Mar 18 17:39:36 UTC 2008


I just found out that adding to fproxy.allowedHostsFullAccess is not
enough and also adding to fproxy.allowedHosts is necessary. Is that right?

Anyway, here comes another version...

Cheers

Max



#the old instructions
	wget http://downloads.freenetproject.org/alpha/installer/freenet07.tar.gz
	cat freenet07.tar.gz | gzip -d | tar xv
	cd freenet
	./run.sh start

#followed by

If you want to access the web-interface of the headless system from a
remote computer do:

	./run.sh stop

Now modify freenet.ini:

	nano freenet.ini //alternative: vi freenet.ini

Add the remote system's IP address to fproxy.bindTo:
	e.g. fproxy.bindTo=127.0.0.1,192.168.1.2,0:0:0:0:0:0:0:1

Add the local system's IP address to fproxy.allowedHostsFullAccess and
fproxy.allowedHosts
	e.g.
fproxy.allowedHostsFullAccess=127.0.0.1,192.168.1.45.0,0:0:0:0:0:0:0:1
fproxy.allowedHosts=127.0.0.1,192.168.1.45.0,0:0:0:0:0:0:0:1
	
or the whole subnet like this:
	e.g.
fproxy.allowedHostsFullAccess=127.0.0.1,192.168.1.0/255.255.255.0,0:0:0:0:0:0:0:1
fproxy.allowedHosts=127.0.0.1,192.168.1.0/255.255.255.0,0:0:0:0:0:0:0:1

Finally start the node again
	./run.sh start




More information about the Support mailing list