|
|
|
@ -1,10 +1,12 @@
|
|
|
|
|
\chapter{Domain Name Service}
|
|
|
|
|
\label{DNS}
|
|
|
|
|
|
|
|
|
|
\section{host}
|
|
|
|
|
\section{Outils de base}
|
|
|
|
|
|
|
|
|
|
\subsection{host}
|
|
|
|
|
\index{host}
|
|
|
|
|
|
|
|
|
|
C'est vraiment la commande de base pour tout ce qui touche à la
|
|
|
|
|
C'est vraiment la commande \textit{vanilla} pour tout ce qui touche à la
|
|
|
|
|
résolution de nom. Elle propose les premières options de base,
|
|
|
|
|
avec une syntaxe facile à retenir. Elle existe, sous des formes
|
|
|
|
|
légèrement déviantes, dans une grande partie des
|
|
|
|
@ -24,7 +26,7 @@ plus loin ?
|
|
|
|
|
|
|
|
|
|
% ------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
\section {nslookup}
|
|
|
|
|
\subsection {nslookup}
|
|
|
|
|
\index{nslookup}
|
|
|
|
|
|
|
|
|
|
\begin{quote}
|
|
|
|
@ -39,7 +41,7 @@ a host or domain. »
|
|
|
|
|
|
|
|
|
|
% ------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
\section{dig}
|
|
|
|
|
\subsection{dig}
|
|
|
|
|
\index{dig}
|
|
|
|
|
|
|
|
|
|
Dig (\textit{domain information groper}) est un outil d'interrogation
|
|
|
|
@ -53,30 +55,40 @@ Pour le reverse d'une adresse IP :
|
|
|
|
|
\$ dig +trace -x <adresse.ip>
|
|
|
|
|
|
|
|
|
|
% ------------------------------------------------------------
|
|
|
|
|
\section{delv}
|
|
|
|
|
\index{delv}
|
|
|
|
|
|
|
|
|
|
% \subsection{delv}
|
|
|
|
|
% \index{delv}
|
|
|
|
|
%
|
|
|
|
|
Nouvel outil en rapport avec DNSSEC\index{DNSSEC}.
|
|
|
|
|
% XXX
|
|
|
|
|
\index{XXX}
|
|
|
|
|
% \index{XXX}
|
|
|
|
|
% http://www.bortzmeyer.org/delv.html
|
|
|
|
|
% XXX
|
|
|
|
|
|
|
|
|
|
% ------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
\section{checkresolv}
|
|
|
|
|
\subsection{checkresolv}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Outil très basique conçu et bricolé par Tonton~Th au siècle
|
|
|
|
|
dernier lors d'un séjour à Frontignan-plage.
|
|
|
|
|
dernier lors d'un séjour à Frontignan-plage. Hélas, les sources
|
|
|
|
|
semblent définitivement perdues.
|
|
|
|
|
|
|
|
|
|
Une ré-écriture s"impose\dots
|
|
|
|
|
|
|
|
|
|
% ------------------------------------------------------------
|
|
|
|
|
\section{DHCP} \index{DHCP}
|
|
|
|
|
|
|
|
|
|
\begin{quote}
|
|
|
|
|
The DHCP protocol allows a host to contact a central server which maintains a
|
|
|
|
|
list of IP addresses which may be assigned on one or more subnets. A DHCP
|
|
|
|
|
client may request an address from this pool, and then use it on a temporary
|
|
|
|
|
basis for communication on network.
|
|
|
|
|
\end{quote}
|
|
|
|
|
|
|
|
|
|
% ------------------------------------------------------------
|
|
|
|
|
\section{dnsmasq}
|
|
|
|
|
\index{dnsmasq}
|
|
|
|
|
|
|
|
|
|
\begin{quote}
|
|
|
|
|
|
|
|
|
|
dnsmasq is a lightweight DNS, TFTP and DHCP server. It is intended to
|
|
|
|
|
provide coupled DNS and DHCP service to a LAN.
|
|
|
|
|
\end{quote}
|
|
|
|
|