1.ssh端口 22 curl -v 10.10.10.205:22 1 2 3 4 5 6 7 8 9 10 11 curl -v 10.10.10.205:22 * Trying 10.10.10.205:22... * Connected to 10.10.10.205 (10.10.10.205) port 22 GET / HTTP/1.1 Host: 10.10.10.205:22 User-Agent: curl/8.4.0 Accept: */* * Received H
1.ssh端口 22curl -v 10.10.10.205:22
2.mysql数据库端口 3306curl -v 10.10.10.205:3306
3.web应用端口 (Jellyfin 8082)curl -v 10.10.10.205:8082
(wordpress 8088)curl -v 10.10.10.205:8088
(tomcat 8080)curl -v 10.10.10.205:8080
4.不存在的端口curl -v 10.10.10.205:6666
5.被防火墙阻挡的端口连接一段时间后,提示timeout |
2024-05-08
2021-06-17
2022-11-09
2022-08-09
2022-08-22