Qual è il modo migliore per confermare che il tuo file / etc / hosts sta mappando un nome host all'indirizzo IP corretto?
Utilizzando uno strumento come dig
interrogare direttamente un DNS esterno, ignorando il file hosts.
Qual è il modo migliore per confermare che il tuo file / etc / hosts sta mappando un nome host all'indirizzo IP corretto?
Utilizzando uno strumento come dig
interrogare direttamente un DNS esterno, ignorando il file hosts.
Risposte:
Ho provato questo e sembra funzionare come previsto:
echo "1.2.3.4 facebook.com" >> /etc/hosts
Quindi ho corso:
$ getent ahosts facebook.com
1.2.3.4 STREAM facebook.com
1.2.3.4 DGRAM
1.2.3.4 RA
ping facebook.com
produce:PING facebook.com (1.2.3.4) 56(84) bytes of data.