天天看點

怎麼檢視伺服器的端口 雲伺服器的端口怎麼修改

我們使用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.