|
| |||||||||
| Tags: dhcp, dns, register |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| DNS not register with non Windows DHCP
Hi, I'm sure it is a well known question, but I just cannot find the solution. I've an AD, with a windows 2003 DNS & DHCP server in my Headquarter, every time a computer request a new IP from DHCP, it is automatically updated in my DNS server (great !). I have also some remote offices, which are on the same domain, and use the same DNS server, but unfortunately for some technical reason, the DHCP addresses have to be releases by a Linux box, or some VoIP appliances. Of course my computers gets a IP address, but it's not updated in the Windows DNS server. How can I achieve this ? Thanks a lot Personne |
|
#2
| |||
| |||
| Re: DNS not register with non Windows DHCP
"Personne" <cpdivers@gmail.com> wrote in message news:1b3a8030-2087-4841-aa7a-39363ba9fe63@f20g2000prn.googlegroups.com... > Hi, > > I'm sure it is a well known question, but I just cannot find the > solution. > > I've an AD, with a windows 2003 DNS & DHCP server in my Headquarter, > every time a computer request a new IP from DHCP, it is automatically > updated in my DNS server (great !). > I have also some remote offices, which are on the same domain, and use > the same DNS server, but unfortunately for some technical reason, the > DHCP addresses have to be releases by a Linux box, or some VoIP > appliances. Of course my computers gets a IP address, but it's not > updated in the Windows DNS server. > > How can I achieve this ? > > Thanks a lot > Personne Hello Personne, I'm sorry, I don't fully understand this part: "> I have also some remote offices, which are on the same domain, and use > the same DNS server, but unfortunately for some technical reason, the > DHCP addresses have to be releases by a Linux box, or some VoIP > appliances. Of course my computers gets a IP address, but it's not > updated in the Windows DNS server." I'm not exactly sure how Linux or VOIP can release a DHCP lease that would affect a workstation or any other machine, unless I mis-understood your post. Can you re-word it, please? Are you using a Windows DHCP? The rules for DNS dynamic registration are: 1. The zone allows updates (appears that is correct on your DNS) 2. The machine's Primary DNS Suffix is the same exact name of the zone. 3. The machine only uses the Windows DNS in its IP configuration. -- Ace This posting is provided "AS-IS" with no warranties or guarantees and confers no rights. Please reply back to the newsgroup or forum for collaboration benefit among responding engineers, and to help others benefit from your resolution. Ace Fekay, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007, MCSE & MCSA 2003/2000, MCSA Messaging 2003 Microsoft Certified Trainer For urgent issues, please contact Microsoft PSS directly. Please check http://support.microsoft.com for regional support phone numbers. |
|
#3
| |||
| |||
| Re: DNS not register with non Windows DHCP
Here are more details. On my remote sites I do not use a Windows DHCP server, but a Linux or Voip appliance for DHCP, to release IP addresses to my remote office workstation. Each remote office has its own Linux or VoIP appliance. Each remote site has a different network Site A: 192.168.1.0/24 Site B: 192.168.2.0/24 etc ... These workstations are attached to the domain, use my domain Windows DNS server. But they get their IP from the Linux box or VoIP appliance. |
|
#4
| |||
| |||
| Re: DNS not register with non Windows DHCP
or even to make it even easier to understand I've a windows domain, I have a windows DNS server, but my DHCP is not Windows, but something else (Linux,Novell,..) How to register my computers with their new DHCP address, into my Windows DNS (A) (PRT)? |
|
#5
| |||
| |||
| Re: DNS not register with non Windows DHCP
Hello Personne, On the workstations NIC make sure "register this connections in DNS" is set to enabled. And also that the workstations use only the domain DNS servers. Please post an unedited ipconfig /all form a problem client and your DC/DNS server. Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties, and confers no rights. ** Please do NOT email, only reply to Newsgroups ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm > or even to make it even easier to understand > > I've a windows domain, I have a windows DNS server, but my DHCP is not > Windows, but something else (Linux,Novell,..) > How to register my computers with their new DHCP address, into my > Windows DNS (A) (PRT)? |
|
#6
| |||
| |||
| Re: DNS not register with non Windows DHCP
"Personne" <cpdivers@gmail.com> wrote in message news:16a63270-250d-4adc-af41-336e1c3088a9@b25g2000prb.googlegroups.com... > or even to make it even easier to understand > > I've a windows domain, I have a windows DNS server, but my DHCP is not > Windows, but something else (Linux,Novell,..) > How to register my computers with their new DHCP address, into my > Windows DNS (A) (PRT)? I agree with Meinolf, to make sure that the LInux or whatever DHCP is being used, is only handing out (Option 006) the Windows DNS servers for DNS address, as well as Option 015 the AD DNS domain name. If the DHCP is handing out an ISP's DNS address or the router's IP address, then the registration request will never go to your DNS servers and going elsewhere. Ace |
|
#7
| |||
| |||
| Re: DNS not register with non Windows DHCP
Make sure to have the clients register their own dns. Configure DNS dynamic updates for DHCP clients By default, Windows Server 2003-based, Windows 2000-based, and Windows XP-based DHCP clients are configured to request that the client register the A resource record and that the server register the PTR resource record. By default, the name that is used in the DNS registration is a concatenation of the computer name and the primary DNS suffix. To change this default name, open the TCP/IP properties of your network connection. To change the dynamic update defaults on the dynamic update client, follow these steps: In Control Panel, double-click Network Connections. Right-click the connection that you want to configure, and then click Properties. Click Internet Protocol (TCP/IP), click Properties, and then click Advanced. Click DNS. By default, Register this connection's address in DNS is selected and Use this connection's DNS suffix in DNS registration is not selected. This default configuration causes the client to request that the client register the A resource record and the server register the PTR resource record. Click to select the Use this connection's DNS suffix in DNS registration check box. The client will then request that the server update the PTR record by using the FQDN. If the DHCP server is configured to register DNS records according to the client's request, the client registers the following records: The PTR record. The A record that uses the name that is a concatenation of the computer name and the primary DNS suffix. The A record that uses the name that is a concatenation of the computer name and the connection-specific DNS suffix. To configure the client to make no requests for DNS registration, click to clear the Register this connection's address in DNS check box. From: http://support.microsoft.com/kb/816592/ -- Paul Bergson MVP - Directory Services MCTS, MCT, MCSE, MCSA, Security+, BS CSci 2008, 2003, 2000 (Early Achiever), NT4 Microsoft's Thrive IT Pro of the Month - June 2009 http://www.pbbergs.com Please no e-mails, any questions should be posted in the NewsGroup This posting is provided "AS IS" with no warranties, and confers no rights. "Personne" <cpdivers@gmail.com> wrote in message news:1b3a8030-2087-4841-aa7a-39363ba9fe63@f20g2000prn.googlegroups.com... > Hi, > > I'm sure it is a well known question, but I just cannot find the > solution. > > I've an AD, with a windows 2003 DNS & DHCP server in my Headquarter, > every time a computer request a new IP from DHCP, it is automatically > updated in my DNS server (great !). > I have also some remote offices, which are on the same domain, and use > the same DNS server, but unfortunately for some technical reason, the > DHCP addresses have to be releases by a Linux box, or some VoIP > appliances. Of course my computers gets a IP address, but it's not > updated in the Windows DNS server. > > How can I achieve this ? > > Thanks a lot > Personne |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "DNS not register with non Windows DHCP" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| DNS not register with non Windows DHCP | Personne | Active Directory | 3 | 22-10-2009 03:01 PM |
| DHCP register DNS record | Sawyer | Windows Server Help | 1 | 22-09-2009 10:44 AM |
| Active Directory Integrated DNS-DHCP -> DHCP computers with Pen Ic | Kashif | Windows Server Help | 1 | 14-04-2009 01:28 AM |
| WDS 2008, DHCP, multiple VLANs, DHCP Relays, help! :-) | Brian Day | Windows Server Help | 3 | 08-06-2008 08:09 AM |
| DHCP on SBS 2003 - BAD_ADDRESS in DHCP lease list | Rene Brehmer | Small Business Server | 3 | 27-02-2008 04:16 AM |