Networking Forums

Networking Forums > Computer Networking > Windows Networking > strange problem \\ip do not work \\hostname works!

Reply
Thread Tools Display Modes

strange problem \\ip do not work \\hostname works!

 
 
GustavoUehara
Guest
Posts: n/a

 
      08-06-2007, 09:02 PM
Very strange error, I will appreciate your help

When I'm trying to connect to a remote share from a Xp client to a W2000
server by IP, It doesn't work, It continously prompt user validation.
When I try by hostname It's work, very strange!

Both Machines are in the same domain, across a Wan link , Xp client at one
side with the DC and the Windows Server at the other side.
There isn´t a firewall filtering the link

At the server an event 5719 "No windows NT or DomainController available...
The remote procedure call failed and did not execute" appeared every 2 hours.

It seems a "ntlm" problem, I activated the netlogon.log
why the NlSessionSetup: Session setup Failed?
It has some relationship with my problem, thank's in advance


this is the output

08/06 12:23:52 [CRITICAL] AMERDM: NlSessionSetup: Session setup: cannot
I_NetServerReqChallenge 0xc002001c
08/06 12:23:52 [MISC] Eventlog: 5719 (1) "Domain-Name" 0xc002001c c002001c
.....
08/06 12:23:52 [SESSION] AMERDM: NlSetStatusClientSession: Set connection
status to c000005e
08/06 12:23:52 [SESSION] AMERDM: NlSetStatusClientSession: Unbind from
server \\domain-controller.aaa.bb.cc.com (TCP) 0.
08/06 12:23:52 [SESSION] AMERDM: NlSessionSetup: Session setup Failed

 
Reply With Quote
 
 
 
 
Mathieu CHATEAU
Guest
Posts: n/a

 
      08-07-2007, 06:11 AM
stupid question: are you sure of the ip (dhcp...) ?


if you issue a nbtstat -a ip, do you get the windows netbios name ?

Do you use the FQDN or the netbios name ?

Can you try:
nslookup hostname
ping hostname


You may then clear the dns cache
ipconfig /flushdns
clear netbios cache:
nbtstat -R
--
Cordialement,
Mathieu CHATEAU
http://lordoftheping.blogspot.com


"GustavoUehara" <(E-Mail Removed)> wrote in message
news4DF1D05-AD83-4425-A074-(E-Mail Removed)...
> Very strange error, I will appreciate your help
>
> When I'm trying to connect to a remote share from a Xp client to a W2000
> server by IP, It doesn't work, It continously prompt user validation.
> When I try by hostname It's work, very strange!
>
> Both Machines are in the same domain, across a Wan link , Xp client at one
> side with the DC and the Windows Server at the other side.
> There isn´t a firewall filtering the link
>
> At the server an event 5719 "No windows NT or DomainController
> available...
> The remote procedure call failed and did not execute" appeared every 2
> hours.
>
> It seems a "ntlm" problem, I activated the netlogon.log
> why the NlSessionSetup: Session setup Failed?
> It has some relationship with my problem, thank's in advance
>
>
> this is the output
>
> 08/06 12:23:52 [CRITICAL] AMERDM: NlSessionSetup: Session setup: cannot
> I_NetServerReqChallenge 0xc002001c
> 08/06 12:23:52 [MISC] Eventlog: 5719 (1) "Domain-Name" 0xc002001c c002001c
> ....
> 08/06 12:23:52 [SESSION] AMERDM: NlSetStatusClientSession: Set connection
> status to c000005e
> 08/06 12:23:52 [SESSION] AMERDM: NlSetStatusClientSession: Unbind from
> server \\domain-controller.aaa.bb.cc.com (TCP) 0.
> 08/06 12:23:52 [SESSION] AMERDM: NlSessionSetup: Session setup Failed
>


 
Reply With Quote
 
GustavoUehara
Guest
Posts: n/a

 
      08-07-2007, 02:18 PM
Mathieu than you for your reply,
The problem is very strange because I can access the resource by name but
not per IP.
So I can resolve the netbios name, Actually I have four servers in the same
site that have the same problem.
really strange one


"Mathieu CHATEAU" wrote:

