PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Noms de domaine > ms.public.win2000.dns > Dynamic DNS (Netmask Ordering)
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
Dynamic DNS (Netmask Ordering)

Réponse
 
LinkBack Outils de la discussion
Vieux 24/10/2006, 22h09   #1
Jamie
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Dynamic DNS (Netmask Ordering)

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?

  Réponse avec citation
Vieux 24/10/2006, 23h59   #2
Herb Martin
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Dynamic DNS (Netmask Ordering)

"Jamie" <jjenkins@american-appraisal.com> wrote in message
news:1161724159.005106.140280@k70g2000cwa.googlegr oups.com...
> 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]


  Réponse avec citation
Vieux 10/11/2006, 16h43   #3
MWood
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Dynamic DNS (Netmask Ordering)

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 is appreciated.

thanks

Mark
Herb Martin wrote:
> "Jamie" <jjenkins@american-appraisal.com> wrote in message
> news:1161724159.005106.140280@k70g2000cwa.googlegr oups.com...
> > 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]


  Réponse avec citation
Vieux 10/11/2006, 22h13   #4
Herb Martin
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Dynamic DNS (Netmask Ordering)

"MWood" <markdavidwood@gmail.com> wrote in message
news:1163177021.577088.276410@k70g2000cwa.googlegr oups.com...
> 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 is appreciated.
>
> thanks
>
> Mark
> Herb Martin wrote:
>> "Jamie" <jjenkins@american-appraisal.com> wrote in message
>> news:1161724159.005106.140280@k70g2000cwa.googlegr oups.com...
>> > 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]

>



  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 22h00.


Édité par : vBulletin® version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,11673 seconds with 12 queries