« »
« »
« »
Get this widget

Wednesday, August 21, 2013

Tips mengetahui computer name dari alamat IP yang diketahuivdi Windows

Tips mengetahui computer name dari alamat IP yang diketahui di Windows

Ketikkan pada command prompt perintah dibawah ini:
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
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=128
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
Dari tampilan diatas , dapat diketahui bahwa host nya mempunyai computer name RESTAMA2

No comments:

Post a Comment