In
mike said:
WEll.........not totally unfavorable...
My first guess to all this is definately a netbios prob.
Let me knwo if you agree.
For the Win98 machines to logon? Most definitely. That's what I was saying
in my first response.
Heres what ive got diagnosed so far.
-I researched more on the forwarders for dns and set up
the way you said earlier.
-My DHCP scope now has only the root domain DNS servers
in its scope. The domain name option is left blank.
You mean for all machines in both subnets (in your case, both domains, since
each domain is on a separate subnet)?
-I performed the nbtstat -a command on the child domain
controller and no conflicts. i performed the same comman
on the win98 machiens and it said host not found. I
didnt on XP machines.
Is NetBIOS disabled anywhere? Since you have multiple subnets and are trying
to support legacy computers, and have the ability to perform UNCs based on
NetBIOS names, then WINS would handle that. I see later on that you do have
WINS running. That is confusing that the WIn98 machines cannot logon.
-I sure can get to the child domain shares by entering
ip: \\xxx.xxx.xxx.xxx\share Of course, permissions wont
work becuase im not logged in. However, I allowed
EVERYONE group, and was able to get in.
Can you get to them by NetBIOS names?
-the current setting on teh root domain controller are:
(we'll call it ROOT)
IP 10.100.0.2/24
It runs DNS: root.domain.com
It has a delegation in there for the child domain. (ip
hope i did that right.....NEWDELGATION.....then add ip in
primary zone right?)
You create a delegation by saying you want to delegate the child name, then
you provide the FQDN of the child DNS and its IP address.
But if you are only going to use the root DNS server by the parent domain
users and the child domain users , then that's ok with a delegation. But
just keep in mind with the delegation, that the child DCs will need to use
the child DNS servers so they can register their data into them. Ideally,
thechild DNS domain users in that other subnet should be using those DNS
servers. What will happen in your scenario, all child domain clients will be
using your parent DNS, and it will send the query to the child DNS, and the
answer comes back to the parent DNS and then sent to the client. There are
extra hops happening now, which we try to avoid.
DHCP scope is set to hand out 10.100.0.0/24 wiht the
following options: 03 04 05 44 45 46 (i have wins
running in the network)
We really do not need all these options. By default the time server is the
PDC Emulator in an AD Domain. Windows 2000 and newer clients will use that
by default. So we won't need 004. 044 is WINS, and 046 is the Node type,
which are both needed in your case. We won't need 045. That's a legacy
setting.
-the child is as follows:
(we'll call it CHILD)
IP 10.100.0.3/24
It runs DNS: CHILD.ROOT.domain.com it was created as a
STANDARD primary zone and not an AD integrated zone -
could this be a problem?/ (remember i have all OSs on my
network.)
No, AD integration is not a problem with this. There are mulitple ways to
store DNS data, such as a text file (.dns file in system32\dns), in the AD
database itself, or in an SQL, Sybase or Oracle database (if you can figure
out how to make that worlk). AD INtegration won't be an issue here.
so.....i feel im getting closer, but trying to nail down
the netbios problem is a pain.
And, ACE, your help is GREATLY GREATLY appreciated.
No problem. Its starting to get complicated. I try to push for simplicity.
If all your child machines just use the child DNS, and the parent machines
jsut use the parent DNS, and there's a delegation to the child, and there's
a forwarder from the child to the parent, and a forwarder from the parent to
the ISP, then your DNS infrastructure is in place. Let's try to put it back
in this fashion.
As for NetBIOS, it has nothing to do with DNS. As long as NetBIOS is not
disabled on any DCs, then any legacy machine can logon to the domain. I have
a feeling something is amiss in this area.
Can you connect by UNC using a Netbios name from a legacy client to a DC?
How is your WINS setup ? Is there a WINS server in the child and a WINS
server in the parent? If so, are they set to be replication partners with
each other? Did you alter any default domain security settings? Are there
any personal firewalls on any machines?
Ace