There are a few things i need to touch topic on. First and foremost my smb problem.
I can connect to my linux via my Windows XP connection \\ip\shr
But when i try the other way around i get (from console):
-bash-2.05b# smbclient -L //192.168.0.1/XPC -Ulinux -W VICXP
Password:
Domain=[VICXP] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
Sharename Type Comment
--------- ---- -------
IPC$ IPC Remote IPC
My Music Disk
temp Disk
ADMIN$ Disk Remote Admin
C$ Disk Default share
XPC Disk
Error connecting to 192.168.0.1 (Connection refused)
Connection to 192.168.0.1 failed
NetBIOS over TCP disabled -- no workgroup available
Well i know all my daemons are running. I been reading books left and right still cant figure what im doing rong here.
also this error often comes out. NT STATUS ACCESS DENIED.'
I have the guest account enabled. and running samba 3.0.4.
I have the latest kernel build.
Also when im in Windows XP. i dont know if it pertains to here but here goes. I cant see that linux box in my network neighborhood. I tried also linneighborhood but no dice. Then i read it dont work well with samba. Now im going to paste my smb.conf. its super basic. Im just trying to get the thing communicating security isnt a issue yet.
Code:
-bash-2.05b# cat /etc/samba/smb.conf
[global]
workgroup = vicxp
netbios name = LINUXBOX
server string = samba %v on (%l)
username map = /etc/samba/smbusers
encrypt passwords = yes
[linuxshr]
browseable = yes
path = /shr
comment = Linux Share
volume = Linux-Share-DIR
writeable = yes
guest ok = yes
Thank you for the time reading of you dont post.