There is IP address: 66.102.13.19, and from this address as that received this address
http://1113984275
But how? And how I can make this
my version for int to ip conversion:
echo 3232235521| awk {'print rshift(and($1, 0xFF000000), 24) "." rshift(and($1, 0x00FF0000), 16) "." rshift(and($1, 0x0000FF00), 8) "." and($1, 0x000000FF) '}