Server: 10.43.0.10
Address: 10.43.0.10:53
Non-authoritative answer:
Name: google.com
Address: 216.58.204.78
Non-authoritative answer:
Name: google.com
Address: 2a00
< /code>
/ # wget http://google.com
Connecting to google.com (80.46.17.139:80)
wget: can't connect to remote host (80.46.17.139): Connection timed out
< /code>
/ # nslookup ifconfig.me
Server: 10.43.0.10
Address: 10.43.0.10:53
Non-authoritative answer:
Name: ifconfig.me
Address: 34.160.111.145
Non-authoritative answer:
Name: ifconfig.me
Address: 2600
< /code>
/ # wget ifconfig.me
Connecting to ifconfig.me (80.46.17.139:80)
wget: can't connect to remote host (80.46.17.139): Connection timed out
< /code>
Обратите внимание, как Wget будет разрешаться до 80.46.17.139 < /code> Независимо от имени хоста. Ожидается.>
Подробнее здесь: https://stackoverflow.com/questions/796 ... ion-issues