Per Jessen <per@computer.org> 8/22/2005 10:52 AM >>> Joe Stuart wrote:
zone "zone.name.com" in { type forward; forwarders { 10.10.50.100; };
};
I want all queries for zone.name.com to be forwarded to 10.10.50.100. Is this the correct way to set it up?
Yep, looks good.
/Per Jessen, Zürich
Forgot to say I cant get it to work. It just says host unknown. -- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
Joe Stuart wrote:
Forgot to say I cant get it to work. It just says host unknown.
Here's an example that I've got running: zone "jessen.ch" in { type forward; forwarders { 192.168.2.104; }; forward only; }; I'm using bind 9.2.3. /Per Jessen, Zürich
On Mon, 2005-08-22 at 10:59 -0500, Joe Stuart wrote:
Forgot to say I cant get it to work. It just says host unknown.
How are you querying for the host? 1. host <FQDN> 2. host <hostname> If no. 2, then do you have the "search <your domain name>" in your /etc/resolv.conf? HTH -- Arun Khan Linux is like a wigwam - no gates, no windows, apache inside
participants (3)
-
Arun K. Khan
-
Joe Stuart
-
Per Jessen