能ping通,但是telnet,ftp不上去,本机能telnet上去,求解释?

时间:2022-12-09 15:21:50
两台机器,一台上装了linux,用另一台win网线直连,能ping通,但是telnet不能上去,ftp也不行,在linux机器上可以telnet上去,服务都开了,防火墙也关闭了。
网络配置新手,请问还有哪些要配置,或者我哪里配置错了。
以下是操作的一些信息

C:\Documents and Settings\Administrator>ping 192.168.1.101

Pinging 192.168.1.101 with 32 bytes of data:

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

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

C:\Documents and Settings\Administrator>
C:\Documents and Settings\Administrator>telnet 192.168.1.101
Connecting To 192.168.1.101...Could not open connection to the host, on port 23:
 Connect failed

6 个解决方案

#1


检查TELNET服务是否启动

#2


防火墙打开了吗?!

#3


服务已启动,火墙关闭了,就是都操作过了。

#4


查看一下端口

#5


1、检查TELNET服务是否开启
2、你的网络是通的,直接检查对方端口 TCP23端口 
3、如何对方端口是开启的,检查本地和对方的防火墙。

#6


谢谢以上各位,诸位说的我都配置了,总感觉什么地方不对,搞不定。

#1


检查TELNET服务是否启动

#2


防火墙打开了吗?!

#3


服务已启动,火墙关闭了,就是都操作过了。

#4


查看一下端口

#5


1、检查TELNET服务是否开启
2、你的网络是通的,直接检查对方端口 TCP23端口 
3、如何对方端口是开启的,检查本地和对方的防火墙。

#6


谢谢以上各位,诸位说的我都配置了,总感觉什么地方不对,搞不定。