iowatech wrote: Active Directory cannot function at all without DNS, just tell him the IP of the server needs to be in the DNS settings. Which from the looks of it is, 192.168.1.2
dynamik wrote: http://technet2.microsoft.com/windowsserver/en/library/9d62e91d-75c3-4a77-ae93-a8804e9ff2a11033.mspx?mfr=true Has this already been implemented or is this just in the planning stage? Your clients will not be able to log on to the domain if they cannot find the SRV records for your DCs.
taktsoi wrote: Unfortunately, this has been implemented. The client has about 8 machines there and everyday he got calls for service saying can't find network drive for example. I told him that the DNS setting is wrong but he insists.......
taktsoi wrote: Even more now, he also says that I can put 192.168.1.1 as primary and 192.168.1.2 as a secondary. WTF...... he says that when the machine need to contact server, it will go to the secondary, if the machine need to go to internet, it will go back to primary. he says this is the way primary and secondary dns setting design......WTF....hell no....noooooooooooooooooooo
sprkymrk wrote: Tell him that you will use the 192.168.1.1 as a forwarder on the DC and it will do what it needs to do. Try not to come across as a pest or know-it-all. I'm not saying you are, but I know how gung-ho we can all be at times and that just makes his kind all the more obstinate. Say something like "Wow, I found out that you're idea is really correct, except that we use it as a forwarder on the DC then just have all the clients point to the DC". It doesn't matter how stupid it sounds (obviously his idea is not even close to correct) but rather than show him up, let him save face by being "almost right".
newbiext wrote: Slighty off topic, maybe people are loging on via broadcasts..still not good enough.
intelamdcpu wrote: will modifying and adding the server name with its IP in the host file along with 192.168.1.1 as primary dns in the NIC work in this case?
"dynamik wrote: I don't believe this is possible. As far as I know, the only way to locate a DC is the SRV record in DNS. You can't obtain this by sending out a broadcast. If they're accessing files, they might just be access //server/share and putting in domain credentials when prompted (or access has just been given to Everyone), but that's not the same as having their computer/user log on to the domain.
newbiext wrote: Hmm i know the srv records thing, but i remember once i encountered an W2k3 AD domain without a DNS server, and people were logging in albeit very very slowly. Took about 5 mins to login in after a password. Thats why i thought broadcast coupled with the fact that i think i read that broadcast thing somewhere..If not i stand corrected.
Safari/MS Press wrote: In Windows NT, domain logon was based on NetBIOS names. Every domain controller registered the NetBIOS name Domainname with a <1C> as the sixteenth character in the name on the network and in WINS. When a client tried to log on to the network, the client would try to locate the servers that had the domain controller name registered. If the client could not locate one of these servers, the logon would fail. The SRV records in Windows Server 2003 are used by Windows 2000 and Windows XP Professional clients to locate domain controllers. Without the SRV records, these clients will also not be able to log on to the Windows Server 2003 domain