Re: [ilugd] DNS settings

2005-09-25 Thread Naresh Narang

--- Abhinav Jain <[EMAIL PROTECTED]> wrote:

> I am student of ITBHU , i had the following
> suituation :
> 
> We have 100 subnets in our network and we have one
> DNS server for all of
> them . Now we want to configure different DNS
> settings for 10 subnets and
> different for the rest 90 .
> 
> How should we go about it ?
> 

It seems like you want to ask "How do I configure
DHCP server to set different DNS server for different
subnets." 

May be this helps you find an answer?

Regards,
--Naresh

-- Naresh

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/

Event: Freedel 2005, 17th & 18th September, 2005 - http://freedel.in


Re: [ilugd] DNS settings

2005-09-24 Thread Animesh Singh
Evening Abhinav,
FYI,

view "internal" {
match-clients { 10.1.0.0 ; };
recursion no; /* this is the default */

zone "." {
type hint;
file "named.ca ";
};
zone "0.0.127.in-addr.arpa" {
type master;
file "0.0.127.in-addr.arpa.zone";
};
zone "10.101.10.in-addr.arpa" {
type master;
file "10.101.10.in-addr.arpa.zone";
};
.

.
};

view "external" {
match-clients { 0.0.0.0 ; };
recursion no;

zone "." {
type hint;
file "named.ca ";
};
zone "0.0.127.in-addr.arpa" {
type master;
file "0.0.127.in-addr.arpa.zone";
};
.
...
..

}


Regards,
Animesh.
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/

Event: Freedel 2005, 17th & 18th September, 2005 - http://freedel.in


Re: [ilugd] DNS settings

2005-09-24 Thread Anand Kapoor
Correct me if I am wrong but if i understand your situtation you want
your DNS server to respond with different answers depending on the
source of the query i;e.

lets see Subnets1-10 query the DNS server the answer should be
different from the the answer Ssubnets 9-100 would get.

if that is the case then look up on DNS views.

"Views allow you to present one name server configuration to one
community of hosts and a different configuration to another community.
This is particularly handy if you're running a name server on a host
that receives queries from both your internal hosts and hosts on the
Internet" - O'Reilly DNS & BIND, 4th Edition.


Tell me if this helped.

Anand



On 9/24/05, Abhinav Jain <[EMAIL PROTECTED]> wrote:
> I am student of ITBHU , i had the following suituation :
>
> We have 100 subnets in our network and we have one DNS server for all of
> them . Now we want to configure different DNS settings for 10 subnets and
> different for the rest 90 .
>
> How should we go about it ?
>
> Thanking you all in anticipation
> --
> Abhinav Jain
> UnderGraduate Student
> Department of Computer Science and Engineering
> Institute of Technology , Banaras Hindu University
> [EMAIL PROTECTED]
> +91 - 9935614327
> ___
> ilugd mailinglist -- ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
> Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
> http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
>
> Event: Freedel 2005, 17th & 18th September, 2005 - http://freedel.in
>

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/

Event: Freedel 2005, 17th & 18th September, 2005 - http://freedel.in


[ilugd] DNS settings

2005-09-24 Thread Abhinav Jain
I am student of ITBHU , i had the following suituation :

We have 100 subnets in our network and we have one DNS server for all of
them . Now we want to configure different DNS settings for 10 subnets and
different for the rest 90 .

How should we go about it ?

Thanking you all in anticipation
--
Abhinav Jain
UnderGraduate Student
Department of Computer Science and Engineering
Institute of Technology , Banaras Hindu University
[EMAIL PROTECTED]
+91 - 9935614327
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/

Event: Freedel 2005, 17th & 18th September, 2005 - http://freedel.in