# Example config file
#------------------------------------------------------------------------
# Define some handy groups
# 
define tcpdefault <1-65535 out>, <src=ftp-data in>, <smtp in>, <auth in>,
		<gopher in>;
#
# This merges so as to knock out access for tftp, 2049 (NFS) and sunrpc,
# giving UDP access of: 1-68, 70-110, 112-2048, 2050-65535.
#
define udpdefault <1-65535/udp in>, <!tftp/udp in>, <!2049/udp in>, 
	<!sunrpc/udp in>;
#
# Defaults for any machine not listed in this file.
#
# Note that login, shell and exec aren't actually explicitely allowed
# here, so they will be blocked.  But by explicitely disallowing them,
# it makes accidentally including them somewhere further along, much
# more unlikely, since most hosts will include the 'default' group.
#
define default tcpdefault, udpdefault, <!login in>, <!shell in>, <!exec in>;

# Include 'default' in telftp since most will need defaults as well.
define telftp default, <telnet in>, <ftp in>;

# Toss all packets from this subnet into the bit bucket
reject 128.52.46.0 255.255.255.0;

# Admin requested no access in/out for these subnets (Classroom PC Lab)
network 123.45.58.0 255.255.255.0 <!1-65535 in-out>;
network 123.45.39.0 255.255.255.0 <!1-65535 in-out>;
network 123.45.40.0 255.255.255.0 <!1-65535 in-out>;
#------------------------------------------------------------------------
# 
host m1.dt.tamu.edu		telftp, <domain in>;
#------------------------------------------------------------------------
# NNTP host and CSO phonebook server
host mailnews.tamu.edu		telftp,
				<nntp in>, <time in>,
				<csnet-ns in>, <domain in>,
				<finger in>;
host slow.tamu.edu		telftp;
host previous.tamu.edu 		telftp, <domain in>;
host mvt.tamu.edu		telftp;
# IRC server on here...
host ick.tamu.edu		<1-65535 out>, <6667 in>, <smtp in>, <auth in>,
				udpdefaults;
#
# Machine (PC) in library which use tftp to do document transfers
host sender.tamu.edu		<1-65535/udp in>;
#------------------------------------------------------------------------
host h1.tamu.edu		default, telftp;
#------------------------------------------------------------------------
# These are all the VMS machines which have been cleared for telnet/ftp.
host h2.tamu.edu		telftp;
host h3.tamu.edu		telftp;
host h4.tamu.edu		telftp, <domain in>; # zone transfers
host h5.tamu.edu		telftp;
host h6.tamu.edu		telftp;
host h7.tamu.edu		telftp;
host h8.tamu.edu		telftp;
host h9.tamu.edu		telftp;
host h10.tamu.edu		telftp;
# Research group using port 4211
host h11.tamu.edu		telftp, <4211 in>;
host h12.tamu.edu		telftp;
host h13.tamu.edu		telftp;
host h14.tamu.edu		telftp;
# NTP time server
host h15.tamu.edu		telftp, <ntp in>, 
				<time in>;
#------------------------------------------------------------------------
host s1.tamu.edu		telftp;
host fast.tamu.edu		telftp;
host dunno.tamu.edu		telftp;
host meat.tamu.edu		telftp, <finger in>;
# A PC FTP server
host somepc.tamu.edu		default, <ftp in>;
# Has to have X11
host arrow.tamu.edu		default, <ftp in>, <6000 in>;
host d2.tamu.edu		default, <ftp in>;
host trouble.tamu.edu		default, telftp;
#
host td.tamu.edu 		default,
				<ftp in>, <auth in>, <domain in>;
# No access in/out
host bee.tamu.edu		<!1-65535 in-out>;
host g1.tamu.edu		<!1-65535 in-out>;
host see.tamu.edu		<!1-65535 in-out>;
host bam.tamu.edu		<!1-65535 in-out>;
# NTP server
host bird.tamu.edu		default, <ntp in>, <time in>;
#------------------------------------------------------------------------
# Gotta have X...
host gotta.tamu.edu		default, <6000 in>;
host be.tamu.edu		default, <6000 in>;
host very.tamu.edu		default, <6000 in>;
host slow.tamu.edu		default, <6000 in>;
#------------------------------------------------------------------------
# More name servers for subdomains
host add.tamu.edu		default, <domain in>;
host bigadd.math.tamu.edu	default, <domain in>;
#
host dead.tamu.edu		telftp;
#
host someone.tamu.edu		default, <ftp in>;
# Nuclear Engineering
host hot.tamu.edu		default, <ftp in>;
#
# Robotics Lab.   For demo. until 12/19?
host sp1.dt.tamu.edu		telftp,
				<2650 in>, <2655 in>, <2700-2702 in>,
				<3200-3202 in>, <3300-3302 in>, <3500-3502 in>;

# Local MUD's
host someklingon.tamu.edu		default, <2000 in>;
host hmmmmm.tamu.edu			default, <2000 in>;

