20 lines
355 B
TeX
20 lines
355 B
TeX
|
% master: hosts.tex
|
||
|
% Befehle v0.3
|
||
|
% 2022-05-10 (Rx)
|
||
|
|
||
|
\section{/etc/hosts}
|
||
|
%-------------------
|
||
|
|
||
|
\index{hosts}
|
||
|
\begin{verbatim}
|
||
|
# IP-Adresse #Aliasnamen
|
||
|
127.0.0.1 localhost
|
||
|
127.0.1.1 latex
|
||
|
::1 localhost ip6-localhost ip6-loopback
|
||
|
ff02::1 ip6-allnodes
|
||
|
ff02::2 ip6-allrouters
|
||
|
|
||
|
192.168.0.10 rechner rechner.loc www.rechner.loc
|
||
|
\end{verbatim}
|
||
|
|