When I log into my desktop running fedora core 4 I can say
mount -t smbfs //192.168.1.101/C$ /mnt/sales -o username=siegfried
and see the files on my notebook running XP Pro. Hurray.
However, on my notebook I can say
net use p: \\192.168.1.4\siegfried /user:siegfried password
and it says access denied. I don't know why. I'm sure that my passwords are correct.
I have used SWAT to configure my samba server.
The notebook can ping the desktop succesfully. I turned on "encrypt passwords". The windows notebook can see the "mygroup" default workgroup name in network neighborhood but when I double click on the "my group" icon there is a long pause and nothing happens. The netbios name is "BATTLE" and I tried using "BATTLE" instead of 192.168.1.4 on the "net use" command and that did not help.
I've also tried "net view" and that never worked.
What am I doing wrong?
Thanks,
Siegfried
Here is a fragment from the smb.conf file:
[siegfried]
comment = sieg's home directory
path = /home/siegfried
username = siegfried
valid users = siegfried, root
admin users = siegfried, root
write list = siegfried, root
read only = No
hosts allow = 192.168.1.101
Here is the smbusers file
# Unix_name = SMB_name1 SMB_name2 ...
root = administrator admin
nobody = guest pcguest smbguest
siegfried = siegfried
mount -t smbfs //192.168.1.101/C$ /mnt/sales -o username=siegfried
and see the files on my notebook running XP Pro. Hurray.
However, on my notebook I can say
net use p: \\192.168.1.4\siegfried /user:siegfried password
and it says access denied. I don't know why. I'm sure that my passwords are correct.
I have used SWAT to configure my samba server.
The notebook can ping the desktop succesfully. I turned on "encrypt passwords". The windows notebook can see the "mygroup" default workgroup name in network neighborhood but when I double click on the "my group" icon there is a long pause and nothing happens. The netbios name is "BATTLE" and I tried using "BATTLE" instead of 192.168.1.4 on the "net use" command and that did not help.
I've also tried "net view" and that never worked.
What am I doing wrong?
Thanks,
Siegfried
Here is a fragment from the smb.conf file:
[siegfried]
comment = sieg's home directory
path = /home/siegfried
username = siegfried
valid users = siegfried, root
admin users = siegfried, root
write list = siegfried, root
read only = No
hosts allow = 192.168.1.101
Here is the smbusers file
# Unix_name = SMB_name1 SMB_name2 ...
root = administrator admin
nobody = guest pcguest smbguest
siegfried = siegfried