摘要:
1.查看防火墙状态 systemctl status firewalld firewall-cmd --state #查看默认防火墙状态(关闭后显示notrunning,开启后显示running) 2.查看防火墙是否开机启动 systemctl is-enabled firewalld 3.关闭防火 阅读全文
摘要:
1 TCP端口的连通性 TC端口的连通性,一般通过telnet检测: TCP协议是面向连接的,可以直接通过telnet命令连接 yum install telnet -y telnet localhost 5001 或者有服务的curl curl -XGET localhost:5001 2 UDP 阅读全文