> stupid question: are you sure of the ip (dhcp...) ?
>
>
> if you issue a nbtstat -a ip, do you get the windows netbios name ?
>
> Do you use the FQDN or the netbios name ?
>
> Can you try:
> nslookup hostname
> ping hostname
>
>
> You may then clear the dns cache
> ipconfig /flushdns
> clear netbios cache:
> nbtstat -R
> --
> Cordialement,
> Mathieu CHATEAU
> http://lordoftheping.blogspot.com
>
>
> "GustavoUehara" <(E-Mail Removed)> wrote in message
> news4DF1D05-AD83-4425-A074-(E-Mail Removed)...
> > Very strange error, I will appreciate your help
> >
> > When I'm trying to connect to a remote share from a Xp client to a W2000
> > server by IP, It doesn't work, It continously prompt user validation.
> > When I try by hostname It's work, very strange!
> >
> > Both Machines are in the same domain, across a Wan link , Xp client at one
> > side with the DC and the Windows Server at the other side.
> > There isn´t a firewall filtering the link
> >
> > At the server an event 5719 "No windows NT or DomainController
> > available...
> > The remote procedure call failed and did not execute" appeared every 2
> > hours.
> >
> > It seems a "ntlm" problem, I activated the netlogon.log
> > why the NlSessionSetup: Session setup Failed?
> > It has some relationship with my problem, thank's in advance
> >
> >
> > this is the output
> >
> > 08/06 12:23:52 [CRITICAL] AMERDM: NlSessionSetup: Session setup: cannot
> > I_NetServerReqChallenge 0xc002001c
> > 08/06 12:23:52 [MISC] Eventlog: 5719 (1) "Domain-Name" 0xc002001c c002001c
> > ....
> > 08/06 12:23:52 [SESSION] AMERDM: NlSetStatusClientSession: Set connection
> > status to c000005e
> > 08/06 12:23:52 [SESSION] AMERDM: NlSetStatusClientSession: Unbind from
> > server \\domain-controller.aaa.bb.cc.com (TCP) 0.
> > 08/06 12:23:52 [SESSION] AMERDM: NlSessionSetup: Session setup Failed
> >

>
>

 
Reply With Quote
 
Mathieu CHATEAU
Guest
Posts: n/a

 
      08-07-2007, 08:15 PM
using any firewall or filtering ports on any side ?

are you connecting remotely (wan) ?



--
Cordialement,
Mathieu CHATEAU
http://lordoftheping.blogspot.com


"GustavoUehara" <(E-Mail Removed)> wrote in message
news:9D590BBD-9541-41EA-B63A-(E-Mail Removed)...
> Mathieu than you for your reply,
> The problem is very strange because I can access the resource by name but
> not per IP.
> So I can resolve the netbios name, Actually I have four servers in the
> same
> site that have the same problem.
> really strange one
>
>
> "Mathieu CHATEAU" wrote:
>
>> stupid question: are you sure of the ip (dhcp...) ?
>>
>>
>> if you issue a nbtstat -a ip, do you get the windows netbios name ?
>>
>> Do you use the FQDN or the netbios name ?
>>
>> Can you try:
>> nslookup hostname
>> ping hostname
>>
>>
>> You may then clear the dns cache
>> ipconfig /flushdns
>> clear netbios cache:
>> nbtstat -R
>> --
>> Cordialement,
>> Mathieu CHATEAU
>> http://lordoftheping.blogspot.com
>>
>>
>> "GustavoUehara" <(E-Mail Removed)> wrote in
>> message
>> news4DF1D05-AD83-4425-A074-(E-Mail Removed)...
>> > Very strange error, I will appreciate your help
>> >
>> > When I'm trying to connect to a remote share from a Xp client to a
>> > W2000
>> > server by IP, It doesn't work, It continously prompt user validation.
>> > When I try by hostname It's work, very strange!
>> >
>> > Both Machines are in the same domain, across a Wan link , Xp client at
>> > one
>> > side with the DC and the Windows Server at the other side.
>> > There isn´t a firewall filtering the link
>> >
>> > At the server an event 5719 "No windows NT or DomainController
>> > available...
>> > The remote procedure call failed and did not execute" appeared every 2
>> > hours.
>> >
>> > It seems a "ntlm" problem, I activated the netlogon.log
>> > why the NlSessionSetup: Session setup Failed?
>> > It has some relationship with my problem, thank's in advance
>> >
>> >
>> > this is the output
>> >
>> > 08/06 12:23:52 [CRITICAL] AMERDM: NlSessionSetup: Session setup: cannot
>> > I_NetServerReqChallenge 0xc002001c
>> > 08/06 12:23:52 [MISC] Eventlog: 5719 (1) "Domain-Name" 0xc002001c
>> > c002001c
>> > ....
>> > 08/06 12:23:52 [SESSION] AMERDM: NlSetStatusClientSession: Set
>> > connection
>> > status to c000005e
>> > 08/06 12:23:52 [SESSION] AMERDM: NlSetStatusClientSession: Unbind from
>> > server \\domain-controller.aaa.bb.cc.com (TCP) 0.
>> > 08/06 12:23:52 [SESSION] AMERDM: NlSessionSetup: Session setup Failed
>> >

