Home > OS >  Two Linux server can ping each other, but the local FTP connection does not target server.
Two Linux server can ping each other, but the local FTP connection does not target server.

Time:04-04

Problem description:
Two Linux server can ping each other, but local FTP connection not only on the target server,
Other servers can FTP target server successfully,
I turn off the firewall iptables local server, after the setenforce 0 or FTP even not
/root @ localhost ~ # FTP 10.198.111.72

^ C/root @ localhost ~ # ping 10.198.111.72
PING 10.198.111.72 (10.198.111.72) 56 (84) bytes of data.
64 bytes from 10.198.111.72: icmp_seq=1 TTL=57 time=2.22 ms
64 bytes from 10.198.111.72: icmp_seq=2 TTL=57 time=2.25 ms
^ C
- 10.198.111.72 ping statistics -
2 packets transmitted, received 2, 0% packet loss, time 1001 ms
RTT is the min/avg/Max/mdev 2.250/0.014=2.222/2.236/ms
/root @ localhost ~ #

To solve the great god of all stripes, this how to deal with?

CodePudding user response:

Me too, it's too hard to
  • Related