Koozali.org: home of the SME Server

suddenly no network shares

Offline xinspirit

  • 14
  • +0/-0
suddenly no network shares
« on: August 16, 2012, 03:32:47 AM »
hi forum

I have one notebook and  one desktop. With my desktop I can open the network shares of SME with \\192.168.3.2.
But suddenly on my notebook not. It is W7 and the username and password is the same as on sme.
Why does the Notebook not connect to SME - I have nothing changed?

Offline purvis

  • ****
  • 567
  • +0/-0
Re: suddenly no network shares
« Reply #1 on: August 17, 2012, 03:48:42 PM »
from the command prompt in windows 7

to show all network connections
Code: [Select]
net use

to connect to a network shared drive
Code: [Select]
net use driveletter: \\ipaddress\ibayname userpassword /user:username

then run "net use" again to see connected network shares