
telnet
zzh_my
努力 踏实 执着!!
展开
-
telnet用法 测试端口号
http://jingyan.baidu.com/article/a3aad71aa9e6efb1fb009694.html Telnet是进行远程登录的标准协议和主要方式它为用户提供了在本地计算机上完成远程主机工作的能力。可以用telnet命令来测试端口号是否正常打开还是关闭状态。 工具/原料 电脑转载 2015-11-23 15:16:38 · 15622 阅读 · 0 评论 -
centos 7 开启telnet服务
你可以用rpm -qa | grep iptables来查看,centos7默认防火墙是firewalld,iptables应该是没有安装,你可以用yum install iptables -y来安装。 1、关闭firewall:systemctl stop firewalld.service #停止firewallsystemctl disable firewalld.service #禁止f转载 2016-11-19 22:57:03 · 5936 阅读 · 1 评论