Hello,
Let me start by admitting that I'm not very knowledgeable when it comes to networking. But I am currently trying to learn a thing or two.
I have began using "samba 3 sharing" to access my vista laptop. So far, by researching other how-to articles & threads, I am now able to access my kubuntu box from my vista laptop & vice versa. I can open my kubuntu shares from vista, but not able to open my vista shares from kubuntu. When I attempt to open vista shares from my buntu box, there is a password prompt in which I enter my samba name & password, but get a message "access denied".
let me stop right here and provide some info that may be relevant to anyone who is willing to help.
*****smb.conf******
Does anyone know how to get me on track to accessing my vista shares from buntu? Also, I welcome any suggestions, warnings, or recommendations.
Let me start by admitting that I'm not very knowledgeable when it comes to networking. But I am currently trying to learn a thing or two.
I have began using "samba 3 sharing" to access my vista laptop. So far, by researching other how-to articles & threads, I am now able to access my kubuntu box from my vista laptop & vice versa. I can open my kubuntu shares from vista, but not able to open my vista shares from kubuntu. When I attempt to open vista shares from my buntu box, there is a password prompt in which I enter my samba name & password, but get a message "access denied".
let me stop right here and provide some info that may be relevant to anyone who is willing to help.
Code:
ben@HP:~$ smbclient -L //HP Domain=[HOME] OS=[Unix] Server=[Samba 3.4.0] Sharename Type Comment --------- ---- ------- print$ Disk Printer Drivers HOME Disk SDB8 Disk IPC$ IPC IPC Service (HP server (Samba, Ubuntu)) Domain=[HOME] OS=[Unix] Server=[Samba 3.4.0] Server Comment --------- ------- HP HP server (Samba, Ubuntu) OWNER-PC LAPTOP Workgroup Master --------- ------- HOME HP
Code:
ben@HP:~$ smbclient -L BIGSERVER Connection to BIGSERVER failed (Error NT_STATUS_BAD_NETWORK_NAME)
Code:
[global] workgroup = HOME server string = %h server (Samba, Ubuntu) map to guest = Bad User obey pam restrictions = Yes pam password change = Yes passwd program = /usr/bin/passwd %u passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* . unix password sync = Yes client NTLMv2 auth = Yes syslog = 0 log file = /var/log/samba/log.%m max log size = 1000 dns proxy = No usershare allow guests = Yes panic action = /usr/share/samba/panic-action %d [printers] comment = All Printers path = /var/spool/samba create mask = 0700 printable = Yes browseable = No browsable = No [print$] comment = Printer Drivers path = /var/lib/samba/printers [HOME] path = /home read only = No guest ok = Yes [SDB8] path = /media/sdb8 read only = No guest ok = Yes
Does anyone know how to get me on track to accessing my vista shares from buntu? Also, I welcome any suggestions, warnings, or recommendations.
Comment