彩票查询_2021美洲杯决赛:阿根廷vs巴西回放_2025世俱杯参赛球队有哪些_英格兰乙级联赛 - 竞彩足球500

快壓

當前位置:首頁 > 電腦技巧 > 正文

網(wǎng)管常用的指令

瀏覽次數(shù):|更新日期:2015年02月23日

如果你玩過路由器的話,就知道路由器里面那些很好玩的命令縮寫。
  例如,”sh int”” 的意思(計算機愛好者,學習計算機基礎,電腦入門,請到本站,我站同時提供計算機基礎知識教程,計算機基礎知識試題供大家學習和使用),是 “”show interface””。
  現(xiàn)在 Windows 2000 也有了類似界面的工具,叫做 netsh。
  我們在 Windows 2000 的 cmd shell 下,輸入 netsh
  就出來:netsh> 提示符,
  輸入 int ip 就顯示:
  interface ip>
  然后輸入 dump ,我們就可以看到當前系統(tǒng)的網(wǎng)絡配置:
  # ———————————-
  # Interface IP Configuration
  # ———————————-
  pushd interface ip
  # Interface IP Configuration for “”Local Area Connection””
  set address name = “”Local Area Connection”” source = static addr = 192.168.1.168
  mask = 255.255.255.0
  add address name = “”Local Area Connection”” addr = 192.1.1.111 mask = 255.255.255.0
  set address name = “”Local Area Connection”” gateway = 192.168.1.100 gwmetric = 1
  set dns name = “”Local Area Connection”” source = static addr = 202.96.209.5
  set wins name = “”Local Area Connection”” source = static addr = none
  popd
  # End of interface IP configuration
  上面介紹的是通過交互方式操作的一種辦法。
  我們可以直接輸入命令:
  ””netsh interface ip add address “”Local Area Connection”” 10.0.0.2
  255.0.0.0″”
  來添加 IP 地址。
  如果不知道語法,不要緊的哦!
  在提示符下,輸入 ? 就可以找到答案了。方便不方便啊?
  原來微軟的東西里面,也有那么一些讓人喜歡的玩意兒。可惜,之至者甚少啊!
  Windows網(wǎng)絡命令行程序
  這部分包括:
  使用 ipconfig /all 查看配置
  使用 ipconfig /renew 刷新配置
  使用 ipconfig 管理 DNS 和 DHCP 類別 ID
  使用 Ping 測試連接
  使用 Arp 解決硬件地址問題
  使用 nbtstat 解決 NetBIOS 名稱問題
  使用 netstat 顯示連接統(tǒng)計
  使用 tracert 跟蹤網(wǎng)絡連接
  使用 pathping 測試路由器
  使用 ipconfig /all 查看配置
  發(fā)現(xiàn)和解決 TCP/IP 網(wǎng)絡問題時,先檢查出現(xiàn)問題的計算機上的 TCP/IP 配置。可以
  使用 ipconfig 命令獲得主機配置信息,包括 IP 地址、子網(wǎng)掩碼和默認網(wǎng)關。
  注意
  對于 Windows 95 和 Windows 98 的客戶機,請使用 winipcfg 命令而不是 ipconfi
  g 命令。
  使用帶 /all 選項的 ipconfig 命令時,將給出所有接口的詳細配置報告,包括任何
  已配置的串行端口。使用 ipconfig /all,可以將命令輸出重定向到某個文件,并將
  輸出粘貼到其他文檔中。也可以用該輸出確認網(wǎng)絡上每臺計算機的 TCP/IP 配置,或
  者進一步調查 TCP/IP 網(wǎng)絡問題。
  例如,如果計算機配置的 IP 地址與現(xiàn)有的 IP 地址重復,則子網(wǎng)掩碼顯示為 0.0.0
  .0。
  下面的范例是 ipconfig /all 命令輸出,該計算機配置成使用 DHCP 服務器動態(tài)配置
  TCP/IP,并使用 WINS 和 DNS 服務器解析名稱。
  Windows 2000 IP Configuration
  Node Type.. . . . . . . . : Hybrid
  IP Routing Enabled.. . . . : No
  WINS Proxy Enabled.. . . . : No
  Ethernet adapter Local Area Connection:
  Host Name.. . . . . . . . : corp1.microsoft.com
  DNS Servers . . . . . . . : 10.1.0.200
  Des cription. . . . . . . : 3Com 3C90x Ethernet Adapter
  Physical Address. . . . . : 00-60-08-3E-46-07
  DHCP Enabled.. . . . . . . : Yes
  Autoconfiguration Enabled.: Yes
  IP Address. . . . . . . . . : 192.168.0.112
  Subnet Mask. . . . . . . . : 255.255.0.0
  Default Gateway. . . . . . : 192.168.0.1
  DHCP Server. . . . . . . . : 10.1.0.50
  Primary WINS Server. . . . : 10.1.0.101
  Secondary WINS Server. . . : 10.1.0.102
  Lease Obtained.. . . . . . : Wednesday