hesaias n00b
Joined: 13 Feb 2005 Posts: 25
|
Posted: Wed Mar 23, 2005 11:48 pm Post subject: cant see my Desktop |
|
|
I am trying to get my WLAN back up after switching from W2K to Gentoo. I have emerged Samba, and have set up my smb.conf file thus
Code: | null passwords = yesprivate
workgroup = DSPLAN
server string = Gentoo Linux Server
encrypt passwords = True
security = share
smb passwd file = /etc/samba/private/smbpasswd
log file = /var/log/samba/log.%m
socket options = IPTOS_LOWDELAY TCP_NODELAY
domain master = Yes
preferred master = Yes
os level = 65
dns proxy = No
name resolve order = lmhosts host bcast
bind interfaces only = True
interfaces = eth0
hosts deny = ALL
hosts allow = 10.0.0.0/24 127.0.0.1 (list of allow hosts here)
debug level = 1
create mask = 0644
level2 oplocks = True
read raw = no
write cache size = 262144
remote announce = 10.0.0.255
use client driver = yes
[Pictures]
path = /mnt/Pictures
comment = /
guest ok = yes
read only = no
widelinks = no
username map = /etc/samba/smbusers
[Music]
path = /mnt/music
guest ok = yes
read only = no
widelinks = no
username map = /etc/samba/smbusers |
I have set my laptop up on the dsplan workcroup, and it shows up, but I cannot connect. Sez I do not have authorization.
what am I doing wrong, or am I missing something? |
|