>>
>>


 
Reply With Quote
 
GustavoUehara
Guest
Posts: n/a

 
      08-08-2007, 01:36 AM
Xp client and the domain controller are at one side of the link, at the other
side is the member server.

The links its a Lan to Lan (2Mbps)

there is not a firewall.

Today I disjointed the member server from the domain and Icouldn´t joint
again.
"There isn`t Domain controller for the domain xxxx" message appeared.

It seem`s like the member server can`t see the DC, some ports firewalled....
My link provider said, is not filtering ports, I will run netdiag today for
troubleshooting.




"Mathieu CHATEAU" wrote:

> using any firewall or filtering ports on any side ?
>
> are you connecting remotely (wan) ?
>
>
>
> --
> Cordialement,
> Mathieu CHATEAU
> http://lordoftheping.blogspot.com
>
>
> "GustavoUehara" <(E-Mail Removed)> wrote in message
> news:9D590BBD-9541-41EA-B63A-(E-Mail Removed)...
> > Mathieu than you for your reply,
> > The problem is very strange because I can access the resource by name but
> > not per IP.
> > So I can resolve the netbios name, Actually I have four servers in the
> > same
> > site that have the same problem.
> > really strange one
> >
> >
> > "Mathieu CHATEAU" wrote:
> >
> >> stupid question: are you sure of the ip (dhcp...) ?
> >>
> >>
> >> if you issue a nbtstat -a ip, do you get the windows netbios name ?
> >>
> >> Do you use the FQDN or the netbios name ?
> >>
> >> Can you try:
> >> nslookup hostname
> >> ping hostname
> >>
> >>
> >> You may then clear the dns cache
> >> ipconfig /flushdns
> >> clear netbios cache:
> >> nbtstat -R
> >> --
> >> Cordialement,
> >> Mathieu CHATEAU
> >> http://lordoftheping.blogspot.com
> >>
> >>
> >> "GustavoUehara" <(E-Mail Removed)> wrote in
> >> message
> >> news4DF1D05-AD83-4425-A074-(E-Mail Removed)...
> >> > Very strange error, I will appreciate your help
> >> >
> >> > When I'm trying to connect to a remote share from a Xp client to a
> >> > W2000
> >> > server by IP, It doesn't work, It continously prompt user validation.
> >> > When I try by hostname It's work, very strange!
> >> >
> >> > Both Machines are in the same domain, across a Wan link , Xp client at
> >> > one
> >> > side with the DC and the Windows Server at the other side.
> >> > There isn´t a firewall filtering the link
> >> >
> >> > At the server an event 5719 "No windows NT or DomainController
> >> > available...
> >> > The remote procedure call failed and did not execute" appeared every 2
> >> > hours.
> >> >
> >> > It seems a "ntlm" problem, I activated the netlogon.log
> >> > why the NlSessionSetup: Session setup Failed?
> >> > It has some relationship with my problem, thank's in advance
> >> >
> >> >
> >> > this is the output
> >> >
> >> > 08/06 12:23:52 [CRITICAL] AMERDM: NlSessionSetup: Session setup: cannot
> >> > I_NetServerReqChallenge 0xc002001c
> >> > 08/06 12:23:52 [MISC] Eventlog: 5719 (1) "Domain-Name" 0xc002001c
> >> > c002001c
> >> > ....
> >> > 08/06 12:23:52 [SESSION] AMERDM: NlSetStatusClientSession: Set
> >> > connection
> >> > status to c000005e
> >> > 08/06 12:23:52 [SESSION] AMERDM: NlSetStatusClientSession: Unbind from
> >> > server \\domain-controller.aaa.bb.cc.com (TCP) 0.
> >> > 08/06 12:23:52 [SESSION] AMERDM: NlSessionSetup: Session setup Failed
> >> >
> >>
> >>

>
>

 
Reply With Quote
 
GustavoUehara
Guest
Posts: n/a

 
      08-09-2007, 07:24 PM
After some test I discovered , the problem is about "secure channell"
The member server is not creating the secure channell with the DC.
That's why ntlm does not work.

this is the output of nltest , I executed it on my member server.

nltest /sc_query:amerdm
Flags: 0
Trusted DC Name
Trusted DC Connection Status Status = 1311 0x51f ERROR_NO_LOGON_SERVERS The
command completed successfully

Now I have to troubleshoot IT,








"GustavoUehara" wrote:

