LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 2164|回复: 2

无法telnet到RHEL5的问题(前两天还是可以的)

[复制链接]
发表于 2007-11-21 23:20:02 | 显示全部楼层 |阅读模式
各位好!

因刚刚接触LINUX,经过网上搜集资料,终于在RHEL5上配置好了telnet服务,并且也配置好了可以通过root telnet至RHEL5,可惜好景不长,从昨天开始,已经无法telnet到RHEL5上面了,特此请教!

以下是我目前RHEL机上的一些配置,供有经验的朋友参考及分析:

[root@fw02 ~]# rpm -qa |grep telnet
telnet-0.17-38.el5
telnet-server-0.17-38.el5
[root@fw02 ~]# rpm -qa |grep xinetd
xinetd-2.3.14-10.el5
[root@fw02 ~]# /etc/init.d/xinetd status
xinetd (pid 2396) is running...
[root@fw02 ~]# netstat -tl
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address               Foreign Address             State
tcp        0      0 *:netbios-ssn               *:*                         LISTEN
tcp        0      0 *:sunrpc                    *:*                         LISTEN
tcp        0      0 *:telnet                    *:*                         LISTEN
tcp        0      0 fw02.lingping.org:ipp       *:*                         LISTEN
tcp        0      0 *:squid                     *:*                         LISTEN
tcp        0      0 fw02.lingping.org:smtp      *:*                         LISTEN
tcp        0      0 *:idxp                      *:*                         LISTEN
tcp        0      0 *:microsoft-ds              *:*                         LISTEN
tcp        0      0 *:ssh                       *:*                         LIST

[root@fw02 ~]# netstat -ln
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address               Foreign Address             State
tcp        0      0 0.0.0.0:139                 0.0.0.0:*                   LISTEN
tcp        0      0 0.0.0.0:111                 0.0.0.0:*                   LISTEN
tcp        0      0 0.0.0.0:23                  0.0.0.0:*                   LISTEN
tcp        0      0 127.0.0.1:631               0.0.0.0:*                   LISTEN
…………
 楼主| 发表于 2007-11-21 23:22:21 | 显示全部楼层
[root@fw02 ~]# hostname
fw02.linux.org
[root@fw02 ~]# ifconfig eth0
eth0      Link encap:Ethernet  HWaddr 00:0C:292:4D:02
          inet addr:192.168.1.20  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::20c:29ff:fed2:4d02/64 Scopeink
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:27751 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8547 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:4299010 (4.0 MiB)  TX bytes:3262489 (3.1 MiB)
          Interrupt:177 Base address:0x1080

[root@fw02 ~]# ping 192.168.1.10 -c 3
PING 192.168.1.10 (192.168.1.10) 56(84) bytes of data.
64 bytes from 192.168.1.10: icmp_seq=1 ttl=128 time=3.99 ms
64 bytes from 192.168.1.10: icmp_seq=2 ttl=128 time=0.847 ms
64 bytes from 192.168.1.10: icmp_seq=3 ttl=128 time=0.357 ms

--- 192.168.1.10 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 0.357/1.734/3.998/1.613 ms
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-11-21 23:25:26 | 显示全部楼层
Microsoft XP Professional SP2

C:\>hostname
lp

C:\>ipconfig

Windows IP Configuration


Ethernet adapter 本地连接:

        Connection-specific DNS Suffix  . :
        IP Address. . . . . . . . . . . . : 192.168.1.10
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . : 192.168.1.99

C:\>ping 192.168.1.20 -n 3

Pinging 192.168.1.20 with 32 bytes of data:

Reply from 192.168.1.20: bytes=32 time=2ms TTL=64
Reply from 192.168.1.20: bytes=32 time<1ms TTL=64
Reply from 192.168.1.20: bytes=32 time<1ms TTL=64

Ping statistics for 192.168.1.20:
    Packets: Sent = 3, Received = 3, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 0ms, Maximum = 2ms, Average = 0ms

C:\>telnet 192.168.1.20
getaddrinfo: localhost: Success
                               Name or service not known: Illegal seek


失去了跟主机的连接。

C:\>
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表