FN-GM Posted August 9, 2011 Posted August 9, 2011 Hi, On one of my servers the network drive mapped to it keeps dropping. I get the attached error. The only way to cure it is to reboot the server. Nothing at all in the event log. Does anyone have any ideas why please? Thanks
jamesfed Posted August 9, 2011 Posted August 9, 2011 Is it only that one networked drive and are any other servers/pcs having problems getting to that networked drive? Also try pinging the server that drive is hosted on from the server that you get that error message on - long waits for responses could show problems with network cabling/drivers.
mac_shinobi Posted August 9, 2011 Posted August 9, 2011 vbs that is mapping at logon or startup script or what exactly ? Think the only time I had mine repeatedly drop was when I was using the wrong method to make the vbs map the network path ( cant remember which way around ) ie using startup instead of login or visa versa
FN-GM Posted August 9, 2011 Author Posted August 9, 2011 Is it only that one networked drive and are any other servers/pcs having problems getting to that networked drive? Also try pinging the server that drive is hosted on from the server that you get that error message on - long waits for responses could show problems with network cabling/drivers. Only share on the server. I can ping it no problem when i get the issue. vbs that is mapping at logon or startup script or what exactly ? Think the only time I had mine repeatedly drop was when I was using the wrong method to make the vbs map the network path ( cant remember which way around ) ie using startup instead of login or visa versa Its mapping through group policy preferences.
Steve21 Posted August 9, 2011 Posted August 9, 2011 Is it a new drive at all? Might be worth trying to drop and readd it from nbtstat , in case it's confused as such nbtstat -RR, then nbtstat -R (Disclaimer, As always, be careful and preferably have backup incase Never know when it may decide not to readd it at all!) Steve
FN-GM Posted August 10, 2011 Author Posted August 10, 2011 I managed to sort it. The server is a new setup, when the guys come in to set it up they disabled IP V6 ont he network card. I enabled that again and the problems have gone away. Seems abit unusual though..
mac_shinobi Posted August 11, 2011 Posted August 11, 2011 Clearly not the same situation as yourself but did find this : Unable to map a network drive (Network Steve Forum) I had posted this to some friends elsewhere, and here is the solution that worked for me. Set the Local Security Policy > Local Policy > Security Options > Network security: LAN Manager authentication level ... to ... Send LM & NTLM I have previously used the setting of "Send LM & NTLM - use NTML2 session security if negotiated". This did not work for me. The "Send LM & NTLM" worked immediately. I began to see my network drives, both on and off of VPN. Hopefully this will save others the frustration. Think that is with regards to windows 7 clients, can't see a mention of Server OS
FN-GM Posted August 12, 2011 Author Posted August 12, 2011 Spoke too soon, it went off again. @mac_shinobi that shouldnt matter as i have W7 clients Anyone else got any thoughts please?
kmount Posted August 12, 2011 Posted August 12, 2011 1 nic in the box? Tried via IP when it's failed to rule out dns? (arp happy? (compare arp when it's happy and working to arp when it's not for the same IP))
mac_shinobi Posted August 12, 2011 Posted August 12, 2011 (edited) Spoke too soon, it went off again. @mac_shinobi that shouldnt matter as i have W7 clients Anyone else got any thoughts please? Not used GPP to push out network drives / etc but can you not set them to be persistant via GPP or something like that. Also as KMount suggests, try using IP address of server instead of the hostname of the server so it does not rely on dns resolution. Just wondering - its not to do with windows firewall and I presume you dont have any other software firewalls on the clients ? Also all services on the client are running ie dhcp, dns, netbios helper etc etc and win 7 clients are getting the correct network info ie ip address, subnet mask, gateway, dns etc and if you take one off the domain and put it back on does that fix it for a bit ? Edited August 12, 2011 by mac_shinobi
FN-GM Posted August 12, 2011 Author Posted August 12, 2011 I can confirm its not a DNS issue. The server is a virtual server and has 1 nic assigned. Thanks
kmount Posted August 12, 2011 Posted August 12, 2011 I can confirm its not a DNS issue. The server is a virtual server and has 1 nic assigned. Thanks So are you saying when it's not working IP doesn't work either?
FN-GM Posted August 12, 2011 Author Posted August 12, 2011 So are you saying when it's not working IP doesn't work either? Yes that is correct.
mac_shinobi Posted August 12, 2011 Posted August 12, 2011 Yes that is correct. Can you ping the actual server that the Virtual server resides on when you are unable to ping the virtual server ? Also what are you using for the virtual server ie ESXI, VMWARE etc etc
kmount Posted August 12, 2011 Posted August 12, 2011 I'll assume you have confirmed you can still talk to the box via RDP or something at that time to rule out a true network problem (I wouldn't trust ping because if it's arp it might still be something "alive" that has stolen the IP). ie, by RDP you can verify the box you're talking to is the box you want to be talking to. Otherwise it might be worth trashing the arp table and then trying to reconnect, I've seen random shenanigans with shares when people have had poisoned arp tables. 1
mac_shinobi Posted August 12, 2011 Posted August 12, 2011 I'll assume you have confirmed you can still talk to the box via RDP or something at that time to rule out a true network problem (I wouldn't trust ping because if it's arp it might still be something "alive" that has stolen the IP). ie, by RDP you can verify the box you're talking to is the box you want to be talking to. Otherwise it might be worth trashing the arp table and then trying to reconnect, I've seen random shenanigans with shares when people have had poisoned arp tables. Have had it where you ping a hostname and it can't find it and it pings a different hostname thats similar but not the hostname I originally pinged which returns the wrong ip , same happens when doing an nslookup, tracert etc so good point on the ping and not relying on arp utils ie ping etc
FN-GM Posted August 18, 2011 Author Posted August 18, 2011 Have had it where you ping a hostname and it can't find it and it pings a different hostname thats similar but not the hostname I originally pinged which returns the wrong ip , same happens when doing an nslookup, tracert etc so good point on the ping and not relying on arp utils ie ping etc IT hasnt happened all week and this morning it came back. Its not a DNS issue, so i know that wont be it. Anyone else please?
FN-GM Posted August 18, 2011 Author Posted August 18, 2011 I'll assume you have confirmed you can still talk to the box via RDP or something at that time to rule out a true network problem (I wouldn't trust ping because if it's arp it might still be something "alive" that has stolen the IP). ie, by RDP you can verify the box you're talking to is the box you want to be talking to. Otherwise it might be worth trashing the arp table and then trying to reconnect, I've seen random shenanigans with shares when people have had poisoned arp tables. I can RDP into it yes, How would i go about doing that to the arp table please?
SYNACK Posted August 18, 2011 Posted August 18, 2011 netsh interface ip delete arpcache How to troubleshoot TCP/IP connectivity with Windows XP
FN-GM Posted August 18, 2011 Author Posted August 18, 2011 netsh interface ip delete arpcache How to troubleshoot TCP/IP connectivity with Windows XP We are on W7 would the same apply please?
SYNACK Posted August 18, 2011 Posted August 18, 2011 We are on W7 would the same apply please? Yes, just use an elevated comand prompt to do it.
mac_shinobi Posted August 18, 2011 Posted August 18, 2011 Yes, just use an elevated comand prompt to do it. Not related to what FN GM is trying to do Logged in as a standard AD user that has local admin rights, Held down left shift --> Right clicked on command prompt --> run as other user --> logged on using domain admin account and tried to do some commands and got access denied Closed command prompt and just right clicked on the command prompt and selected run as administrator and did the commands again, they worked straight away Not sure if that will help Also seeing as the mapped drives are on the virtual server - the network settings on the virtual server, do you get the same settings ref bridged mode or otherwise ? Can't remember the name of the other setting ? If so just wondering if changing between the 2 makes any diff ?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now