windows系統命令列方式設定ip、路由、dns

來源:互聯網
上載者:User

標籤:windows netsh ip 命令列設定路由 命令列設定dns 命令列設定ip

win+R

cmd

route -f #首先清本機路由

netsh #準備設定

interface #進入介面模式

ip #進入ipv4設定

add address "本地串連 2" 172.16.168.44 255.255.0.0 gateway 172.16.168.2 gwmetric 1 #指定裝置並對其設定ip、路由

add dns "本地串連 2" 8.8.4.4 index=1 #指定裝置並對其設定首選dns

add dns "本地串連 2" 202.106.46.151 index=2 #指定裝置並對其設定備用dns


在netsh中,返回上一級就輸入..

全連在一起寫可以省略gateway和gwmetric,這樣寫

netsh interface ip add address "本地串連 2" 172.16.168.44 255.255.0.0 172.16.168.2 1

分別對應“命令、介面、ip協議、添加地址、介面名稱、ip、掩碼、網關、路徑花銷metric值”

dns設定也可以連一起變成netsh interface ip add dns "本地串連 2" 8.8.4.4 index=1

注意“本地串連 2”前後的引號是半形


設定預設路由還可以使用route add 0.0.0.0 mask 0.0.0.0 172.16.168.2 if XXX。其中XXX是你route print後看到的一個裝置介面表中顯示的裝置號,比如0x2

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.