For a project, I need to obtain the DNS name from a given IP address.<BR><BR>In python, I have tried:<BR><BR>#!/usr/bin/python<BR><BR>import socket<BR><BR>print ...