D
D
dmitryschool372017-04-13 06:38:45
Data conversion
dmitryschool37, 2017-04-13 06:38:45

How to convert IP addresses to hostname when there are many?

Unloaded statistics from the ICS visits and for clarity, you need to convert the ip address into a host name.
For example, 95.142.201.67 in srv67-201.vkontakte.ru. There are many similar sites like these but you can enter only once.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
egor_nullptr, 2017-04-13
@egor_nullptr

Save to file and run through dig. For example, like this

for i in `cat ips.txt`; do echo "$i: `dig -x $i +short`"; done

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question