Clean install, only have access from localhost
PostPosted:Mon Nov 22, 2010 9:38 pm
by Gene
I've installed a fresh F14 and installed OpenKM 5 RC1. Can access from localhost, but do not appear to have a server listening on my ip address. Sorry if I've overlooked in the guides, but have not been able to find anything. Do not have local GUI, running lynx to access from localhost, can only get to login screen.
any help appreciated, TIA
Re: Clean install, only have access from localhost
PostPosted:Mon Nov 22, 2010 10:26 pm
by jllort
Take a look here
http://wiki.openkm.com/index.php/Basic_ ... _knowledge
probably you're not binding all network interfaces in your server.
Re: Clean install, only have access from localhost
PostPosted:Tue Nov 23, 2010 2:58 pm
by Gene
jllort wrote:Take a look here http://wiki.openkm.com/index.php/Basic_ ... _knowledge
probably you're not binding all network interfaces in your server.
Thanks, sorry I overlooked that. However, I tried it with the same results. Startup logs show that Coyote is binding to http-0.0.0.0-8080, but still no connection from other computer. netstat -n --inet verifies that there is no listening server on 8080
Code: Select all[root@kashyyyk ~]# netstat -n --inet
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 52 172.16.101.111:22 172.16.102.50:64686 ESTABLISHED
Thanks for looking
Re: Clean install, only have access from localhost
PostPosted:Tue Nov 23, 2010 5:07 pm
by jllort
you're running with option -b 0.0.0.0 ?
on localhost runs well but not on network ?
any firewall or similar it's the only explanation
Re: Clean install, only have access from localhost
PostPosted:Tue Nov 23, 2010 5:24 pm
by Gene
jllort wrote:you're running with option -b 0.0.0.0 ?
on localhost runs well but not on network ?
any firewall or similar it's the only explanation
Thank you for checking on this. I've got it working on ubuntu 10.10, was having the problem on Fedora 14. I had disable firewall, but there was definitely something quirky with the interfaces (eth0 didn't come up automatically even though it was configured).
Again, thanks for checking on this, I've resolved by replacing OS and had no issues.