Registering a .biz

Pete Ehlke pde at ehlke.net
Tue Aug 6 02:24:36 UTC 2002


On Mon, Aug 05, 2002 at 06:27:26PM -0700, Soheil Shaghaghi wrote:
> 
> Thanks for your reply!
> The reason I did not provide any details is simple: I am asking if it's
> possible or not to begin with!
> Since you are telling me there should not be a problem, here is the info you
> requested:
> Once again, I can set .com, .net, .org, ,info
> I am having problems with .biz and .co.uk
> 
> Thanks so much, and here is the info:
> FreeBSD 4.2
> Apache 1.3.6
> 
> named version: BIND 9.1.1
> named.conf:
> options {
> 	directory "/etc/namedb";
>         allow-transfer {
>             127.0.0.1;
> 	    216.188.0.66;
>             209.126.130.14;
>         };
> 	pid-file "/var/run/named/named.pid";
> 	auth-nxdomain no;
>         listen-on { 216.188.0.67; 127.0.0.1; };
> };
> key rndc_key {
>         algorithm       hmac-md5;
>         secret          "U2VyIEdlciBOYW0K";
> };
> 
> controls {
>         inet 127.0.0.1 allow { localhost; } keys { rndc_key; };
> };
> 
> zone "." {
> 	type hint;
> 	file "named.root";
> };
> zone "0.0.127.in-addr.arpa"{
> 	type master;
> 	file "named.local";
> };
> 
> zone "0.IN-ADDR.ARPA" {
>         type master;
>         file "nullzone";
> };
> 
> zone "255.IN-ADDR.ARPA" {
>         type master;
>         file "nullzone";
> };
> zone "jhanna.com" {
> 	type master;
> 	file "primary/jhanna.com.hosts";
> };
> zone "uflirt.biz" {
>         type master;
>         file "primary.uflirt.biz.hosts";
> };
> zone "uflirt.info" {
>         type master;
>         file "primary/uflirt.info.hosts";
> };
> zone "uflirt.com" {
>         type master;
>         file "primary/uflirt.com.hosts";
> };
> zone "uflirt.co.uk" {
> 	type master;
> 	file "primary/uflirt.co.uk.hosts";
> };
> zone "uflirt.net" {
> 	type master;
> 	file "primary/uflirt.net.hosts";
> };
> zone "jhanna.net" {
> 	type master;
> 	file "primary/jhanna.net.hosts";
> };
> 
> 
> New time zone: uflirt.biz.hosts:
> 
> $TTL    86400
> 
> @		IN	SOA	ns1.jhanna.net. hostmaster.ns1.jhanna.net. (
> 			2002050502
> 			140800
> 			7200
> 			604800
> 			86400 )
> 
> 		IN	NS	ns1.jhanna.net.
> 		IN	NS	ns2.jhanna.net.
> 
bastet[~]$ dig +short uflirt.biz ns @f.gtld.biz
NS1.LOGICINTERNET.NET.
NS2.LOGICINTERNET.NET.
bastet[~]$ 

bastet[~]$ dig +short uflirt.co.uk  ns @ns-nom.pipex.net
dns0.easily.co.uk.
dns1.easily.co.uk.
bastet[~]$ 

Why do you think anyone would ever query your servers for zones that are
not delegated to them?

-Pete


More information about the bind-users mailing list