> Xp client and the domain controller are at one side of the link, at the other
> side is the member server.
>
> The links its a Lan to Lan (2Mbps)
>
> there is not a firewall.
>
> Today I disjointed the member server from the domain and Icouldn´t joint
> again.
> "There isn`t Domain controller for the domain xxxx" message appeared.
>
> It seem`s like the member server can`t see the DC, some ports firewalled....
> My link provider said, is not filtering ports, I will run netdiag today for
> troubleshooting.
>
>
>
>
> "Mathieu CHATEAU" wrote:
>
> > using any firewall or filtering ports on any side ?
> >
> > are you connecting remotely (wan) ?
> >
> >
> >
> > --
> > Cordialement,
> > Mathieu CHATEAU
> > http://lordoftheping.blogspot.com
> >
> >
> > "GustavoUehara" <(E-Mail Removed)> wrote in message
> > news:9D590BBD-9541-41EA-B63A-(E-Mail Removed)...
> > > Mathieu than you for your reply,
> > > The problem is very strange because I can access the resource by name but
> > > not per IP.
> > > So I can resolve the netbios name, Actually I have four servers in the
> > > same
> > > site that have the same problem.
> > > really strange one
> > >
> > >
> > > "Mathieu CHATEAU" wrote:
> > >
> > >> stupid question: are you sure of the ip (dhcp...) ?
> > >>
> > >>
> > >> if you issue a nbtstat -a ip, do you get the windows netbios name ?
> > >>
> > >> Do you use the FQDN or the netbios name ?
> > >>
> > >> Can you try:
> > >> nslookup hostname
> > >> ping hostname
> > >>
> > >>
> > >> You may then clear the dns cache
> > >> ipconfig /flushdns
> > >> clear netbios cache:
> > >> nbtstat -R
> > >> --
> > >> Cordialement,
> > >> Mathieu CHATEAU
> > >> http://lordoftheping.blogspot.com
> > >>
> > >>
> > >> "GustavoUehara" <(E-Mail Removed)> wrote in
> > >> message
> > >> news4DF1D05-AD83-4425-A074-(E-Mail Removed)...
> > >> > Very strange error, I will appreciate your help
> > >> >
> > >> > When I'm trying to connect to a remote share from a Xp client to a
> > >> > W2000
> > >> > server by IP, It doesn't work, It continously prompt user validation.
> > >> > When I try by hostname It's work, very strange!
> > >> >
> > >> > Both Machines are in the same domain, across a Wan link , Xp client at
> > >> > one
> > >> > side with the DC and the Windows Server at the other side.
> > >> > There isn´t a firewall filtering the link
> > >> >
> > >> > At the server an event 5719 "No windows NT or DomainController
> > >> > available...
> > >> > The remote procedure call failed and did not execute" appeared every 2
> > >> > hours.
> > >> >
> > >> > It seems a "ntlm" problem, I activated the netlogon.log
> > >> > why the NlSessionSetup: Session setup Failed?
> > >> > It has some relationship with my problem, thank's in advance
> > >> >
> > >> >
> > >> > this is the output
> > >> >
> > >> > 08/06 12:23:52 [CRITICAL] AMERDM: NlSessionSetup: Session setup: cannot
> > >> > I_NetServerReqChallenge 0xc002001c
> > >> > 08/06 12:23:52 [MISC] Eventlog: 5719 (1) "Domain-Name" 0xc002001c
> > >> > c002001c
> > >> > ....
> > >> > 08/06 12:23:52 [SESSION] AMERDM: NlSetStatusClientSession: Set
> > >> > connection
> > >> > status to c000005e
> > >> > 08/06 12:23:52 [SESSION] AMERDM: NlSetStatusClientSession: Unbind from
> > >> > server \\domain-controller.aaa.bb.cc.com (TCP) 0.
> > >> > 08/06 12:23:52 [SESSION] AMERDM: NlSessionSetup: Session setup Failed
> > >> >
> > >>
> > >>

> >
> >

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
NEWS: Ofcom works out why Wi-Fi doesn't work John Navas Wireless Internet 1 05-12-2009 01:38 PM
Wireless works-Wired doesn't work jallen0916@comcast.net Wireless Internet 0 01-27-2008 07:03 PM
Strange: Works, doesn't works, then works Anthony Giorgianni Wireless Internet 23 05-24-2005 02:43 AM
ping works and then doesn't work d28 Wireless Internet 4 03-27-2005 02:39 AM
Pinging via IP works, not using hostname - MN700 Dylan Thomas Broadband Hardware 1 06-23-2004 08:00 PM



1 2 3 4 5 6 7 8 9 10 11