At 06:28 PM 9/25/1999 +0100, you wrote:
>Hi
>
>Is anyone running an DNS server on a Dial-UP connection? I Just want to be
>able to point all my clients at the linux box and let it do the DNS
>request to my ISP's servers. Any idea? I tried the procedure for a caching
>only name server as according to the DNS how-to but it complained about
>not having a server.
>
>Andy
>
If you are running RedHat, get the forwarding nameserver package. Then point
all your local clients at the Linux box, (and use localhost for the nameserver
on the Linux box.) Use the forwarders directive in /etc/named.conf to point
to your ISP's name servers.
options {
directory "/var/named";
forwarders {
169.207.1.3;
204.29.202.6;
};
Mikkel
---
Do not meddle in the affairs of dragons,
for you are crunchy and taste good with ketchup.
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]