# # hosts.allow This file is accessed by ined or by other # programs using libwrap. # see man hosts.allow of section 5 for details. # # Suppose your network in Xs. #ALL : 127.0.0.1 : allow # To allow local network access to inetd. # ALL : XXX.XXX.XXX.0/255.255.255.0 : allow ALL : 192.168.1.0/255.255.255.0 : allow ALL : 192.168.0.0/255.255.255.0 : allow ALL : 192.168.250.0/255.255.255.0 : allow in.ftpd : 192.168.1.0/255.255.255.0 : allow in.ftpd : 192.168.0.0/255.255.255.0 : allow in.ftpd : 192.168.250.0/255.255.255.0 : allow #in.identd : 192.168.1.0/255.255.255.0 : allow #in.identd : 192.168.0.0/255.255.255.0 : allow #in.identd : 192.168.250.0/255.255.255.0 : allow # To allow portmap access. (NFS, r-programs) # portmap : XXX.XXX.XXX.0/255.255.255.0 : allow #portmap : 192.168.1.0/255.255.255.0 : allow # Uncomment below to get mail when non-allowed person accesses this machine. ALL : ALL : spawn (/usr/sbin/safe_finger -l @%h | /bin/mail -s %d-%h root) & : deny # ALL : ALL : deny