On Sunday 29 July 2001 4:56 pm, Andrew M. Bishop wrote:
> stu owen <[EMAIL PROTECTED]> wrote:
> > 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.
>
> What does the WWWOFFLE debugging output say?
Where can I find this debugging output ?
I have looked in /var/log/messages but, although I do get logging when
starting wwwoffle up and with a succesful connection, I get nothing when a
connection from a client fails.
I have use-syslog set to yes in my wwwoffle.conf file.
I'm sure it is not a firewall or xinetd config thing because when I run
another service on port 8080 and from a client do 'telnet 192.168.0.1 8080' I
do get a response. But when wwwoffle is running I get connection refused.
Thanks for any help.