/var/named/db.hcc.com

Download this file

; Name to address DNS file for primary nameserver:
; Generated by Wayne Pollock, 9-23-99
;
; Orgin appended to names (such as "wayne") not ending in a dot:
;    hcc.com

@	IN	SOA	wpollock.hcc.com. hostmaster.wpollock.hcc.com. (
			1		 ; serial
			360000		 ; refresh, seconds
			7200		 ; retry, seconds
			3600000		 ; expire, seconds
			360000 )	 ; minimum, seconds

; Nameserver(s):
 		IN	NS	wpollock.hcc.com.

; Mail record, so "user@hcc.com" is redirected to "user@wpollock.hcc.com":
; (Don't forget to also configure the sendmail.cf file!)
		IN	MX	10 wpollock.hcc.com.

; Records for this host (the primary nameserver):
localhost	IN	A	127.0.0.1
wpollock	IN	A	192.168.35.2
		IN	MX	5 wpollock.hcc.com.

; Aliases (these names are used by default by many services):
wayne		IN	CNAME	wpollock
ns		IN	CNAME	wpollock
loghost		IN	CNAME	wpollock
mailhost	IN	CNAME	wpollock
lprhost		IN	CNAME	wpollock
;gw		IN	CNAME	wpollock

; Address records for canonical names in this zone:

jmarine		IN	A	192.168.35.3
; The following MX record is not often used, it redirects mail
; from "user@jmarine.hcc.com" to "user@wpollock.hcc.com":
;		IN	MX	5 wpollock.hcc.com.
starbase	IN	A	192.168.35.4
geavme		IN	A	192.168.35.5
taeko		IN	A	192.168.35.6
buyit		IN	A	192.168.35.7
nkelly		IN	A	192.168.35.8
jamesearl	IN	A	192.168.35.9
www		IN	A	192.168.35.10
ken		IN	A	192.168.35.11
mlacey		IN	A	192.168.35.12
kathleen	IN	A	192.168.35.13

Send comments and questions to pollock@acm.org.
Valid HTML 4.01! Valid CSS!