ceez Posted October 19, 2006 Posted October 19, 2006 (edited) Hello fellow msfn-ers!We have a server that is also running Virtual Server. We "installed" the MS loopback adapter so the virtual server could also get internet connectivity. The problem we are having is that the loopback adapter is registering on our DNS as the same name of our server. So now we have 2 entries in our FORWARD DNS ZONE with the same server name but with different IPs:BAMVSR01 10.201.1.206BAMVSR01 10.201.1.229 <- loopbackIPThe correct IP that should be listed in the FWD ZONE is .206I went to the properties of the tcp/ip adapter, advanced button, DNS tab and then unchecked "Register this connection's addresses in DNS".I then perform a ipconfig/flushdns from the serverDelete both entries from our DNSGo back to the server and run ipconfig/registerdnsGo back to DNS - refresh, and both entries show up again!It will disapear from the REVERSE but not from the FOWARD zone.Why is this happening. Am I looking at the wrong section to disable DNS registering?I even tried entering a DNS name for the connection on the box right above the checkmark but it will not register that different name, ie: BARLOOPBK. No go in registering that name either.Can someone shed some light on this issue?Thanks for your time,Ceez Edited October 20, 2006 by ceez
ceez Posted October 19, 2006 Author Posted October 19, 2006 I think I found a resolution. So far it has been about 3 hours and nothign shows up in DNS for that loopback adapter. Here's the info I found....-=-=-=-To disable DNS updates for a particular interface, follow these steps:1. Click Start, click Run, type regedit, and then click OK.2. Locate and then click the following registry subkey:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\deviceIDNote deviceID is the device ID of the network adaptor for the interface.3. On the Edit menu, point to New, and then click DWORD Value.4. Type DisableDynamicUpdate, and then press ENTER two times.5. In the Edit DWORD Value dialog box, type 1 in the Value data box, andthen click OK.6. Quit Registry Editor.For more detailed information please refer to the following article:246804 How to enable or disable DNS updates in Windows 2000 and in WindowsServer 2003http://support.microsoft.com/default.aspx?...kb;EN-US;246804-=-=-=-=
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now