Try using an lmhosts file that indicates the ip address of the domain controller.
> (EXAMPLE)
> Your domain name is "Globe", your PDC NetBIOS name is "Mongo", and you
have other various backup domain controllers. Your LMHOSTS file would look
like this:
>
> 199.199.199.1 mongo #PRE #DOM:globe
> 199.199.199.1 "globe \0x1b" #PRE
> 199.199.199.2 otherdc1 #PRE #DOM:globe
> 199.199.199.3 otherdc2 #PRE #DOM:globe
>
>
> The first entry allows the PDC to act as a logon domain controller for the
client,
> the second entry allows the client browser service to explicitly find the
PDC.
> Remember you will probably have multiple lines similar to the first line
(for multiple domain controllers),
> but only one line with the \0x1b directive (to designate the PDC).
> Note that the domain name must be in quotes, and padded with spaces for a
total of 15 characters before the \0x1b portion.
> (The example above shows commas for visual placeholders, however in a real
LMHOSTS file these commas would be replaced with spaces).
> Also be aware that moving the PDC role to another Windows NT Server (via
promotion) will cause your \0x1b entry to be invalid. Options to fix this: