[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] questions re: hosts.allow/deny and X
- Subject: [ale] questions re: hosts.allow/deny and X
- From: nlucent at mindspring.com (Nick Lucent)
- Date: Sat, 23 Jan 1999 00:13:40 -0500 (EST)
regarding hosts.allow/deny
do you want mostly open or mostly closed system?
if mostly closed (recommended if newbie)
in hosts.deny
ALL:ALL
ALL:PARANOID
in hosts.allow use the format
service : host : action
so you could use
in.telnetd : *.somedomain.com : spawn "cat /dev/random > /dev/console"
dont know about the x thing
Nick