Subscribe
Add to Technorati Favourites
Add to del.icio.us

Rabu, 25 November 2009

Comand Network

c:\> ipconfig
c:\> ipconfig/all
c:\>ping 172.16.1.2.1 (tes koneksi)
c:\>tracert 192.168.254.254 (informasi path)
c:\>tracert www.cisco.com

setting TTL = 1
c:\> ping -i 1 192.168.254.254

ping Address tujuan hingga berhenti, untuk berhenti Ctrl+C
c:\>ping -t 192.168.254.254

ping record router hop -n dan -r
c:\>ping -n 1 -r 9 192.168.254.254

c:\>tracert -w 5 -h 4 192.168.254.254
-w : untuk mengurangi waktu tunggu
-h : maximum jumlah hop

c:\>arp -a
c:\>telnet 172.16.254.1
c:\>telnet www.yahoo.com port

Mengetahui ip address

c:\>ping -n 1 www.yahoo.com
c:\>nslookup

Menghapus arp

c:\>arp -d

c:\>ipconfig/release
-> Untuk melepaskan DHCP Server

c:\>ipconfig/renew
-> Untuk mencari ip DHCP secara otomatis

c:\>net user
-> Untuk menampilkan user account

0 komentar:

Posting Komentar