Domain Logon Script Won't Map Drives
I've searched this forum and the internet for hours now. I've found a lot of related posts, but nothing so far seems to correct my issue. Though the problem does seem a bit unique. I don't have much experience with networking at all so maybe it's not so unique. Anyway, I am testing out a Windows 7 laptop on our network. I was able to join the domain just fine but the login script just doesn't perform the drive mappings. It doesn't really seem to be related to user's privilege level either. For my logon (I am a system administrator) it will only map one drive when I should have three. Another user (a standard user) doesn't have ANY drives mapped, and yet another standard user maps all but two (out of 7). I don't think we use GPOs to do this (but I'm not sure). We have 8 batch script files in C:\WINNT\SYSVOL\sysvol\<domain>\scripts which are set in the user profile depending on the user. The script runs on login but it halts on seemingly random drives for each user and prompts for username and a password. I've tried giving it authentication using both specific user credentials and our generic administrator account credentials. This just gives an error 1219 saying multiple connections to one resource by the same user are not allowed. I have tried the registry key fix but that didn't work. Help! Please! Thank you all in advance.
January 21st, 2010 9:01pm

Are you trying to map different sub folders of a same file server to different mapped drives? Also can you ensure that the drive letters that you are mapping to are not being already use say by a card reader or such?
Free Windows Admin Tool Kit Click here and download it now
January 22nd, 2010 12:15am

Yes. The drives we are trying to map are subfolders of our file server, but are their own separate shares. There aren't any card readers or other peripherals on the laptop, so yes I can ensure that the drives letters are not being used. I've also checked the 'net use' through the command prompt. Back on the subfolders issue. Is that really a problem? As I said, some users map all but one or two of the drives so it is mapping several subfolders in some cases.
January 22nd, 2010 12:50am

I'm at my wits end with this thing. I've shut down the firewall and turned off UAC, and it still doesn't work. These scripts run perfectly fine on XP. Oh I also forgot to mention in my original post that we are using Windows 2000 Server for our Active Directory servers and our file server is a Linux machine (CentOS 5 I believe). Can anyone help me? IS there a solution?
Free Windows Admin Tool Kit Click here and download it now
January 22nd, 2010 5:20pm

Do you have separate explicit shares shared out for each of those folders? If you do then you should not have issues. On the other hand, if you are mapping to \\server1\folder1 and then creating another mapped drive for \\server1\folder1\folder2 then you might run into issues as they are nested. You could get around it by sharing\\server1\folder1 as one share and then mapping \\ip_address_of_server1\folder1\folder2 . Hope this helps.
January 22nd, 2010 6:06pm

Wonderful!!!! They map!! Do you by chance know why the DNS alias doesn't work? Is there some way to possibly use the alias?
Free Windows Admin Tool Kit Click here and download it now
January 22nd, 2010 6:28pm

I am not sure if a cname map would work because if I am not mistaken, it resolves the alias before the actual mapping is done but might be worth a shot.
January 22nd, 2010 7:42pm

The cname alias is what we used before. That was when it would throw the authentication messages. If it resolves the alias before it maps wouldn't that be the same thing as saying \\192.168.x.x\share?
Free Windows Admin Tool Kit Click here and download it now
January 22nd, 2010 8:09pm

I've come across the following registry key change: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters DisableStrictNameChecking = 1 (DWORD) I have not tried it yet as this change is made to the server and I really don't want to be messing around in the registry on the server if I don't have to. Also, most people who used this fix reported getting errors about duplicate names on the network when they tried to actually LOG ON, so I'm not even sure if it will work in my situation. Then again, it did tell me I couldn't have multiple connections to the same resource. Does anyone have any advice?
January 22nd, 2010 10:19pm

Not fully the same as the notations are UNC vs qualified domain name.
Free Windows Admin Tool Kit Click here and download it now
January 22nd, 2010 10:54pm

Thanks anyway simulatedsurvivor, At least you gave me a temporary fix. I can map the drives now which I didn't think I was ever going to be able to do. Thanks again!! But if there is anyone out there who can help me get the alias working, I'd really appreciate it. I don't want to have to modify our scripts and shares when we need to replace the server. I'm still looking for answers.
January 22nd, 2010 11:07pm

Nobody has any answers! I was kind of hoping someone might stumble across something as I worked some the other problems I was having, but I've got them all figured out now except this one. I just can't figure out how to map drives using a cname alias instead of the server's IP address. For example: \\192.168.x.x\shareName => will work, maps all the drives \\cname\shareName => does not work, prompts for authentication. When given authentication, it throws an error 1219 (multiple connections not allowed) Anybody have any advice? Please help? Thank you!
Free Windows Admin Tool Kit Click here and download it now
February 3rd, 2010 8:38pm

