協議名 埠 協議型別 說明
daytime 13 tcp/udp 日期/時間服務
ftp 21 tcp 檔案傳輸服務
ftp-data 20 tcp ftp資料
ssh 22 tcp/udp security shell
telnet 23 tcp 遠端登入
smtp 25 tcp 電子郵件
time 37 tcp/udp 時間服務
domain 53 tcp/udp dns網域名稱服務
gopher 70 tcp/udp gopher服務
http 80 tcp http傳輸協議
pop-3 110 tcp 郵局協議3
sunrpc 111 tcp/udp 埠映像程式
auth 113 tcp 使用者身份認證
nntp 119 tcp usenet新聞傳輸
netbios-ns 137 tcp/udp netbios名字服務
netbios-dgm 138 tcp/udp netbios資料處理
netbios-ssn 139 tcp/udp netbios會話
imap2 143 tcp/udp imap郵件管理
irc 194 tcp/udp internet chat
https 443 tcp/udp 使用ssl的http
prometheus監控服務埠
借助blackbox exporter利用埠探測是方式實現監控服務埠。unit description blackbox exporter after network.target service user prometheus group prometheus execstart usr sbin...
修改Centos SSH服務埠
22埠容易被網路暴力,換個不常用的埠 一 修改埠號 修改sshd config vim etc ssh sshd config 修改 port 為自定埠號 port 10127 開啟埠讓10217能訪問 firewall cmd zone public add port 10127 tcp perm...
檢視電腦的tcp服務埠
在windows 2000 xp server 2003中要檢視埠,可以使用netstat命令 開始 執行 cmd 開啟命令提示符視窗。在命令提示符狀態下鍵入 netstat a n 按下回車鍵後就可以看到以數字形式顯示的tcp和udp連線的埠號及狀態.命令格式 netstat a e n o s ...