TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Samba Problem
Hello all,
I've been having a problem with samba since my DSL connection went live.
I've got my linux box set up as my NT domain for logging into. When I try
to log in from my windows box, I get the following error in my log.nmb file:
[1999/02/01 01:03:14, 0]
nmbd/nmbd_incomingdgrams.c:process_get_backup_list_request(652)
process_get_backup_list_request: Cannot find workgroup HOME on subnet
UNICAST_SUBNET.
Anyone have any clues as to what I might start investigating?? Like I said,
I'm feeling very "green" about dealing with a live connection to the
internet, and having two NIC's/IP addresses for my box...
Thanks again!!
Scott K. Johnson
skj@visi.com
Below is my smb.conf file:
-----------------------------------------------------
cat smb.conf
# Samba config file created using SWAT
# from localhost (127.0.0.1)
# Date: 1999/01/29 15:35:44
# Global parameters
workgroup = HOME
server string = Samba Server
interfaces = 192.168.1.1/24 127.0.0.1/24
bind interfaces only = Yes
encrypt passwords = Yes
log file = /usr/local/samba/var/log.%m
max log size = 50
socket options = TCP_NODELAY
domain logons = Yes
preferred master = Yes
local master = No
domain master = Yes
dns proxy = No
hosts allow = 192.168.1.2 192.168.1.3 127.
[homes]
comment = Home Directories
read only = No
browseable = No
[netlogon]
comment = Network Logon Service
path = /usr/local/samba/lib/netlogon
guest ok = Yes
share modes = No
[tmp]
comment = Temporary file space
path = /tmp
read only = No
guest ok = Yes
[office97]
comment = Office97
path = /usr/local/samba-share/Office
valid users = sjohnson
read only = No
[Jaz]
comment = Jaz Drive
path = /usr/local/jaz
valid users = sjohnson
read only = No
[Data]
comment = Data
path = /usr/local/samba-share/Data
valid users = sjohnson
read only = No
[Share]
comment = Shared Drive for Network Storage
path = /usr/local/samba-share/Share
valid users = sjohnson
read only = No
[Games]
comment = Shared Drive Space for Games
path = /usr/local/samba-share/Games
valid users = sjohnson
read only = No
#[public]
#path = /usr/somewhere/else/public
#read only = No
#guest only = Yes
#guest ok = Yes