Trying to setup Samba in Linux

Scootin159

Diamond Member
Apr 17, 2001
3,650
0
76
Symptoms:
System not listed in workgroup for the domain.
When I type in \\10.2.31.199 into IE (the IP# of the linux box) or \\marge (it's name) it always just takes about 30 seconds to do anything, and then just shows a blank window

Config Files:
smb.conf
[global]

browseable = yes
encrypt passwords = yes
guest account = nobody
guest ok = yes
hosts allow = 10.
lm announce = true
lm interval = 120
netbios name = marge
netbios aliases = bart lisa maggie
security = user
server string = Homer's Linux Server
smb passwd file = /etc/samba/smbpasswd
remote announce = 10.2.1.200 10.1.1.186
wins server = 10.2.1.200 10.1.1.186
workgroup = MyWorkgroup
writeable = yes

[homes]
comment = Home Directories
browseable = yes
writeable = yes
valid users = %S
create mode = 0664
directory mode = 0775

[pub]
comment = Public
path = /stor/pub
public = yes
writeable = no

[myfolder]
comment = My Folder
path = /stor/myfolder
vaild users = mysmbname
public = no
writeable = yes

smbusers
# Unix_name = SMB_name1 SMB_name2 ...
root = administrator admin
nobody = guest pcguest smbguest
myunixname = mysmbname

smbpasswd
# Samba SMB password file
mysmbname:501:6079F66E10BBECB6AAD3B435B51404EE:184F38C1ECEF4FEC8F6B730353FAB4EC:[U ]:LCT-3CD3062B:

Anyone have any ideas on why this isn't working?