具体提示如下: [root@cen root]# telnet cen.com.cn 25 Trying 172.16.20.10... telnet: Unable to connect to remote host: Connection refused [root@cen root]# telnet 172.16.20.10 25 Trying 172.16.20.10... telnet: Unable to connect to remote host: Connection refused 但是telnet localhost 或者127.0.0.1 的25端口,就可以 [root@cen root]# telnet localhost 25 Trying 127.0.0.1... Connected to localhost.locald...
by luckyzhang - 服务器应用 - 2005-02-04 15:23:35 阅读(1122) 回复(0)
和别的公司做应用测试 我把他给我的ip ping了一下 显示 PING 124.42.79.X (124.42.79.X) 56(84) bytes of data. From 192.168.101.2 icmp_seq=0 Time to live exceeded tracert了一下 20 6 ms 8 ms 13 ms 192.168.101.2 21 24 ms 4 ms 8 ms 218.97.244.X 22 4 ms 4 ms 4 ms 192.168.101.2 23 4 ms 6 ms 7 ms 218.97.244.X 发现打着环呢 但是telnet 124.42.79.X 10000端口确...
我架设了openssh 服务,从远程客户端 telnet 服务器ip 端口 总是返回 “ SSH-2.0-OpenSSH_4.1” 如果对方有意入侵,先对服务器端口进行扫描,取得服务器开通的服务端口号后 从远程客户端 "telnet 服务器ip 端口" 一旦发现是ssh服务,便进行 ssh尝试攻击。 我想在 "telnet 服务器ip 端口" 时,不返回任何服务名称信息,如何处理?谢谢。
我在linux 下: telnet/ping 命令的时候,如果只有ip的话,命令执行; 如果 telnet 211.23.15.54:8080 就是ip地址带上端口的时候,就报unkownhost的错误, 请大家帮忙了
iptables被stop了,配置sendmail成功,pop3,smtp都启动了,但telnet localhost 25 能通, 但远程telnet mail.test.com 25 确不通,sendmail.mc 文件配置如下: divert(-1)dnl dnl # dnl # This is the sendmail macro config file for m4. If you make changes to dnl # /etc/mail/sendmail.mc, you will need to regenerate the dnl # /etc/mail/sendmail.cf file by confirming that the sendmail-cf package is dnl # installed and t...
在对系统做远程操作时一般都使用telnet 它的默认端口是23 为了增加系统的安全性,怎样可以改变telnet的端口,如:4001 还有什么方法可以远程连接AIX系统, 请高手指点。