HELP!!
I am having problems connecting to wwwoffle from a client on a network.
I have my network set up with a dhcp host with ip 192.168.0.1
I have edited my config file to include:
LocalHost
{
myhost
192.168.0.1
localhost
127.0.0.1
}
LocalNet
{
192.168.0.*
}
AllowedConnectHosts
{
192.168.0.*
}
and is running on port 8080.
I can connect from the host fine using both 'localhost' and 'myhost' as the
hostname (but using 192.168.0.1 does not work - perhaps a clue), but from
my client that has been given an ip through dhcp of 192.168.0.10 ( running
Windows with Explorer with proxy set to the myhost:8080) it does not seem
to work.
I've also tried 'telnet 192.168.0.1 8080' from a client running linux, and
get connection refused.
I've done a thorough search on groups.google and read the documentation,but
as far as I can see I have done everything right.
I know it is not a firewall issue, as when I run 'Zope' (a python based
application server) on the same port I have no problems.
thanks in advance,
Stu