@paul
Seems like you have a Nicely working Samba Network there.
testparm.. would show syntax errors. I see none. Good.
ifconfig ... confirms your ipaddress and BTW I use MAC addressing in my SAMBA network.
nmblookup mshome .. confirms the ip is on the network
smbclient -L 192.168.1.6 .. shows SAMBA sees and uses the ipaddress
which you did as root
Also means to me that you have given root a Working SAMBA password somehow.
.............Not usual on a small network
Now I would wager that if you became root and then
Code: Select all
smbclient "\\\localhost\Downloads" -U root"
entered your SAMBA root password you would see
smb: \>
the samba prompt
Because you cannot use the root password.
root must have it's own SAMBA passwork to work in that prompt.
You have to make certain that PAUL has a SAMBA password.
Without it or with an incorrect SAMBA password you would see
A SAMBA network error.
So, my suggestions would be to first check what may be a syntax error on your part.
Secondly, if that turns out not to be a syntax error only a posting error here. To then re-establish
PAUL with the
GROUP and A
smbpasswd for PAUL.
I know you attempted this before but
"Once more unto the breach, ".
To begin I see in your previous post outside quotation marks in the command
As you see below in
red . Incorrect eliminate and try again.
" smbclient "\\\localhost\Downloads" -U paul
"
You should get a password prompt like so
If you continue to see the NT_Network error then the SAMBA user paul most probably is not correctly established as a SAMBA user because your SAMBA network seems functional to my eye. (Based on your last post )
To re-establish the user paul in the SAMBA network as a user with a password follow all the same steps which I will list again below ..
First Check that paul is a member of the sambashares GROUP in two ways..
&
IF paul's GROUP = sambashare THEN to
smbpasswd below
ELSE
Continue
Code: Select all
smbpasswd -a paul
smbpasswd -e paul
once again
Code: Select all
smbclient "\\\localhost\public" -U paul
Post results