[color=darkred][/color]
ping:測試物理網路
-t ping the specified host until stopped.
to see statistics and continue - type control-break;
to stop - type control-c.
-a resolve addresses to hostnames.
-n count number of echo requests to send.
-l size send buffer size.
-f set don't fragment flag in packet.
-i ttl time to live.
-v tos type of service.
-r count record route for count hops.
-s count timestamp for count hops.
-j host-list loose source route along host-list.
-k host-list strict source route along host-list.
-w timeout timeout in milliseconds to wait for each reply.
檢視dns ip mac:ipconfig
.netstat -a 顯示出你的計算機當前所開放的所有埠
netstat -s -e 比較詳細的顯示你的網路資料,包括tcp、udp、icmp 和 ip的統計等
探測arp繫結(動態和靜態)列表,顯示所有連線了我的計算機,顯示對方ip和mac位址
arp -a
在**伺服器端
arp -s 192.168.10.59 00 -50-ff-6c-08-75
arp -d 網絡卡ip
在網路鄰居上隱藏你的計算機 (讓人家看不見你!) feedom.net
net config server /hidden:yes
net config server /hidden:no 則為開啟
11.關於共享安全的幾個命令
a.檢視你機器的共享資源 net share
b.手工刪除共享(可以編個bat檔案,開機自執行,把共享都刪了!) 中國網管聯盟www、bitscn、com
net share c$ /d
net share d$ /d
net share ipc$ /d
net share admin$ /d
注意$後有空格。
c.增加乙個共享:
c:\net share mymovie=e:\downloads\movie /users:1
mymovie 共享成功。
常見網路命令
由於每個網路命令引數都有很多,每個引數功能基本都不一樣,所以本文只列舉幾個最常用的命令,想要了解所有引數可在命令列輸入 命令名 如 ping 1 ping ping命令是用來檢查網路是否通暢或者網路連線速度,將資料傳送到另一台主機,並要求在應答中返回這個資料,以確定連線的情況。因為ping命令是通過...
常見的Linux命令 網路處理命令
一 netstat命令 netstat 檢視網路狀態命令 t tcp協議 u udp協議 l 監聽 r 路由 n 顯示ip位址的埠號 示例 netstat tlun netstat r n 二 ifconfig命令 ifconfig 檢視網絡卡資訊 三 traceroute命令 traceroute...
linux網路服務 1 常見網路命令
基本概念 路由 跨網段通訊 不同網段資料 路由選擇 閘道器 跨網段通訊 不同網段資料 路由選擇,預設路由 其他路由搞不了的走閘道器 nat轉換 查詢路由資訊 route n 臨時新增閘道器 route add default gw ip 永久新增閘道器 vi etc sysconfig networ...