我要检查一个端口是否正常工作 我的思路是先 netstat 通过就继续 telnet 但是telnet 如果没有连接到的话,需要3分钟左右的时间,有什么方法,可以吧时间缩短呢??、 敬候大神。
by haofang666777 - Shell - 2013-08-05 20:07:15 阅读(2171) 回复(9)
初接触zabbix,建立一个触发器,后来发现Received empty response from Zabbix Agent at [192.168.1.9]. Assuming that agent dropped connection because of access permissions,被监控器里面报active check configuration update from [127.0.0.1:10051] started to fail (cannot connect to [[127.0.0.1]:10051]: [111] Connection refused),agent上配置文件里面已经设置server的ip地址。请指教如何排查。
本帖最后由 michael2unix 于 2011-11-08 07:57 编辑 各位大哥大姐 小弟是个菜鸟,特向各位前辈求教。 问题描述: 在SCO 5.07下安装了informix数据库后,telnet 127.0.0.1 8001端口 ,第一次正常,以后再telnet就无法链接了。系统重启后,重复刚才的情形,还是第一次可以,以后就无法telnet了。无法telnet 后,使用netstat -an | grep 8001无任何信息。。
本帖最后由 luoyanqun 于 2011-07-25 18:59 编辑 今天要测试AIX6.1一台刀片到另外一台pc-server windows2003端口通不通! 我 # telnet 192.168.8.188 7001 Trying... Connected to 192.168.8.188. Escape character is '^]'. 很郁闷 这是表示通了还是没有通啊? 卡在这里不动了,求解!我菜鸟级,各位大侠给个答复非常感谢
远程telnet登录需要主机打开23端口。 方法如下: sudo nc -lp 23 &(打开23端口,即telnet) netstat -an | grep 23 (查看是否打开23端口) 验证为OK即通过。 可以从其它环境中通过telnet来登录终端了。 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/106237/showart_2101626.html
大家好,我有一系统as4 ,上面有个服务开通了5666端口,程序已经起来,netstat 查看端口已经在监听状态netstat -na |grep 5666 tcp 0 0 0.0.0.0:5666 0.0.0.0:* LISTE iptable已经关闭, 现在我要用telnet 这个5666端口,出现 [123@min lju]$ telnet 211.104.46.111 5666 Trying 211.104.46.111... telnet: Unable to connect to remote host: Connection refused 请问...
我安装的 ubuntu-7.10,自己另外写了一个程序,监听的是tcp的端口 5555。本机是在公网上,从其他地方 (telnet 公网ip 5555)都可以。 但在本机上 (telnet 公网ip 5555)失败,在本机上 (telnet 127.0.0.1 5555) 也失败,请问下是什么问题啊, 其他的quick linux,centos,redflag 都没这个问题啊
问题 telnet 不到25端口 telnet 192.168.1.13 25 Trying 192.168.1.13... telnet: connect to address 192.168.1.13: Connection refused telnet: Unable to connect to remote host: Connection refused 但是t可以 elnet 192.168.1.13 Trying 192.168.1.13... Connected to li (192.168.1.13). Escape character is '^]'. li (Linux release 2.6.11-1.1369_FC4 #1 Thu Jun 2 22:55:56 EDT 2005) (8) 而且 25端口是开的 ne...
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...