Net Logon in Win XP Professional

  • Thread starter Thread starter Philip
  • Start date Start date
P

Philip

I cannot log my Win XP Professional into a domain hosted
by Win NT 4.0. I was able to join the domain (The domain
controller tagged it as a Win NT 5.1 Workstation!) and I
can see the entire LAN. However, I can not get to anything
via the browser, including local sites on the NT server
(both IIS and Apache) and external sites via DSL through a
shared hardware firewall. Other machines on the LAN (Win
98 SE, Win 95, Win ME, Win 2000 and a laptop using Win XP
Home Edition and a wireless connection) all work normally
and have Internet access. When I check Control
Panel\Administrative Tools\Services\Net Logon, the service
is stopped. If I try to start it, I get the
message: "Error 10106: The requested service provider
could not be loaded or initialized".
 
I have traced several of these problems to improperly configured winsock
LSPs. Run "winmsd" and go to Components/Network/Protocol. Look at the
names in the list, anything with "MSAFD" in it or the "RSVP xxx Service
Provider" should be fine. Anything else is suspect, and uninstalling the
owning program might help.

If that fails or your provider list is empty, you may need to rebuild the
catalog from scratch. The following instructions will rebuild your catalog
for TCP/IP. If you are using any other transports (If you don't know, then
you probably aren't) then you will have to reinstall them as well.


1. Backup and delete the following registry keys

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Winsock
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Winsock2

2. Reboot

3. Go to the network connections folder, right click the icon for your
network connection, and select properties.

4. Click install, choose "protocol", and click "add..."

5. Click "Have Disk...", enter "\windows\inf", click OK

6. Select "Internet Protocol (TCP/IP), click OK

7. When the process in complete, reboot
 
Back
Top