[jcifs] Not Listening on CalledName DOMAIN<20>

Michael B Allen mba2000 at ioplex.com
Fri Dec 17 00:11:46 GMT 2004


Remember when I thought we should be using *SMBSERVER<20> instead of the
NetBIOS name? Well I changed it back to using the NetBIOS name but then I
started noticing the "not listening on Called Name" errors again. Turns
out I was looking at the NtlmHttpFilter trying to connect to the DC using
the DOMAIN<1C> name. The code is actually setup currently to squash the
0x1C to 0x20 so it was trying DOMAIN<20> which was failing. So I tried to
remove the squashing to try DOMAIN<1C> but the DC isn't listening on that
either apparently. So now what do you think I should do?

I suppose I should squash the name even more and make it so that if the
name is 0x1C the first called name tried is *SMBSERVER and not use the
NetBIOS name at all.

Mike


More information about the jcifs mailing list