Ah yes muungwana is right - I had pointed out the lmhost in samba but forgot the three files in etc.
Hosts - Hosts allowed - hosts deny
here is mine as example
Host deny:
#
# hosts.deny This file describes the names of the hosts which are
# *not* allowed to use the local INET services, as decided
# by the '/usr/sbin/tcpd' server.
#
# The portmap line is redundant, but it is left to remind you that
# the new secure portmap uses hosts.deny and hosts.allow. In particular
# you should know that NFS uses portmap!
ALL:ALL
Note the All:All that way it denies all others not listed in allow.
Hosts.allow:
192.168.5.2 250GXP
192.168.5.3 24GXP
192.168.5.4 PClosMain
192.168.5.5 Laplin12g
127.0.0.1 PClosMain localhost
192.168.5.
127.0.
listed hosts plus two ranges of IP it pretty much allows local host and any thing in the 192.168.5 range only
Hosts:
# generated by drakconnect
127.0.0.1 PClosMain
127.0.0.1 localhost
127.0.0.1 PCLOSMAIN
127.0.0.1 PCLOSMAIN.localdomain
127.0.0.1 localhost.localdomain
192.168.5.2 250GXP
192.168.5.3 24GXP
192.168.5.5 LAPLIN12G
192.168.5.4 PCLOSMIAN
I think it is like a mini dns for the local network
Like I said keep poking at it - it will work
