delobelf@gmail.com
4/10/2017 - 4:41 PM

bind DNS

bind DNS


toujours : 
apt-get update

éventuellement : 
apt-get install bind9 
apt-get install bind9-doc

http://olange.developpez.com/articles/debian/installation-serveur-dedie/?page=page_4


additionnals resources (not sure useful) :
http://debian-facile.org/atelier:chantier:dns-bind9-sur-wheezy


tester validité dns : http://www.dnsstuff.com/

exemple de zone créée pour 02Form.com : 

$ttl 86400
02form.com.   	IN      SOA     vps387650.ovh.net. webmaster.02form.com. (
                    	   		2017041001
                 	       		21600
                	        	3600
                	        	604800
                	        	86400 )
02form.com.	IN      NS     		vps387650.ovh.net.
02form.com.	IN      NS  	   	sdns2.ovh.net.
02form.com.	IN      MX	      	10 mail.02form.com.
02form.com.	IN	A       	79.137.87.173
Server		IN	A		79.137.87.173
www		IN	A       	79.137.87.173
mail		IN	A       	79.137.87.173
smtp		IN	A       	79.137.87.173
pop 		IN	A       	79.137.87.173
pop3		IN	CNAME		Server
imap		IN	A       	79.137.87.173
sql		IN	A       	79.137.87.173
mysql		IN	A       	79.137.87.173