Workstation logon error.

  • Thread starter Thread starter Jordan Samulaitis
  • Start date Start date
J

Jordan Samulaitis

Hello,

I am experiencing a problem with some of my windows 98 clients in my windows
2003 network.

Half the machines are Windows XP the other half are Windows 98.

I get the following "No domain server was available to validate your
password. You may not be able to gain access to network resources"

I am able to ping the server, but for whatever reason the windows 98
machines will not logon to the server. Any ideas?

Thanks a lot,

Jordan
 
Are they on the same LAN segment ?

Are the Domain Controllers on the same LAN ?

Are you using WINS ?

Have you tried putting a LMHosts file on the affected platforms ?

Have you tried using; NBTStat -A IP_ADDRESS_OF DOM_CONTROLLER
from the affected platforms ?

--
Dave




| Hello,
|
| I am experiencing a problem with some of my windows 98 clients in my windows
| 2003 network.
|
| Half the machines are Windows XP the other half are Windows 98.
|
| I get the following "No domain server was available to validate your
| password. You may not be able to gain access to network resources"
|
| I am able to ping the server, but for whatever reason the windows 98
| machines will not logon to the server. Any ideas?
|
| Thanks a lot,
|
| Jordan
|
|
 
The workstations are on the same lan segment

The DC is on the same LAN

I am not using wins..

I have not inputed an entry in the lmhosts file, should I? and if so how
would i go about that?
192.168.1.X WORKSTATION_NAME #PRE #DOM:AD_DOMAIN_NAME?

I have not tried that nbtstat command, what does it do????

Thanks!
 
What is the reason of this just not working one day? nothing was changed on
the server? any explaination?

Regards!
 
Replies are inline...

| The workstations are on the same lan segment
|
| The DC is on the same LAN
|
| I am not using wins..
|
| I have not inputed an entry in the lmhosts file, should I? and if so how
| would i go about that?
|

Yes -- use on workstation
192.168.1.X SERVER-NAME #PRE #DOM:AD_DOMAIN_NAME

| I have not tried that nbtstat command, what does it do????

Execute the following for syntax...
NBTSTAT /?

Ping uses TCP/IP to check if a host is "live".

MS Networking use NetBIOS over IP so you use NBTSTAT to find if the two platforms can
communicate using NetBIOS.

Dave
 
Great! I will try those things out, do you know why this just happened out
of nowhere???

Regards,
 
And what exactly does the

192.168.1.X SERVER-NAME #PRE #DOM:AD_DOMAIN_NAME

command do? just authorize yourself in active directory??
 
When placed in the LMhosts file, the #PRE loads the IP address, host name and Domain into a
cache. Therefore it doesn't have to resolve a name to IP or Domain, the workstation "knows"
the info already.

LMHosts == LAN Manager Hosts Table, a NetBIOS table use to specifically identify NetBIOS
names to IP addresses and Domains in MS Networking environments.

--
Dave




| And what exactly does the
|
| 192.168.1.X SERVER-NAME #PRE #DOM:AD_DOMAIN_NAME
|
| command do? just authorize yourself in active directory??
|
|
| | > Replies are inline...
| >
| > | > | The workstations are on the same lan segment
| > |
| > | The DC is on the same LAN
| > |
| > | I am not using wins..
| > |
| > | I have not inputed an entry in the lmhosts file, should I? and if so how
| > | would i go about that?
| > |
| >
| > Yes -- use on workstation
| > 192.168.1.X SERVER-NAME #PRE #DOM:AD_DOMAIN_NAME
| >
| > | I have not tried that nbtstat command, what does it do????
| >
| > Execute the following for syntax...
| > NBTSTAT /?
| >
| > Ping uses TCP/IP to check if a host is "live".
| >
| > MS Networking use NetBIOS over IP so you use NBTSTAT to find if the two
| platforms can
| > communicate using NetBIOS.
| >
| > Dave
| >
| >
| >
|
|
 
Dave,

I fixed the problem, I noted that under the advanced tcp/ip settings under
the WINS tab, Netbios over IP was disabled, the problem has been resolved.

Thanks for your input,

Jordan
 
Excellent.

Use of the NBTStat utility, under those circumstances, would have failed to provide NetBIOS
information while a ping would work.

Hopefully you played with this command and know how to use it as a NetBIOS level diagnostic
tool.

--
Dave




| Dave,
|
| I fixed the problem, I noted that under the advanced tcp/ip settings under
| the WINS tab, Netbios over IP was disabled, the problem has been resolved.
|
| Thanks for your input,
|
| Jordan
|
| | > When placed in the LMhosts file, the #PRE loads the IP address, host name
| and Domain into a
| > cache. Therefore it doesn't have to resolve a name to IP or Domain, the
| workstation "knows"
| > the info already.
| >
| > LMHosts == LAN Manager Hosts Table, a NetBIOS table use to specifically
| identify NetBIOS
| > names to IP addresses and Domains in MS Networking environments.
| >
| > --
| > Dave
| >
| >
| >
| >
| > | > | And what exactly does the
| > |
| > | 192.168.1.X SERVER-NAME #PRE #DOM:AD_DOMAIN_NAME
| > |
| > | command do? just authorize yourself in active directory??
| > |
| > |
| > | | > | > Replies are inline...
| > | >
| > | > | > | > | The workstations are on the same lan segment
| > | > |
| > | > | The DC is on the same LAN
| > | > |
| > | > | I am not using wins..
| > | > |
| > | > | I have not inputed an entry in the lmhosts file, should I? and if so
| how
| > | > | would i go about that?
| > | > |
| > | >
| > | > Yes -- use on workstation
| > | > 192.168.1.X SERVER-NAME #PRE #DOM:AD_DOMAIN_NAME
| > | >
| > | > | I have not tried that nbtstat command, what does it do????
| > | >
| > | > Execute the following for syntax...
| > | > NBTSTAT /?
| > | >
| > | > Ping uses TCP/IP to check if a host is "live".
| > | >
| > | > MS Networking use NetBIOS over IP so you use NBTSTAT to find if the
| two
| > | platforms can
| > | > communicate using NetBIOS.
| > | >
| > | > Dave
| > | >
| > | >
| > | >
| > |
| > |
| >
| >
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top