Tips mengetahui computer name dari alamat IP yang diketahui di Windows
Ketikkan pada command prompt perintah dibawah ini:
ping -a xxxx.xxxx.xxxx.xxxx
ping -a xxxx.xxxx.xxxx.xxxx
Misal kita mengetahui IP suatu host yaitu 192.168.0.54, tapi tidak tahu computer name nya,caranya adalah:
ping -a 192.168.0.54
ping -a 192.168.0.54
Kalau terkoneksi dengan host yang di ping, host akan mereply dengan contoh hasil seperti dibawah ini:
Pinging RESTAMA2 [192.168.0.54] with 32 bytes of data:
Reply from 192.168.0.54: bytes=32 time<1ms ttl="128<br">Reply from 192.168.0.54: bytes=32 time<1ms ttl="128<br">Reply from 192.168.0.54: bytes=32 time<1ms ttl="128<br">Reply from 192.168.0.54: bytes=32 time=1ms TTL=1281ms>1ms>1ms>
Ping statistics for 192.168.0.54:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 1ms, Average = 0ms
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 1ms, Average = 0ms
Dari tampilan diatas , dapat diketahui bahwa host nya mempunyai computer name RESTAMA2