PC Review


Reply
Thread Tools Rate Thread

Dynamic DNS (Netmask Ordering)

 
 
Jamie
Guest
Posts: n/a
 
      24th Oct 2006
On our primary DNS server, we use netmask ordering, so one host name
can be used arocc multiple IP addresses.

For instance we have an FTP server with the following entries:

192.168.1.1
192.168.2.1
192.168.3.1

So when a host looks for 'ftp.domainname.com' the response will come
back based on the subnet that the client is on.

This works well, but we have a VPN in where our assigned IP address is
192.168.4.xxx

When we resolve 'ftp.domainname.com' it will come back randomly between
all three of the host IP's we have entered, becasue we are not on any
of those subnets.

How can I make 'ftp.domainname.com' resolve only to 192.168.1.1 when
clients are on the 192.168.4.xxx subnet?

 
Reply With Quote
 
 
 
 
Herb Martin
Guest
Posts: n/a
 
      24th Oct 2006
"Jamie" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> On our primary DNS server, we use netmask ordering, so one host name
> can be used arocc multiple IP addresses.
>
> For instance we have an FTP server with the following entries:
>
> 192.168.1.1
> 192.168.2.1
> 192.168.3.1
>
> So when a host looks for 'ftp.domainname.com' the response will come
> back based on the subnet that the client is on.
>
> This works well, but we have a VPN in where our assigned IP address is
> 192.168.4.xxx
>
> When we resolve 'ftp.domainname.com' it will come back randomly between
> all three of the host IP's we have entered, becasue we are not on any
> of those subnets.


That is the expected (default) behavior.)

> How can I make 'ftp.domainname.com' resolve only to 192.168.1.1 when
> clients are on the 192.168.4.xxx subnet?


In your specific example you can turn OFF "round robin"
(leave Netmask Ordering enabled) and ensure that the
1.1 address is FIRST in the file.

Round robin is the feature that is randomizing the return
when there is no best netmask ordering match.

(It's located in the advanced settings near to the netmask
ordering checkbox.)

--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]


 
Reply With Quote
 
MWood
Guest
Posts: n/a
 
      10th Nov 2006
Hi,

Working on the same issue here and essentially have it working, except
one problem.

I've setup an entry named "example" so I resolve to
example.domainname.com using the subnet the computer is on. The
problem is that it's not always working. When pinging just "example" I
get the correct subnet, but when adding the domainname.com it
occasionally resolves to a different subnet.


Any help is appreciated.

thanks

Mark
Herb Martin wrote:
> "Jamie" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > On our primary DNS server, we use netmask ordering, so one host name
> > can be used arocc multiple IP addresses.
> >
> > For instance we have an FTP server with the following entries:
> >
> > 192.168.1.1
> > 192.168.2.1
> > 192.168.3.1
> >
> > So when a host looks for 'ftp.domainname.com' the response will come
> > back based on the subnet that the client is on.
> >
> > This works well, but we have a VPN in where our assigned IP address is
> > 192.168.4.xxx
> >
> > When we resolve 'ftp.domainname.com' it will come back randomly between
> > all three of the host IP's we have entered, becasue we are not on any
> > of those subnets.

>
> That is the expected (default) behavior.)
>
> > How can I make 'ftp.domainname.com' resolve only to 192.168.1.1 when
> > clients are on the 192.168.4.xxx subnet?

>
> In your specific example you can turn OFF "round robin"
> (leave Netmask Ordering enabled) and ensure that the
> 1.1 address is FIRST in the file.
>
> Round robin is the feature that is randomizing the return
> when there is no best netmask ordering match.
>
> (It's located in the advanced settings near to the netmask
> ordering checkbox.)
>
> --
> Herb Martin, MCSE, MVP
> Accelerated MCSE
> http://www.LearnQuick.Com
> [phone number on web site]


 
Reply With Quote
 
Herb Martin
Guest
Posts: n/a
 
      10th Nov 2006
"MWood" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
>
> Working on the same issue here and essentially have it working, except
> one problem.
>
> I've setup an entry named "example" so I resolve to
> example.domainname.com using the subnet the computer is on. The
> problem is that it's not always working. When pinging just "example" I
> get the correct subnet, but when adding the domainname.com it
> occasionally resolves to a different subnet.


Assuming you are resolving the same name there is NO
difference between those methods as far as the DNS
SERVER is concerned.

[If however, you end up resolving through NetBIOS either
Broadcasts or WINS requests might give a different result.]

Ping uses Hosts file then DNS so if DNS resolution is used
the name will be the same one whether you type in example
or example.domainname.com as long as you aren't resolving
a name from another domain which just HAPPENS to have
"example" in it -- for the latter to happen you would likely
need to have implemented checking parent suffixes OR
checking additional DNS name suffixes.

But all of this is CLIENT only and has nothing to do with
the DNS server.

The DNS server will only return answers for the Fully
Qualified names the client software actually requests.

The feature of appending suffixes is a purely a client
feature to allow you to avoid typing.

--
Herb Martin, MCSE, MVP
Accelerated MCSE
http://www.LearnQuick.Com
[phone number on web site]

>
> Any help is appreciated.
>
> thanks
>
> Mark
> Herb Martin wrote:
>> "Jamie" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>> > On our primary DNS server, we use netmask ordering, so one host name
>> > can be used arocc multiple IP addresses.
>> >
>> > For instance we have an FTP server with the following entries:
>> >
>> > 192.168.1.1
>> > 192.168.2.1
>> > 192.168.3.1
>> >
>> > So when a host looks for 'ftp.domainname.com' the response will come
>> > back based on the subnet that the client is on.
>> >
>> > This works well, but we have a VPN in where our assigned IP address is
>> > 192.168.4.xxx
>> >
>> > When we resolve 'ftp.domainname.com' it will come back randomly between
>> > all three of the host IP's we have entered, becasue we are not on any
>> > of those subnets.

>>
>> That is the expected (default) behavior.)
>>
>> > How can I make 'ftp.domainname.com' resolve only to 192.168.1.1 when
>> > clients are on the 192.168.4.xxx subnet?

>>
>> In your specific example you can turn OFF "round robin"
>> (leave Netmask Ordering enabled) and ensure that the
>> 1.1 address is FIRST in the file.
>>
>> Round robin is the feature that is randomizing the return
>> when there is no best netmask ordering match.
>>
>> (It's located in the advanced settings near to the netmask
>> ordering checkbox.)
>>
>> --
>> Herb Martin, MCSE, MVP
>> Accelerated MCSE
>> http://www.LearnQuick.Com
>> [phone number on web site]

>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
A surprising fix for column ordering of a dynamic DataGridView michael sorens Microsoft C# .NET 7 19th Jan 2009 06:22 PM
netmask ordering jason sigurdur Microsoft Windows 2000 DNS 7 21st Jun 2006 04:12 AM
Netmask Ordering Asaf Ganot Microsoft Windows 2000 DNS 1 8th Aug 2004 10:39 PM
Netmask Ordering and Active Directory Rajesh K R Microsoft Windows 2000 DNS 1 3rd Mar 2004 11:32 AM
DNS: NETMASK ORDERING MJC Microsoft Windows 2000 DNS 3 13th Feb 2004 06:57 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:21 PM.