resolv.conf: domain abc.def.ghi.uk nameserver 127.0.0.1 nameserver 192.168.1.2 search abc.def.ghi.uk named.local: ; BIND data file for local loopback interface. ; @ IN SOA falpha.abc.def.ghi.uk. postmaster.falpha.abc.def.ghi.uk. ( 1 ; Serial 3600 ; Refresh 300 ; Retry 3600000 ; Expire 3600 ) ; Minimum IN NS falpha.abc.def.ghi.uk. 1 IN PTR localhost. named.conf: // named.conf // // Description: The named.conf file is required to boot a BIND name server. // // Syntax: // comments // /* // * C-style comments are OK // */ // // So are C++-style comments // # So are shell-style comments // // options { // directory .; // use current directory // named-xfer /usr/sbin/named-xfer; // _PATH_XFER // dump-file named_dump.db; // _PATH_DUMPFILE // pid-file /var/run/named.pid; // _PATH_PIDFILE // statistics-file named.stats; // _PATH_STATS // forward first // forwarders { } // Default is no fowrarders // }; // // zone "master.demo.zone" { // type master; // what used to be called primary // file "master.demo.zone"; // // }; // // zone "slave.demo.zone" { // type slave; // what used to be called secondary // file "slave.demo.zone"; // masters { // 1.2.3.4; // where to zone transfer from // 5.6.7.8; // }; // }; // // zone "stub.demo.zone" { // type stub; // stub zones are like slave zones, // // except that only the NS records // // are transferred. // file "stub.demo.zone"; // masters { // 1.2.3.4; // where to zone transfer from // 5.6.7.8; // }; // }; // // // zone "." { // type hint; // used to be specified w/ cache // file "cache.db"; // }; options { directory "/etc/namedb/"; }; zone "0.0.127.in-addr.arpa" { type master; file "named.local"; }; //zone "195.195.10.in-addr.arpa" { // type master; // file "hosts.rev"; //}; zone "1.168.192.in-addr.arpa" { type master; file "hosts.rev"; }; zone "abc.def.ghi.uk" { named.ca: ; This file holds the information on root name servers needed to ; initialize cache of Internet domain name servers ; (e.g. reference this file in the "cache . " ; configuration file of BIND domain name servers). ; ; This file is made available by InterNIC registration services ; under anonymous FTP as ; file /domain/named.root ; on server FTP.RS.INTERNIC.NET ; -OR- under Gopher at RS.INTERNIC.NET ; under menu InterNIC Registration Services (NSI) ; submenu InterNIC Registration Archives ; file named.root ; ; last update: Aug 22, 1997 ; related version of root zone: 1997082200 ; ; ; formerly NS.INTERNIC.NET ; named.local: ; BIND data file for local loopback interface. ; @ IN SOA falpha.abc.def.ghi.uk. postmaster.falpha.abc.def.ghi.uk. ( 1 ; Serial 3600 ; Refresh 300 ; Retry 3600000 ; Expire 3600 ) ; Minimum IN NS falpha.abc.def.ghi.uk. 1 IN PTR localhost. hosts.db: ; ; Data file of hostnames in this zone. ; @ IN SOA falpha.abc.def.ghi.uk. postmaster.falpha.abc.def.ghi.uk. ( 3 ; Serial 10 ; Refresh - 10 seconds 60 ; Retry - 1 minute 1209600 ; Expire - 2 weeks 0 ) ; Minimum - Don't Cache IN NS falpha.abc.def.ghi.uk. ; ; %HOSTS_START% - entries added by /etc/namedb/bin/make_hosts ; ; RESTRICTED ; ; ; Module: hosts ; Version: 1.8 ; Date: 99/07/09 ; Time: 16:43:53 ; ; ; ) ; ; ; ; Author: RP ; ; Purpose: Initial Infrastructure Configuration File ; ; Description: FEP hosts file ; ; ; ; MODIFICATION HISTORY ; ; VERSION DATE INITIALS PR No (if relevant) ; 1.1 16/09/98 RP Initial Release ; 13/10/98 RP PF401/245 ; Comments added here ; 1.5 9/12/98 HCA PR1260 ; Added rcp_a and rcp_b aliases to falpha & fbravo ; 1.6 14/1/99 RP ; Allocated IP addresses for sites 5,24,43,44,45,46,47 ; 1.7 12/2/99 HCA PR1845 ; Added gtu_a and gtu_b aliases to pdc & bdc ; 1.8 26/03/99 HFS PR1495 Updated with non-octal X.25 addresses ; ; ; 1.8" ; Description: The hosts file associates hostnames with IP addresses. ; ; Syntax: nnn.nnn.nnn.nnn hostname.domain.name [alias_1,...,alias_n] [#comments] ; ; nnn.nnn.nnn.nnn the IP address of the host ; hostname.domain.name the fully qualified hostname, including the domainname ; alias_n other names or abbreviations for this host ; #comments text following the comment character (#) is ignored ; localhost IN A 127.0.0.1 "hosts-0" IN CNAME localhost local IN CNAME localhost ; ; Local Adapter Interfaces falpha IN A 192.168.1.1 "hosts-1" IN CNAME falpha master IN CNAME falpha nsrhost IN CNAME falpha rcp_a IN CNAME falpha falpha-fddi IN CNAME falpha falpha-fep IN CNAME falpha fbravo IN A 192.168.1.2 "hosts-2" IN CNAME fbravo slave IN CNAME fbravo rcp_b IN CNAME fbravo fbravo-fddi IN CNAME fbravo fbravo-fep IN CNAME fbravo ; ; Guard Interfaces galpha IN A 192.168.1.11 "hosts-3" IN CNAME galpha galpha-fep IN CNAME galpha galpha-fep-fddi IN CNAME galpha gbravo IN A 192.168.1.12 "hosts-4" IN CNAME gbravo gbravo-fep IN CNAME gbravo gbravo-fep-fddi IN CNAME gbravo ; ; Frontend Administration Workstations fm001 IN A 192.168.1.20 "hosts-5" IN CNAME fm001 els_a IN CNAME fm001 gtu_a IN CNAME fm001 pdc IN CNAME fm001 fm002 IN A 192.168.1.21 "hosts-6" IN CNAME fm002 els_b IN CNAME fm002 gtu_b IN CNAME fm002 bdc IN CNAME fm002 fm003 IN A 192.168.1.22 "hosts-7" IN CNAME fm003 fm004 IN A 192.168.1.23 "hosts-8" IN CNAME fm004 fm005 IN A 192.168.1.24 "hosts-9" IN CNAME fm005 fm006 IN A 192.168.1.25 "hosts-10" IN CNAME fm006 fm007 IN A 192.168.1.26 "hosts-11" IN CNAME fm007 fm008 IN A 192.168.1.27 "hosts-12" IN CNAME fm008 fm009 IN A 192.168.1.28 "hosts-13" IN CNAME fm009 fm010 IN A 192.168.1.29 "hosts-14" IN CNAME fm010 ; ; Hardware clock ; clock IN A 192.168.1.50 "hosts-15" IN CNAME clock ; ; Terminal Servers fts001 IN A 192.168.1.200 "hosts-16" IN CNAME fts001 fts002 IN A 192.168.1.201 "hosts-17" IN CNAME fts002 fts003 IN A 192.168.1.202 "hosts-18" IN CNAME fts003 fts004 IN A 192.168.1.203 "hosts-19" IN CNAME fts004 ; ; ; FDDI/Ethernet Bridges fb001 IN A 192.168.1.210 "hosts-20" IN CNAME fb001 fb002 IN A 192.168.1.211 "hosts-21" IN CNAME fb002 fb003 IN A 192.168.1.212 "hosts-22" IN CNAME fb003 fb004 IN A 192.168.1.213 "hosts-23" IN CNAME fb004 ; ; New H network ; falpha-tu0 IN A 10.195.195.10 "hosts-24" IN CNAME falpha-tu0 hmaster IN CNAME falpha-tu0 fbravo-tu0 IN A 10.195.195.11 "hosts-25" IN CNAME fbravo-tu0 ; gateway IN A 10.195.195.1 "hosts-26" IN CNAME gateway ; gateway2.abc.def.ghi.uk gateway2 ; hr001 IN A 10.195.195.3 "hosts-27" IN CNAME hr001 hr002 IN A 10.195.195.2 "hosts-28" IN CNAME hr002 ; hx001 IN A 10.195.195.20 "hosts-29" IN CNAME hx001 hx002 IN A 10.195.195.21 "hosts-30" IN CNAME hx002 ; ; h001.abc.def.ghi.uk h001 ; h002.abc.def.ghi.uk h002 ; hh001 IN A 10.195.195.220 "hosts-31" IN CNAME hh001 hh002 IN A 10.195.195.221 "hosts-32" IN CNAME hh002 hh003 IN A 10.195.195.222 "hosts-33" IN CNAME hh003 hh004 IN A 10.195.195.223 "hosts-34" IN CNAME hh004 ; hts001 IN A 10.195.195.230 "hosts-35" IN CNAME hts001 hts002 IN A 10.195.195.231 "hosts-36" IN CNAME hts002 hts003 IN A 10.195.195.232 "hosts-37" IN CNAME hts003 ; ; ; %HOSTS_END% hosts.rev: ; ; Data file for reverse address to hostname. ; @ IN SOA falpha.abc.def.ghi.uk. postmaster.falpha.abc.def.ghi.uk. ( 3 ; Serial 10 ; Refresh - 10 seconds 60 ; Retry - 1 minute 1209600 ; Expire - 2 weeks 0 ) ; Minimum - Don't Cache IN NS falpha.abc.def.ghi.uk. ; ; %HOSTS_START% - entries added by /etc/namedb/bin/make_hosts 1.1.168.192.in-addr.arpa. IN PTR falpha.abc.def.ghi.uk. 2.1.168.192.in-addr.arpa. IN PTR fbravo.abc.def.ghi.uk. 11.1.168.192.in-addr.arpa. IN PTR galpha.abc.def.ghi.uk. 12.1.168.192.in-addr.arpa. IN PTR gbravo.abc.def.ghi.uk. 20.1.168.192.in-addr.arpa. IN PTR fm001.abc.def.ghi.uk. 21.1.168.192.in-addr.arpa. IN PTR fm002.abc.def.ghi.uk. 22.1.168.192.in-addr.arpa. IN PTR fm003.abc.def.ghi.uk. 23.1.168.192.in-addr.arpa. IN PTR fm004.abc.def.ghi.uk. 24.1.168.192.in-addr.arpa. IN PTR fm005.abc.def.ghi.uk. 25.1.168.192.in-addr.arpa. IN PTR fm006.abc.def.ghi.uk. 26.1.168.192.in-addr.arpa. IN PTR fm007.abc.def.ghi.uk. 27.1.168.192.in-addr.arpa. IN PTR fm008.abc.def.ghi.uk. 28.1.168.192.in-addr.arpa. IN PTR fm009.abc.def.ghi.uk. 29.1.168.192.in-addr.arpa. IN PTR fm010.abc.def.ghi.uk. 50.1.168.192.in-addr.arpa. IN PTR clock.abc.def.ghi.uk. 200.1.168.192.in-addr.arpa. IN PTR fts001.abc.def.ghi.uk. 201.1.168.192.in-addr.arpa. IN PTR fts002.abc.def.ghi.uk. 202.1.168.192.in-addr.arpa. IN PTR fts003.abc.def.ghi.uk. 203.1.168.192.in-addr.arpa. IN PTR fts004.abc.def.ghi.uk. 210.1.168.192.in-addr.arpa. IN PTR fb001.abc.def.ghi.uk. 211.1.168.192.in-addr.arpa. IN PTR fb002.abc.def.ghi.uk. 212.1.168.192.in-addr.arpa. IN PTR fb003.abc.def.ghi.uk. 213.1.168.192.in-addr.arpa. IN PTR fb004.abc.def.ghi.uk. 10.195.195.10.in-addr.arpa. IN PTR falpha-tu0.abc.def.ghi.uk. 11.195.195.10.in-addr.arpa. IN PTR fbravo-tu0.abc.def.ghi.uk. 1.195.195.10.in-addr.arpa. IN PTR gateway.abc.def.ghi.uk. 3.195.195.10.in-addr.arpa. IN PTR hr001.abc.def.ghi.uk. 2.195.195.10.in-addr.arpa. IN PTR hr002.abc.def.ghi.uk. 20.195.195.10.in-addr.arpa. IN PTR hx001.abc.def.ghi.uk. 21.195.195.10.in-addr.arpa. IN PTR hx002.abc.def.ghi.uk. 220.195.195.10.in-addr.arpa. IN PTR hh001.abc.def.ghi.uk. 221.195.195.10.in-addr.arpa. IN PTR hh002.abc.def.ghi.uk. 222.195.195.10.in-addr.arpa. IN PTR hh003.abc.def.ghi.uk. 223.195.195.10.in-addr.arpa. IN PTR hh004.abc.def.ghi.uk. 230.195.195.10.in-addr.arpa. IN PTR hts001.abc.def.ghi.uk. 231.195.195.10.in-addr.arpa. IN PTR hts002.abc.def.ghi.uk. 232.195.195.10.in-addr.arpa. IN PTR hts003.abc.def.ghi.uk. ; %HOSTS_END%