Re: DNS PROBLEMS

From: Robert Thomas <rob@dont-contact.us>
Date: Fri, 04 Apr 1997 14:31:43 +1000

>I have got dnsserver to accept domain names, when I run it from the
>command line. (i.e. bash# dnsserver ). It will now return the correct
                       ^^^^^ Thats a root login
>value, I had to get into the code to get that working. But, that's another
>story....
>
>OK, now when I use netscape and try to access a page
>( e.g. home.netscape.com ) i get the following message:

Squid won't run as root any more.. Have you done a make install? That
sets everything to the right paths... assuming you're sticking everything
in /squid ...

proxy# ./configure -prefix=/squid
[blah blah blah]
proxy# make
[much more blah blah]
proxy# make install

That -will- work. I run squid as the uid/gid of squid/squid, and did a
chown -R squid /squid to make sure everything was owned by the right user.

Also, that error could be because you're running a UDP firewall on that
machine, which is giving the machine an error when it tries to do a DNS
query (which uses UDP)

                                        --Rob

>**ERROR
>**
>**The requested URL could not be retrieved
>**
>**
>**While trying to retrieve the URL: http://home.netscape.com/
>**
>**The following error was encountered:
>**
>** Connection Failed
>**
>**The system returned:
>**
>** (13) Permission denied
>**
>**This means that:
>**
>** The remote site or server may be down. Please try again soon.
>
>
>But when I put in: http://203.30.168.7 it works fine. Can anyone please
>help me.....I'm really getting to a desperate stage.
>
>Thanks,
>
>Dave.
>
>
>
Received on Thu Apr 03 1997 - 20:46:19 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:34:56 MST