国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統 > Linux > 正文

如何測試端口通不通(四種方法)

2019-10-26 18:47:48
字體:
來源:轉載
供稿:網友

一般情況下使用"telnet ip port"判斷端口通不通,其實測試方法不止這一種,還有很多種方法,下面小編給大家分享了幾種方法,具體內容請往下看:

準備環境

啟動一個web服務器,提供端口.

[wyq@localhost ~]$ python -m SimpleHTTPServer 8080Serving HTTP on 0.0.0.0 port 8080 ...

用其它web服務器提供端口也一樣,由于python比較方便,這里就用它

1、使用telnet判斷

telnet是windows標準服務,可以直接用;如果是linux機器,需要安裝telnet.

用法: telnet ip port

1)先用telnet連接不存在的端口

[root@localhost ~]# telnet 10.0.250.3 80Trying 10.0.250.3...telnet: connect to address 10.0.250.3: Connection refused #直接提示連接被拒絕

2)再連接存在的端口

[root@localhost ~]# telnet localhost 22Trying ::1...Connected to localhost. #看到Connected就連接成功了Escape character is '^]'.SSH-2.0-OpenSSH_5.3aProtocol mismatch.Connection closed by foreign host.

2、使用ssh判斷

ssh是linux的標準配置并且最常用,可以用來判斷端口嗎?

用法: ssh -v -p port username@ip

-v 調試模式(會打印日志).

-p 指定端口

username可以隨意

1)連接不存在端口

[root@localhost ~]# ssh 10.0.250.3 -p 80ssh: connect to host 10.0.250.3 port 80: Connection refused[root@localhost ~]# ssh 10.0.250.3 -p 80 -vOpenSSH_5.3p1, OpenSSL 1.0.1e-fips 11 Feb 2013debug1: Reading configuration data /etc/ssh/ssh_configdebug1: Applying options for *debug1: Connecting to 10.0.250.3 [10.0.250.3] port 80.debug1: connect to address 10.0.250.3 port 80: Connection refusedssh: connect to host 10.0.250.3 port 80: Connection refused

2)連接存在的端口

[root@localhost ~]# ssh ... -p a^]^C[root@localhost ~]# ssh ... -p -vOpenSSH_.p, OpenSSL ..e-fips Feb debug: Reading configuration data /etc/ssh/ssh_configdebug: Applying options for *debug: Connecting to ... [...] port .debug: Connection established.debug: permanently_set_uid: /debug: identity file /root/.ssh/identity type -debug: identity file /root/.ssh/identity-cert type -debug: identity file /root/.ssh/id_rsa type -debug: identity file /root/.ssh/id_rsa-cert type -debug: identity file /root/.ssh/id_dsa type -debug: identity file /root/.ssh/id_dsa-cert type -a^C

不用-v選項也可以咯

3、使用wget判斷

wget是linux下的下載工具,需要先安裝.

用法: wget ip:port

1)連接不存在的端口

[root@localhost ~]# wget ...:---- ::-- http://.../Connecting to ...:... failed: Connection refused.

2)連接存在的端口

[root@localhost ~]# wget ...:---- ::-- http://...:/Connecting to ...:... connected.HTTP request sent, awaiting response...            
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 利辛县| 布拖县| 万年县| 韶山市| 沂源县| 开平市| 无棣县| 泸溪县| 六枝特区| 柳江县| 叶城县| 岳普湖县| 黎城县| 长丰县| 南丰县| 沭阳县| 札达县| 自治县| 灵台县| 武穴市| 阳泉市| 贵州省| 漾濞| 噶尔县| 什邡市| 论坛| 烟台市| 漳州市| 宝丰县| 高密市| 周宁县| 连城县| 塘沽区| 错那县| 湛江市| 巴林左旗| 蓝田县| 萨迦县| 临泽县| 锦屏县| 祁阳县|