27 January 2011

Tentang IP Command

Di bawah ini adalah perintah-perintah yang berhubungan dengan jaringan. Untuk melakukan perintah-perintah tersebut Anda harus masuk ke MS DOS Prompt.

ipconfig /all
Menampilkan informasi konfigurasi koneksi, misalnya Host Name, Primary DNS Type, Ethernet Adapter LAN.

ipconfig /displaydns
Menampilkan DNS Cache.

ipconfig /flushdns
Menghapus DNS Cache

ipconfig /release
"Menghapus" semua koneksi IP Address.

ipconfig /renew
Membuat IP Address baru untuk adapter tertentu.

ipconfig /registerdns
Melakukan refresh DNS dan meregister kembali koneksi DNS.

ipconfig /showclassid
Menampilkan informasi DHCP Class.

ipconfig /setclassid
Mengubah DHCP Class ID

control netconnections
Menampilkan Network Connection.

ping
Contoh: ping www.klik-kanan.com
Melakukan test koneksi ke situs www.klik-kanan.com. Semakin sedikit % loss-nya makan semakin baik koneksinya.

tracert
Menampilkan informasi IP Address route.

netstat
Menampilkan informasi koneksi TCP/IP yang sedang aktif.

route
Menampilkan local route.

hostname
Menampilkan nama komputer.
«
net config server /hidden: yes buat hidden pc katanya ..

net config server /hidden: no buat unhidden lagi....

Displays or changes settings for the Server service.

Syntax
---------
NET CONFIG /?

NET CONFIG SERVER [/AUTODISCONNECT:time] [/SRVCOMMENT:"text"] [/HIDDEN:{YES | NO}]

Display the current configuration for the Server service:

NET CONFIG SERVER
Parameters

none.
Switches

/? (NTXP)
Displays help.
/AUTODISCONNECT:time (NT3.1 through NT4)
Sets the maximum number of minutes a user's session can be inactive before it is disconnected. You can specify -1 to never disconnect. The range is -1-65535 minutes; the default is 15.
/HIDDEN:{YES | NO} (NT3.1 through NT4)
Specifies whether the server's computername appears on display listings of servers. Note that hiding a server does not alter the permissions on that server. The default is NO.
Before using see Q128167 - you may prefer to edit the registry directly:
HKLMSYSTEMCurrentControlSetServicesLanmanServerParameters
/SRVCOMMENT:"t ext" (NT3.1 through NT4)
Adds a comment for the server that is displayed in Windows Screens and with the NET VIEW command. The comment can have as many as 48 characters. Enclose the text in quotation marks.


copas dari sini.

No comments:

Post a Comment