• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Trying to setup Samba in Linux

Scootin159

Diamond Member
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?
 
Back
Top