Check the config file.. mainport.allowedHosts might be what you are looking for..
/N > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Thomas M|ller > Sent: den 29 november 2003 15:59 > To: [EMAIL PROTECTED] > Subject: [freenet-support] Problem accessing web interface > from differentcomputer > > > Hi, > > I just installed freenet on a linux box with sun's > java 1.4.2 package. This linux box does not have an X > windows configured. When I open the web interface with > lynx localhost:8888 it works fine. However, if I try > to access the web interface from another machine with > mozilla, I get the error "document contains no data". > > In the freenet.conf file, I set the options: > %mainport.allowedHosts=127.0.0.0/8,192.168.0.0/24 > %mainport.bindAddress=* > > netstat -l -p | grep java gives me: > tcp 0 0 localhost:8481 *:* > LISTEN 18748/java > tcp 0 0 *:24436 *:* > LISTEN 18748/java > tcp 0 0 *:8888 *:* > LISTEN 18748/java > tcp 0 0 *:8891 *:* > LISTEN 18748/java > This indicates to me that the web interface should be > bound to all available interfaces of the linux box. > > What am I doing wrong? How can I manage to access the > web interface from another computer within the > 192.168.0.* subnet?? > > Thomas > > > __________________________________ > Do you Yahoo!? > Free Pop-Up Blocker - Get it now > http://companion.yahoo.com/ > _______________________________________________ > Support mailing list > [EMAIL PROTECTED] > http://dodo.freenetproject.org/cgi-> bin/mailman/listinfo/support > _______________________________________________ Support mailing list [EMAIL PROTECTED] http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
