怎麼檢視伺服器的埠 雲伺服器的埠怎麼修改

nhicloud發表於2022-08-09

我們使用iis的時候會出現埠占用的情況,這種情況我們總是需要開啟登錄檔來檢視哪些埠被佔用,但是既麻煩又容易出錯。




那麼我們應該如何修改或者檢視埠呢?




1、修改埠: 開啟iis7伺服器監控工具


輸入想要修改成的埠號,然後點選“修改埠”即可。




2、檢視埠: 檢視計算機埠用什麼命令 用:netstat -a 在2000以上的操作 Displays protocol statistics and current TCP/IP network connections.




顯示統計正在使用TCP/IP協議的網路聯接 NETSTAT [-a] [-e] [-n] [-s] [-p proto] [-r] [interval] ?-a Displays all connections and listening ports.




顯示所有的聯接和正在偵聽的埠 -e Displays Ethernet statistics. This may be combined with the -s option.




顯示統計乙太網資訊。此引數可以與-s一起使用。 -n Displays addresses and port numbers in numerical form.




用表格形式顯示地址和埠號 -p proto Shows connections for the protocol specified by proto; proto may be


需要更多幫助可移步hncloud!


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/70017159/viewspace-2909571/,如需轉載,請註明出處,否則將追究法律責任。

相關文章