I had this issue when domaining a lab this week with our printer script. What we did was created a new OU for the Win7 computer and wrote a whole new set of scripts that work on Win7. Some scripts are uncompatable with 7 for an odd reason. Try re-organizing your OU.
February 3rd, 2010 9:21pm

Would you mind elaborating a little bit more Malcolm-Edge? I'm not really all that familiar with networking stuff, so could you please explain what you mean by re-organize the OU? Also what kind of changes did you have to make to your scripts? Thanks
Free Windows Admin Tool Kit Click here and download it now
February 3rd, 2010 10:12pm

Alright first off, Bubbapcguy, I apologize for getting snippety with you yesterday. I'm really frustrated and I haven't had any luck with the suggestions I've found so far. Back on the issue at hand, I downloaded Microsoft Network Monitor 3.3 to see if there was anything I could pick up. Here is a capture from an attempt to map a network drive: 1 0.000000 NetmonFilter NetmonFilter:Updated Capture Filter: None 2 0.000000 NetworkInfoEx NetworkInfoEx:Network info for , Network Adapter Count = 2 3 0.000000 192.168.1.36 192.168.1.13 ARP ARP:Request, 192.168.1.36 asks for 192.168.1.13 4 0.864000 {UDP:2, IPv4:1} 192.168.1.48 192.168.1.255 NbtNs NbtNs:Query Request for MAJOR7.MAJOR.COM <0x4D> Program Defined 5 1.603000 {UDP:2, IPv4:1} 192.168.1.48 192.168.1.255 NbtNs NbtNs:Query Request for MAJOR7.MAJOR.COM <0x4D> Program Defined 6 2.353000 {UDP:2, IPv4:1} 192.168.1.48 192.168.1.255 NbtNs NbtNs:Query Request for MAJOR7.MAJOR.COM <0x4D> Program Defined 7 3.905000 192.168.1.1 192.168.1.22 ARP ARP:Request, 192.168.1.1 asks for 192.168.1.22 8 5.180000 192.168.1.18 192.168.1.55 ARP ARP:Request, 192.168.1.18 asks for 192.168.1.55 9 5.283000 192.168.1.55 192.168.1.13 ARP ARP:Request, 192.168.1.55 asks for 192.168.1.13 10 6.905000 192.168.1.7 192.168.1.45 ARP ARP:Request, 192.168.1.7 asks for 192.168.1.45 11 7.562000 192.168.1.1 192.168.1.40 ARP ARP:Request, 192.168.1.1 asks for 192.168.1.40 12 7.793000 {TCP:4, IPv4:3} 192.168.1.25 192.168.1.13 SMB SMB:C; Tree Disconnect 13 7.795000 {TCP:4, IPv4:3} 192.168.1.13 192.168.1.25 SMB SMB:R; Tree Disconnect 14 7.795000 {TCP:4, IPv4:3} 192.168.1.25 192.168.1.13 SMB SMB:C; Logoff Andx 15 7.796000 {TCP:4, IPv4:3} 192.168.1.13 192.168.1.25 SMB SMB:R; Logoff Andx 16 7.892000 192.168.1.55 192.168.1.216 ARP ARP:Request, 192.168.1.55 asks for 192.168.1.216 17 7.995000 {TCP:4, IPv4:3} 192.168.1.25 192.168.1.13 TCP TCP:Flags=...A...., SrcPort=49265, DstPort=Microsoft-DS(445), PayloadLen=0, Seq=1194609279, Ack=3682351903, Win=62842 18 11.050000 {TCP:4, IPv4:3} 192.168.1.25 192.168.1.13 SMB SMB:C; Session Setup Andx, Krb5ApReq (0x100) 19 11.050000 {TCP:4, IPv4:3} 192.168.1.25 192.168.1.13 TCP TCP:[Continuation to #18]Flags=...AP..., SrcPort=49265, DstPort=Microsoft-DS(445), PayloadLen=200, Seq=1194610739 - 1194610939, Ack=3682351903, Win=62842 20 11.050000 {TCP:4, IPv4:3} 192.168.1.13 192.168.1.25 TCP TCP:Flags=...A...., SrcPort=Microsoft-DS(445), DstPort=49265, PayloadLen=0, Seq=3682351903, Ack=1194610939, Win=17520 21 11.118000 {TCP:4, IPv4:3} 192.168.1.13 192.168.1.25 SMB SMB:R; Session Setup Andx, Krb5ApRep (0x200) 22 11.118000 {TCP:4, IPv4:3} 192.168.1.25 192.168.1.13 SMB SMB:C; Tree Connect Andx, Path = \\FILES\IPC$, Service = ????? 23 11.136000 {TCP:4, IPv4:3} 192.168.1.13 192.168.1.25 SMB SMB:R; Tree Connect Andx, Service = IPC 24 11.136000 {TCP:4, IPv4:3} 192.168.1.25 192.168.1.13 SMB SMB:C; Tree Connect Andx, Path = \\FILES\ADMIN, Service = ????? 25 11.160000 {TCP:4, IPv4:3} 192.168.1.13 192.168.1.25 SMB SMB:R; Tree Connect Andx - NT Status: System - Error, Code = (34) STATUS_ACCESS_DENIED 26 11.161000 {TCP:4, IPv4:3} 192.168.1.25 192.168.1.13 SMB SMB:C; Tree Connect Andx, Path = \\FILES\ADMIN, Service = ????? 27 11.172000 {TCP:4, IPv4:3} 192.168.1.13 192.168.1.25 SMB SMB:R; Tree Connect Andx - NT Status: System - Error, Code = (34) STATUS_ACCESS_DENIED 28 11.368000 {TCP:4, IPv4:3} 192.168.1.25 192.168.1.13 TCP TCP:Flags=...A...., SrcPort=49265, DstPort=Microsoft-DS(445), PayloadLen=0, Seq=1194611183, Ack=3682352297, Win=64110 29 13.195000 192.168.1.56 192.168.1.216 ARP ARP:Request, 192.168.1.56 asks for 192.168.1.216 30 16.508000 {TCP:4, IPv4:3} 192.168.1.25 192.168.1.13 SMB SMB:C; Tree Disconnect 31 16.509000 {TCP:4, IPv4:3} 192.168.1.13 192.168.1.25 SMB SMB:R; Tree Disconnect 32 16.509000 {TCP:4, IPv4:3} 192.168.1.25 192.168.1.13 SMB SMB:C; Logoff Andx 33 16.510000 {TCP:4, IPv4:3} 192.168.1.13 192.168.1.25 SMB SMB:R; Logoff Andx 34 16.512000 192.168.1.25 192.168.1.1 ARP ARP:Request, 192.168.1.25 asks for 192.168.1.1 35 16.512000 192.168.1.1 192.168.1.25 ARP ARP:Response, 192.168.1.1 at 00-60-08-CF-45-C0 36 16.512000 {TCP:6, IPv4:5} 192.168.1.25 192.168.1.1 TCP TCP:Flags=......S., SrcPort=49268, DstPort=Kerberos(88), PayloadLen=0, Seq=2281404257, Ack=0, Win=8192 ( Negotiating scale factor 0x8 ) = 8192 37 16.513000 {TCP:6, IPv4:5} 192.168.1.1 192.168.1.25 TCP TCP:Flags=...A..S., SrcPort=Kerberos(88), DstPort=49268, PayloadLen=0, Seq=522569668, Ack=2281404258, Win=17520 ( Negotiated scale factor 0x0 ) = 17520 38 16.513000 {TCP:6, IPv4:5} 192.168.1.25 192.168.1.1 TCP TCP:Flags=...A...., SrcPort=49268, DstPort=Kerberos(88), PayloadLen=0, Seq=2281404258, Ack=522569669, Win=256 (scale factor 0x8) = 65536 39 16.513000 {TCP:6, IPv4:5} 192.168.1.25 192.168.1.1 KerberosV5 KerberosV5:AS Request Cname: jkloth Realm: MAJOR Sname: krbtgt/MAJOR 40 16.518000 {TCP:6, IPv4:5} 192.168.1.1 192.168.1.25 KerberosV5 KerberosV5:KRB_ERROR - KDC_ERR_PREAUTH_REQUIRED (25) 41 16.518000 {TCP:6, IPv4:5} 192.168.1.25 192.168.1.1 TCP TCP:Flags=...A...F, SrcPort=49268, DstPort=Kerberos(88), PayloadLen=0, Seq=2281404477, Ack=522569869, Win=255 (scale factor 0x8) = 65280 42 16.518000 {TCP:6, IPv4:5} 192.168.1.1 192.168.1.25 TCP TCP:Flags=...A...., SrcPort=Kerberos(88), DstPort=49268, PayloadLen=0, Seq=522569869, Ack=2281404478, Win=17301 (scale factor 0x0) = 17301 43 16.519000 {TCP:6, IPv4:5} 192.168.1.1 192.168.1.25 TCP TCP:Flags=...A...F, SrcPort=Kerberos(88), DstPort=49268, PayloadLen=0, Seq=522569869, Ack=2281404478, Win=17301 (scale factor 0x0) = 17301 44 16.519000 {TCP:6, IPv4:5} 192.168.1.25 192.168.1.1 TCP TCP:Flags=...A...., SrcPort=49268, DstPort=Kerberos(88), PayloadLen=0, Seq=2281404478, Ack=522569870, Win=255 (scale factor 0x8) = 65280 45 16.559000 {TCP:7, IPv4:5} 192.168.1.25 192.168.1.1 TCP TCP:Flags=......S., SrcPort=49269, DstPort=Kerberos(88), PayloadLen=0, Seq=1552151495, Ack=0, Win=8192 ( Negotiating scale factor 0x8 ) = 8192 46 16.559000 {TCP:7, IPv4:5} 192.168.1.1 192.168.1.25 TCP TCP:Flags=...A..S., SrcPort=Kerberos(88), DstPort=49269, PayloadLen=0, Seq=3766277116, Ack=1552151496, Win=17520 ( Negotiated scale factor 0x0 ) = 17520 47 16.559000 {TCP:7, IPv4:5} 192.168.1.25 192.168.1.1 TCP TCP:Flags=...A...., SrcPort=49269, DstPort=Kerberos(88), PayloadLen=0, Seq=1552151496, Ack=3766277117, Win=256 (scale factor 0x8) = 65536 48 16.559000 {TCP:7, IPv4:5} 192.168.1.25 192.168.1.1 KerberosV5 KerberosV5:AS Request Cname: jkloth Realm: MAJOR Sname: krbtgt/MAJOR 49 16.565000 {TCP:7, IPv4:5} 192.168.1.1 192.168.1.25 KerberosV5 KerberosV5:AS Response Ticket[Realm: MAJOR.COM, Sname: krbtgt/MAJOR.COM] 50 16.566000 {TCP:7, IPv4:5} 192.168.1.25 192.168.1.1 TCP TCP:Flags=...A...F, SrcPort=49269, DstPort=Kerberos(88), PayloadLen=0, Seq=1552151791, Ack=3766278507, Win=251 (scale factor 0x8) = 64256 51 16.566000 {TCP:7, IPv4:5} 192.168.1.1 192.168.1.25 TCP TCP:Flags=...A...., SrcPort=Kerberos(88), DstPort=49269, PayloadLen=0, Seq=3766278507, Ack=1552151792, Win=17225 (scale factor 0x0) = 17225 52 16.566000 {TCP:7, IPv4:5} 192.168.1.1 192.168.1.25 TCP TCP:Flags=...A...F, SrcPort=Kerberos(88), DstPort=49269, PayloadLen=0, Seq=3766278507, Ack=1552151792, Win=17225 (scale factor 0x0) = 17225 53 16.566000 {TCP:7, IPv4:5} 192.168.1.25 192.168.1.1 TCP TCP:Flags=...A...., SrcPort=49269, DstPort=Kerberos(88), PayloadLen=0, Seq=1552151792, Ack=3766278508, Win=251 (scale factor 0x8) = 64256 54 16.566000 {TCP:8, IPv4:5} 192.168.1.25 192.168.1.1 TCP TCP:Flags=......S., SrcPort=49270, DstPort=Kerberos(88), PayloadLen=0, Seq=2695366028, Ack=0, Win=8192 ( Negotiating scale factor 0x8 ) = 8192 55 16.566000 {TCP:8, IPv4:5} 192.168.1.1 192.168.1.25 TCP TCP:Flags=...A..S., SrcPort=Kerberos(88), DstPort=49270, PayloadLen=0, Seq=3758613820, Ack=2695366029, Win=17520 ( Negotiated scale factor 0x0 ) = 17520 56 16.566000 {TCP:8, IPv4:5} 192.168.1.25 192.168.1.1 TCP TCP:Flags=...A...., SrcPort=49270, DstPort=Kerberos(88), PayloadLen=0, Seq=2695366029, Ack=3758613821, Win=256 (scale factor 0x8) = 65536 57 16.566000 {TCP:8, IPv4:5} 192.168.1.25 192.168.1.1 KerberosV5 KerberosV5:TGS Request Realm: MAJOR.COM Sname: cifs/maj0049.major.com 58 16.566000 {TCP:8, IPv4:5} 192.168.1.25 192.168.1.1 TCP TCP:[Continuation to #57]Flags=...AP..., SrcPort=49270, DstPort=Kerberos(88), PayloadLen=26, Seq=2695367489 - 2695367515, Ack=3758613821, Win=256 (scale factor 0x8) = 65536 59 16.567000 {TCP:8, IPv4:5} 192.168.1.1 192.168.1.25 TCP TCP:Flags=...A...., SrcPort=Kerberos(88), DstPort=49270, PayloadLen=0, Seq=3758613821, Ack=2695367515, Win=17520 (scale factor 0x0) = 17520 60 16.570000 {TCP:8, IPv4:5} 192.168.1.1 192.168.1.25 KerberosV5 KerberosV5:KRB_ERROR - KRB_AP_ERR_MODIFIED (41) 61 16.570000 {TCP:8, IPv4:5} 192.168.1.25 192.168.1.1 TCP TCP:Flags=...A...F, SrcPort=49270, DstPort=Kerberos(88), PayloadLen=0, Seq=2695367515, Ack=3758613915, Win=256 (scale factor 0x8) = 65536 62 16.571000 {TCP:8, IPv4:5} 192.168.1.1 192.168.1.25 TCP TCP:Flags=...A...., SrcPort=Kerberos(88), DstPort=49270, PayloadLen=0, Seq=3758613915, Ack=2695367516, Win=17520 (scale factor 0x0) = 17520 63 16.571000 {TCP:8, IPv4:5} 192.168.1.1 192.168.1.25 TCP TCP:Flags=...A...F, SrcPort=Kerberos(88), DstPort=49270, PayloadLen=0, Seq=3758613915, Ack=2695367516, Win=17520 (scale factor 0x0) = 17520 64 16.571000 {TCP:8, IPv4:5} 192.168.1.25 192.168.1.1 TCP TCP:Flags=...A...., SrcPort=49270, DstPort=Kerberos(88), PayloadLen=0, Seq=2695367516, Ack=3758613916, Win=256 (scale factor 0x8) = 65536 65 16.571000 {TCP:9, IPv4:5} 192.168.1.25 192.168.1.1 TCP TCP:Flags=......S., SrcPort=49271, DstPort=Kerberos(88), PayloadLen=0, Seq=234939862, Ack=0, Win=8192 ( Negotiating scale factor 0x8 ) = 8192 66 16.571000 {TCP:9, IPv4:5} 192.168.1.1 192.168.1.25 TCP TCP:Flags=...A..S., SrcPort=Kerberos(88), DstPort=49271, PayloadLen=0, Seq=3428098564, Ack=234939863, Win=17520 ( Negotiated scale factor 0x0 ) = 17520 67 16.571000 {TCP:9, IPv4:5} 192.168.1.25 192.168.1.1 TCP TCP:Flags=...A...., SrcPort=49271, DstPort=Kerberos(88), PayloadLen=0, Seq=234939863, Ack=3428098565, Win=256 (scale factor 0x8) = 65536 68 16.571000 {TCP:9, IPv4:5} 192.168.1.25 192.168.1.1 KerberosV5 KerberosV5:TGS Request Realm: MAJOR.COM Sname: cifs/maj0049.major.com 69 16.571000 {TCP:9, IPv4:5} 192.168.1.25 192.168.1.1 TCP TCP:[Continuation to #68]Flags=...AP..., SrcPort=49271, DstPort=Kerberos(88), PayloadLen=26, Seq=234941323 - 234941349, Ack=3428098565, Win=256 (scale factor 0x8) = 65536 70 16.572000 {TCP:9, IPv4:5} 192.168.1.1 192.168.1.25 TCP TCP:Flags=...A...., SrcPort=Kerberos(88), DstPort=49271, PayloadLen=0, Seq=3428098565, Ack=234941349, Win=17520 (scale factor 0x0) = 17520 71 16.578000 {TCP:9, IPv4:5} 192.168.1.1 192.168.1.25 KerberosV5 KerberosV5:TGS Response Cname: jkloth 72 16.579000 {TCP:9, IPv4:5} 192.168.1.25 192.168.1.1 TCP TCP:Flags=...A...F, SrcPort=49271, DstPort=Kerberos(88), PayloadLen=0, Seq=234941349, Ack=3428099957, Win=251 (scale factor 0x8) = 64256 73 16.579000 {TCP:9, IPv4:5} 192.168.1.1 192.168.1.25 TCP TCP:Flags=...A...., SrcPort=Kerberos(88), DstPort=49271, PayloadLen=0, Seq=3428099957, Ack=234941350, Win=17520 (scale factor 0x0) = 17520 74 16.579000 {TCP:9, IPv4:5} 192.168.1.1 192.168.1.25 TCP TCP:Flags=...A...F, SrcPort=Kerberos(88), DstPort=49271, PayloadLen=0, Seq=3428099957, Ack=234941350, Win=17520 (scale factor 0x0) = 17520 75 16.579000 {TCP:9, IPv4:5} 192.168.1.25 192.168.1.1 TCP TCP:Flags=...A...., SrcPort=49271, DstPort=Kerberos(88), PayloadLen=0, Seq=234941350, Ack=3428099958, Win=251 (scale factor 0x8) = 64256 76 16.579000 {TCP:4, IPv4:3} 192.168.1.25 192.168.1.13 SMB SMB:C; Session Setup Andx, Krb5ApReq (0x100) 77 16.579000 {TCP:4, IPv4:3} 192.168.1.25 192.168.1.13 TCP TCP:[Continuation to #76]Flags=...AP..., SrcPort=49265, DstPort=Microsoft-DS(445), PayloadLen=68, Seq=1194612725 - 1194612793, Ack=3682352379, Win=64028 78 16.580000 {TCP:4, IPv4:3} 192.168.1.13 192.168.1.25 TCP TCP:Flags=...A...., SrcPort=Microsoft-DS(445), DstPort=49265, PayloadLen=0, Seq=3682352379, Ack=1194612793, Win=20440 79 16.632000 {TCP:4, IPv4:3} 192.168.1.13 192.168.1.25 SMB SMB:R; Session Setup Andx, Krb5ApRep (0x200) 80 16.633000 {TCP:4, IPv4:3} 192.168.1.25 192.168.1.13 SMB SMB:C; Tree Connect Andx, Path = \\FILES\IPC$, Service = ????? 81 16.642000 {TCP:4, IPv4:3} 192.168.1.13 192.168.1.25 SMB SMB:R; Tree Connect Andx, Service = IPC 82 16.643000 {TCP:4, IPv4:3} 192.168.1.25 192.168.1.13 SMB SMB:C; Tree Connect Andx, Path = \\FILES\ADMIN, Service = ????? 83 16.648000 {TCP:4, IPv4:3} 192.168.1.13 192.168.1.25 SMB SMB:R; Tree Connect Andx - NT Status: System - Error, Code = (34) STATUS_ACCESS_DENIED 84 16.648000 {TCP:4, IPv4:3} 192.168.1.25 192.168.1.13 SMB SMB:C; Tree Connect Andx, Path = \\FILES\ADMIN, Service = ????? 85 16.654000 {TCP:4, IPv4:3} 192.168.1.13 192.168.1.25 SMB SMB:R; Tree Connect Andx - NT Status: System - Error, Code = (34) STATUS_ACCESS_DENIED 86 16.687000 net.exe {TCP:10, IPv4:3} 192.168.1.25 192.168.1.13 TCP TCP:Flags=......S., SrcPort=49272, DstPort=HTTP(80), PayloadLen=0, Seq=1345115376, Ack=0, Win=8192 ( Negotiating scale factor 0x8 ) = 8192 87 16.687000 {IPv4:3} 192.168.1.13 192.168.1.25 ICMP ICMP:Destination Unreachable Message, Destination host is administratively prohibited, 192.168.1.13 88 16.745000 192.168.1.7 192.168.1.49 ARP ARP:Request, 192.168.1.7 asks for 192.168.1.49 89 16.857000 {TCP:4, IPv4:3} 192.168.1.25 192.168.1.13 TCP TCP:Flags=...A...., SrcPort=49265, DstPort=Microsoft-DS(445), PayloadLen=0, Seq=1194613037, Ack=3682352773, Win=63634 90 17.685000 192.168.1.33 192.168.1.212 ARP ARP:Request, 192.168.1.33 asks for 192.168.1.212 91 18.411000 192.168.1.49 192.168.1.216 ARP ARP:Request, 192.168.1.49 asks for 192.168.1.216 92 18.507000 192.168.1.1 192.168.1.51 ARP ARP:Request, 192.168.1.1 asks for 192.168.1.51 93 19.687000 net.exe {TCP:10, IPv4:3} 192.168.1.25 192.168.1.13 TCP TCP:[SynReTransmit #86]Flags=......S., SrcPort=49272, DstPort=HTTP(80), PayloadLen=0, Seq=1345115376, Ack=0, Win=8192 ( Negotiating scale factor 0x8 ) = 8192 94 19.687000 {IPv4:3} 192.168.1.13 192.168.1.25 ICMP ICMP:Destination Unreachable Message, Destination host is administratively prohibited, 192.168.1.13 95 20.170000 192.168.1.64 192.168.1.216 ARP ARP:Request, 192.168.1.64 asks for 192.168.1.216 96 23.037000 192.168.1.7 192.168.1.32 ARP ARP:Request, 192.168.1.7 asks for 192.168.1.32 97 24.027000 {SMB:13, UDP:12, IPv4:11} MAJ0081 192.168.1.255 BROWSER BROWSER:Host Announcement, ServerName = MAJ0081 98 24.105000 192.168.1.1 192.168.1.15 ARP ARP:Request, 192.168.1.1 asks for 192.168.1.15 99 24.823000 192.168.1.34 192.168.1.216 ARP ARP:Request, 192.168.1.34 asks for 192.168.1.216 100 25.687000 net.exe {TCP:10, IPv4:3} 192.168.1.25 192.168.1.13 TCP TCP:[SynReTransmit #86]Flags=......S., SrcPort=49272, DstPort=HTTP(80), PayloadLen=0, Seq=1345115376, Ack=0, Win=8192 ( Negotiating scale factor 0x8 ) = 8192 101 25.687000 {IPv4:3} 192.168.1.13 192.168.1.25 ICMP ICMP:Destination Unreachable Message, Destination host is administratively prohibited, 192.168.1.13 102 30.008000 {SMB:16, UDP:15, IPv4:14} MAJ0095 192.168.1.255 BROWSER BROWSER:Host Announcement, ServerName = MAJ0095 103 31.794000 {TCP:4, IPv4:3} 192.168.1.25 192.168.1.13 SMB SMB:C; Tree Disconnect 104 31.800000 {TCP:4, IPv4:3} 192.168.1.13 192.168.1.25 SMB SMB:R; Tree Disconnect 105 31.800000 {TCP:4, IPv4:3} 192.168.1.25 192.168.1.13 SMB SMB:C; Logoff Andx 106 31.801000 {TCP:4, IPv4:3} 192.168.1.13 192.168.1.25 SMB SMB:R; Logoff Andx 107 32.000000 {TCP:4, IPv4:3} 192.168.1.25 192.168.1.13 TCP TCP:Flags=...A...., SrcPort=49265, DstPort=Microsoft-DS(445), PayloadLen=0, Seq=1194613119, Ack=3682352855, Win=63552 108 32.051000 192.168.1.63 192.168.1.212 ARP ARP:Request, 192.168.1.63 asks for 192.168.1.212 109 32.676000 {IPX:17} 00000000.0000 7488 D129.4100 00000000.FFFF FFFF FFFF.0452 IPX IPX:NCP Packet, 00000000.0000 7488 D129.4100 -> 00000000.FFFF FFFF FFFF.0452, Hop Count = 0 110 32.837000 192.168.1.1 192.168.1.50 ARP ARP:Request, 192.168.1.1 asks for 192.168.1.50 111 32.937000 192.168.1.34 192.168.1.10 ARP ARP:Request, 192.168.1.34 asks for 192.168.1.10 112 33.005000 {DNS:19, UDP:18, IPv4:5} 192.168.1.25 192.168.1.1 DNS DNS:QueryId = 0xA434, QUERY (Standard query), Query for dns.msftncsi.com of type Host Addr on class Internet 113 33.039000 {DNS:19, UDP:18, IPv4:5} 192.168.1.1 192.168.1.25 DNS DNS:QueryId = 0xA434, QUERY (Standard query), Response - Success, 131.107.255.255 114 33.040000 {DNS:21, UDP:20, IPv4:5} 192.168.1.25 192.168.1.1 DNS DNS:QueryId = 0xFFDB, QUERY (Standard query), Query for dns.msftncsi.com of type AAAA on class Internet 115 33.072000 {DNS:21, UDP:20, IPv4:5} 192.168.1.1 192.168.1.25 DNS DNS:QueryId = 0xFFDB, QUERY (Standard query), Response - Success 116 33.675000 {IPX:17} 00000000.0000 7488 D129.4100 00000000.FFFF FFFF FFFF.0452 IPX IPX:NCP Packet, 00000000.0000 7488 D129.4100 -> 00000000.FFFF FFFF FFFF.0452, Hop Count = 0 117 34.674000 {IPX:17} 00000000.0000 7488 D129.4100 00000000.FFFF FFFF FFFF.0452 IPX IPX:NCP Packet, 00000000.0000 7488 D129.4100 -> 00000000.FFFF FFFF FFFF.0452, Hop Count = 0 118 35.672000 {IPX:17} 00000000.0000 7488 D129.4100 00000000.FFFF FFFF FFFF.0452 IPX IPX:NCP Packet, 00000000.0000 7488 D129.4100 -> 00000000.FFFF FFFF FFFF.0452, Hop Count = 0 119 35.873000 {UDP:23, IPv4:22} 192.168.1.33 192.168.1.255 NbtNs NbtNs:Query Request for MAJOR2.MAJOR.COM <0x4D> Program Defined 120 35.874000 192.168.1.1 192.168.1.33 ARP ARP:Request, 192.168.1.1 asks for 192.168.1.33 121 36.332000 192.168.1.63 192.168.1.13 ARP ARP:Request, 192.168.1.63 asks for 192.168.1.13 122 36.623000 {UDP:23, IPv4:22} 192.168.1.33 192.168.1.255 NbtNs NbtNs:Query Request for MAJOR2.MAJOR.COM <0x4D> Program Defined 123 36.671000 {IPX:17} 00000000.0000 7488 D129.4100 00000000.FFFF FFFF FFFF.0452 IPX IPX:NCP Packet, 00000000.0000 7488 D129.4100 -> 00000000.FFFF FFFF FFFF.0452, Hop Count = 0 124 37.373000 {UDP:23, IPv4:22} 192.168.1.33 192.168.1.255 NbtNs NbtNs:Query Request for MAJOR2.MAJOR.COM <0x4D> Program Defined 125 37.669000 {IPX:17} 00000000.0000 7488 D129.4100 00000000.FFFF FFFF FFFF.0452 IPX IPX:NCP Packet, 00000000.0000 7488 D129.4100 -> 00000000.FFFF FFFF FFFF.0452, Hop Count = 0 126 37.793000 {TCP:4, IPv4:3} 192.168.1.25 192.168.1.13 TCP TCP:Flags=...A.R.., SrcPort=49265, DstPort=Microsoft-DS(445), PayloadLen=0, Seq=1194613119, Ack=3682352855, Win=0 127 38.668000 {IPX:17} 00000000.0000 7488 D129.4100 00000000.FFFF FFFF FFFF.0452 IPX IPX:NCP Packet, 00000000.0000 7488 D129.4100 -> 00000000.FFFF FFFF FFFF.0452, Hop Count = 0 128 39.622000 {UDP:25, IPv4:24} 192.168.1.49 192.168.1.255 NbtNs NbtNs:Query Request for FILES <0x20> File Server Service 129 39.632000 192.168.1.18 192.168.1.63 ARP ARP:Request, 192.168.1.18 asks for 192.168.1.63 130 39.666000 {IPX:17} 00000000.0000 7488 D129.4100 00000000.FFFF FFFF FFFF.0452 IPX IPX:NCP Packet, 00000000.0000 7488 D129.4100 -> 00000000.FFFF FFFF FFFF.0452, Hop Count = 0 131 40.357000 {UDP:25, IPv4:24} 192.168.1.49 192.168.1.255 NbtNs NbtNs:Query Request for FILES <0x20> File Server Service 132 40.665000 {IPX:17} 00000000.0000 7488 D129.4100 00000000.FFFF FFFF FFFF.0452 IPX IPX:NCP Packet, 00000000.0000 7488 D129.4100 -> 00000000.FFFF FFFF FFFF.0452, Hop Count = 0 133 41.107000 {UDP:25, IPv4:24} 192.168.1.49 192.168.1.255 NbtNs NbtNs:Query Request for FILES <0x20> File Server Service 134 41.664000 {IPX:17} 00000000.0000 7488 D129.4100 00000000.FFFF FFFF FFFF.0452 IPX IPX:NCP Packet, 00000000.0000 7488 D129.4100 -> 00000000.FFFF FFFF FFFF.0452, Hop Count = 0 135 42.112000 192.168.1.1 192.168.1.46 ARP ARP:Request, 192.168.1.1 asks for 192.168.1.46 136 42.318000 192.168.1.25 192.168.1.13 ARP ARP:Request, 192.168.1.25 asks for 192.168.1.13 137 42.318000 192.168.1.13 192.168.1.25 ARP ARP:Response, 192.168.1.13 at 00-0F-B5-85-23-BD 138 42.662000 {IPX:17} 00000000.0000 7488 D129.4100 00000000.FFFF FFFF FFFF.0452 IPX IPX:NCP Packet, 00000000.0000 7488 D129.4100 -> 00000000.FFFF FFFF FFFF.0452, Hop Count = 0 139 43.661000 {IPX:17} 00000000.0000 7488 D129.4100 00000000.FFFF FFFF FFFF.0452 IPX IPX:NCP Packet, 00000000.0000 7488 D129.4100 -> 00000000.FFFF FFFF FFFF.0452, Hop Count = 0 140 44.875000 192.168.1.7 192.168.1.64 ARP ARP:Request, 192.168.1.7 asks for 192.168.1.64 Does anyone see anything that sticks out as being problematic?
February 5th, 2010 11:29pm

