Multiple TLD's

Steve Smith steve at midwales.com
Thu May 18 21:53:20 UTC 2000


Please forgive me if I ask silly questions. I am new to DNS and need to
learn fast. I am trying to set up a nameserver that will be used for
parking domain names. All the names will be parked to one IP address. I
have set it up as follows and it seems to work ok. Am I on the right track?

Thanks
Steve

In  db.mymachine

.. IN SOA ns0.mymachine.com. hostmaster.mymachine.com. (
			    		1	;Serial
			    		10800	;Refresh after 3 hours
			   		3600	;Retry after 1 hour
			   		604800	;Expire after 1 week
			    		86400)	;Minimum TTL of 1 day

domain.com. 			IN   NS ns0.mymachine.com.
domain.co.uk. 		IN   NS ns0.mymachine.com.
domain.de. 			IN   NS ns0.mymachine.com.


ns0.mymachine.com.	   	IN A 169.254.40.40
domain.com.	    	   	IN A 169.254.40.41
domain.co.uk.	    	    	IN A 169.254.40.41
domain.de.	    	    	IN A 169.254.40.41

In named.conf

zone "." in {
	    type master;
	    file "db.mymachine";
};    	



More information about the bind-users mailing list