Home
The Toolkit for Online Communities
15889 Community Members, 0 members online, 1720 visitors today
Log In Register

Forum OpenACS Q&A: Response to Can't access AOLserver through eth0 on localhost

OpenACS Home : Forums : OpenACS Q&A : Response to Can't access AOLserver through eth0 on localhost : One Message

+
Posted by Ola Hansson on
I want to thank Walter McGinnis who gave the answer to this one in another thread: http://openacs.org/forums/message-view?message_id=18532
I just have to set the hostname to the ip-address as below:
set hostname	192.168.1.10
set address	192.168.1.10
Now I can reach my web server internally from any machine on my LAN:-)
Thank you very much Walter!