I have installed the various parts of OpenACS on a machine at home,
and it seems to be working as it should if I run the browser on the
server. When I access the system from another machine in my home,
many things break. For example, when I submit the login information,
I am logged in, but the next page doesn't load. I haven't tracked
down the exact reason, but I'm pretty sure it's how my network's
configured. Perhaps a better example: the file simple-tcl-page.tcl
(in the first problem set) causes an "Internal Server Error" at the
point where it uses ns_hostbyaddr to get the client's hostname.
Noone else seems to have posted problems with this, so I'm wondering
what boneheaded thing I've done here. Unfortunately, I have a lot to
learn about networking. I'm running a simple ("fake") TCP/IP network
consisting of two machines. There's obviously no DNS server running
in my humble home. Can ACS properly talk to another machine in this
type of situation?
Here's my network setup:
Server
IP Address: 10.10.10.10; Subnet mask: 255.255.255.0; hostname:
conrad.localdomain; [no gateways or DNS server specified}
2nd machine (running splendiferous Windows 98)
IP Address: 10.10.10.11; Subnet mask 255.255.255.0; [DNS disabled;
turning it on and specifying a hostname doesn't seem to help; not DNS
servers or gateways specified.]
Any ideas or suggestions? Thanks...