Windows Vista Home Premium Samba Problem -- could it be RPC?

  • Thread starter Thread starter hags1975
  • Start date Start date
H

hags1975

Hi there --

I conntected a new Vista laptop to the work's Samba file server with no
problems. Then, for no obvious reason it simply stopped working. I could
ping the server so I know that its there (apart from the fact that all the
other machines are XP and don't any problems), but I can't connect a drive to
it. Indeed, vista won't even see it if I type the IP address directly into
Windows Explorer.

I've tried everything I can find, including the HKEY hack that seems to have
worked for everyone I know:
http://windowshelp.microsoft.com/co...fb2ceb5&cat=&lang=en&cr=US&sloc=en-us&m=1&p=1

No luck.

I've tried re-installing and that hasn't worked either.

The only difference that I can find between the XP machines and mine is that
I can't change the service name providor on the RPC options to Windows. If I
do, close, and then reopen it reverts back to blank, an option that doesn't
even exist on the XPs.

I've checked and the RPC service has started.

Any ideas?
 
Hi there --

I conntected a new Vista laptop to the work's Samba file server with no
problems. Then, for no obvious reason it simply stopped working. I could
ping the server so I know that its there (apart from the fact that all the
other machines are XP and don't any problems), but I can't connect a drive to
it. Indeed, vista won't even see it if I type the IP address directly into
Windows Explorer.

I've tried everything I can find, including the HKEY hack that seems to have
worked for everyone I know:http://windowshelp.microsoft.com/communities/newsgroups/en-us/default...

No luck.

I've tried re-installing and that hasn't worked either.

The only difference that I can find between the XP machines and mine is that
I can't change the service name providor on the RPC options to Windows. If I
do, close, and then reopen it reverts back to blank, an option that doesn't
even exist on the XPs.

I've checked and the RPC service has started.

Any ideas?

Hai,

From my understand there is a setting which you can set on your samba
server which will use the type of authentication that windows vista
uses. I also use Windows Vista I have the home premium version. If
you have tried this:

- Click start
- Type: regedit
- Press enter
- In the left, expand these folders:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\

- In the left, click on the folder named:

Lsa

- In the right, double-click "LmCompatibilityLevel"
- Type the number 1 and press enter
- Restart your computer

and that did not work for you.... you could enable NTLMv2 support in
your smb.conf. By default NTLMv2 auth is not enabled. You would have
to add the following and restart smbd:

client ntlmv2 auth = yes

If that doesn't help I don't mind trying to give ya more ideas. Once
I get home from work I am going to be trying second method to see if
that repairs the issue.

Thanks,

Chris
 
Back
Top