Hi all,
I've configured samba on a freshly installed F9 to work correctly on my home network, and everything works fine for my Windows clients, except that they can only access the samba server via IP address - any idea how do I resolve this problem?
Code:
[root@eeeBox ~]# uname -a
Linux eeeBox 2.6.26.3-29.fc9.i686 #1 SMP Wed Sep 3 03:42:27 EDT 2008 i686 i686 i386 GNU/Linux
[root@eeeBox ~]# smbd --version
Version 3.2.3-0.20.fc9
[root@eeeBox ~]# smbclient -L eeebox
Enter root's password:
Anonymous login successful
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.2.3-0.20.fc9]
Sharename Type Comment
--------- ---- -------
completed Disk
temp Disk
IPC$ IPC IPC Service (Asus Eee Box)
Anonymous login successful
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.2.3-0.20.fc9]
Server Comment
--------- -------
Workgroup Master
--------- -------
[root@eeeBox ~]# nmblookup client1
querying client1 on 192.168.1.255
192.168.1.3 client1<00>
192.168.61.1 client1<00>
192.168.85.1 client1<00>
[root@eeeBox ~]# nmblookup eeeBox
querying eeeBox on 192.168.1.255
name_query failed to find name eeeBox
listing of smb.conf
Code:
[global]
workgroup = WORKGROUP
server string = Asus Eee Box
netbios name = EeeBox
log file = /var/log/samba/log.%m
security = user
map to guest = Bad User
name resolve order = lmhosts host wins bcast
#dns proxy = no
domain master = no
local master = yes
#wins support = yes
preferred master = no
[public]
path = /home/public
write list = root
read only = yes
public = yes
browseable = yes
guest ok = yes
nssswitch.conf
Code:
passwd: files
shadow: files
group: files
hosts: files wins dns
bootparams: nisplus [NOTFOUND=return] files
ethers: files
netmasks: files
networks: files
protocols: files
rpc: files
services: files
netgroup: nisplus
publickey: nisplus
automount: files nisplus
aliases: files nisplus
resolv.conf
Code:
; generated by /sbin/dhclient-script
nameserver 192.168.1.1