Hello:

Praveen Kannan wrote,
> it should forward the lookup to the 172.16.x.x network which has
> proxy.local.test.com and likewise spock for spock.local.test.com in
> the 172 network. How do i do that, I have added entries in
> /etc/named.conf like
> forward {
> 172.16.1.10
> }
> etc , but the dns isn't getting resloved, what to do ???

Incorrect syntax!

options {
        [..]
        forward first;
        forwarders { 172.16.1.10; };     // My ISP's name server
};

-- Shanu

-- 
Luke Skywalker:
        How did my father die?
Ben (Obi-Wan) Kenobi:
        A young Jedi named Darth Vader, who was a pupil
        of mine until he turned to evil, helped the
        Empire hunt down and destroy the Jedi knights.
        He betrayed and murdered your father.

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to