Changeset 3134 in genesis
- Timestamp:
- Nov 8, 2004, 1:28:00 AM (20 years ago)
- Location:
- dns
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
dns/wleiden.net
r3133 r3134 2 2 $TTL 86400 3 3 @ IN SOA ns2.wLeiden.NET. hostmaster.wLeiden.NET. ( 4 200411080 24 2004110803 5 5 7200 6 6 3599 … … 45 45 ;timelord A 172.18.8.67 46 46 ;timelord A 172.17.32.2 47 timelord A 172.17.8.6747 timelord IN CNAME giganto.CNodeCope 48 48 ;timelord A 172.20.0.67 49 49 … … 142 142 ajsoft-robijn A 172.16.1.32 143 143 cetim-ruben A 172.16.1.40 144 jorg-robijn A 172.16.1.24145 unigor-robijn A 172.16.1.28146 ajsoft-robijn A 172.16.1.32147 144 cetim-plantsoen A 172.16.1.216 148 145 plantsoen-lorentzhof A 172.16.1.224 … … 160 157 Marten CNAME CNodeMarten 161 158 CNodeMarten A 172.18.16.1 162 Marten1 CNAME CNodeMartenSoe1163 Marten2 CNAME CNodeMartenSoe2164 vpn-marten A 172.18.16.66165 159 home-marten A 172.18.16.66 166 167 CNodeMartenSoe1 CNAME CNodeMarten 168 CNodeMartenSoe2 A 172.18.17.1 169 160 vpn-marten CNAME home-marten 170 161 171 162 $GENERATE 10-63 dhcp$.CNodeMarten A 172.18.16.$ … … 177 168 2rocl.CNodeMarten A 172.16.0.158 178 169 179 2marten2.CNodeMarten1 A 172.16.0.201180 2marten1.CNodeMarten2 A 172.16.0.202181 182 183 184 170 ; 185 171 ; ============= KEES ============== … … 223 209 2huub.CNodeCope A 172.16.0.13 224 210 2jorg.CNodeCope A 172.16.0.21 225 2vhs.CNodeCope A 172.16.0.29226 211 2imi.CNodeCope A 172.16.0.37 227 212 … … 468 453 469 454 LvLz CNAME CNodeLvLz 470 CNodeLvLz A 172.17.40. 65455 CNodeLvLz A 172.17.40.1 471 456 $GENERATE 10-62 dhcp$.CNodeLvLz A 172.17.40.$ 472 457 ethernet.CNodeLvLz A 172.17.40.65 … … 593 578 594 579 2proxy3.CNodeRV A 172.20.128.97 595 proxy3.CNodeRV A 172.20.128.98596 580 demon3 A 82.161.35.250 597 581 … … 639 623 2ajsoft.CNodeROCl A 172.16.0.29 640 624 2grip.CNodeROCL A 172.16.0.253 641 2zijloever.CNodeROCL A 172.16.1.6 6625 2zijloever.CNodeROCL A 172.16.1.65 642 626 2lorentzhof A 172.16.1.229 643 627 … … 669 653 670 654 azc CNAME CNodeAZC 671 CNodeAZC A 172.19.144. 65655 CNodeAZC A 172.19.144.1 672 656 673 657 timbolino CNAME timbolino.CNodeAZC … … 824 808 CNodeDuivenHok A 172.18.48.1 825 809 $GENERATE 10-60 dhcp$.CNodeDuivenHok A 172.18.48.$ 826 ethernet.CNodeDuivenHok A 172.18. 56.65827 server.CNodeDuivenHok A 172.18. 56.66810 ethernet.CNodeDuivenHok A 172.18.48.65 811 server.CNodeDuivenHok A 172.18.48.66 828 812 829 813 2jvc.CNodeDuivenHok A 172.16.1.162 … … 975 959 2azc.CNodeLijtweg A 172.16.1.98 976 960 977 bbLijtweg1 A 172.16.253.1978 bbLijtweg2 A 172.16.253.2979 bbLijtweg3 A 172.16.253.3961 bbLijtweg1 CNAME CNodeLijtweg1 962 bbLijtweg2 CNAME CNodeLijtweg2 963 bbLijtweg3 CNAME CNodeLijtweg3 980 964 981 965 … … 1174 1158 1175 1159 2veldbies.CNodeSOM A 172.16.0.121 1176 2zijloever.CNodeSOM A 172.16.1.701177 1160 1178 1161 2WBRotary.CNodeSOM A 172.16.1.125 -
dns/zone2rev.pl
r3126 r3134 21 21 unless $host =~ m/\.$/; 22 22 23 warn "A-Resourc ce defined in two places\n\tfor $ip/$host at line $. and $line{$ip}\n"23 warn "A-Resource defined in two places\n\tfor $ip/$host at line $. and $line{$ip}\n" 24 24 if defined $host{$ip} and $host{$ip} eq $host; 25 25 26 warn "A-Resourc ce Conflict - there should be just one.\n\t$ip used for $host and $host{$ip} at line $. and $line{$ip}\n"26 warn "A-Resource Conflict - there should be just one.\n\t$ip used for $host and $host{$ip} at line $. and $line{$ip}\n" 27 27 if defined $host{$ip}; 28 28 … … 30 30 if defined $ip{$host} and $ip eq $ip{$host}; 31 31 32 warn "Resource conf ict - there should be just one.\n\t$host at $ip{$host} and $ip at line $. and $line{$host}\n"32 warn "Resource conflict - there should be just one.\n\t$host at $ip{$host} and $ip at line $. and $line{$host}\n" 33 33 if defined $ip{$host}; 34 34
Note:
See TracChangeset
for help on using the changeset viewer.