Bem, se você quiser fazer isso, faça o seguinte: -)
Se você adicionar isso a / etc / hosts:
2001:db8::1 testing
2001:db8::2 testing
192.168.0.1 testing
o nome do host terá três endereços:
$ telnet testing
Trying 2001:db8::1...
Trying 2001:db8::2...
Trying 192.168.0.1...
telnet: Unable to connect to remote host: No route to host
Nesse caso, os endereços não existem, então a conexão falha, mas você pode ver que isso funciona.