Can you tell me why you are using the cname instead of the hostname (a record) when mapping? I map using host names and it works fine for me on XP, Vista and 7. By nature, cname is a redirect of sorts isn't it? That may be why you are told that you have multiple connections (but named differently etc).
Free Windows Admin Tool Kit Click here and download it now
March 24th, 2010 6:55pm

By hostname do you mean the computer name? We use a cname so that when the server is replaced we can just point the cname to the new server instead of having to modify all our scripts and dfs links.Click Start, click Run..., type "cmd" and hit enter, type "work /now"
March 25th, 2010 4:35pm

can we see the script you are running? I know you are running multiples but just one. are you deleting the previous map for that drive letter before attempting to remap it? net use driveletter: /d net use driveletter: \\servername\share
Free Windows Admin Tool Kit Click here and download it now
March 25th, 2010 7:14pm

Do you by chance have Computer Browser running on your servers etc?
March 25th, 2010 11:02pm

The scripts that we run all look similar to this: net use * /delete /y net use K: \\cname\share ... If I use the IP address in place of the cname it will work however. The server on which the shares reside is a Linux server, how do I check to see if Computer Browser is running?Click Start, click Run..., type "cmd" and hit enter, type "work /now"
Free Windows Admin Tool Kit Click here and download it now
March 26th, 2010 4:11pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics