Login  Register

Re: Peer closed connection with lftp to remote host

Posted by kumar on Dec 16, 2019; 1:10pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Peer-closed-connection-with-lftp-to-remote-host-tp7912p7922.html

Dear Erman,

[applprod@app01 ~]$ ssh ttderp@111.111.111.111
ssh: connect to host 111.111.111.111 port 22: Connection refused
[applprod@app01 ~]$


[applprod@app01 ~]$ ssh ttderp@111.111.111.111:1963
ssh: Could not resolve hostname 111.111.111.111:1963: Name or service not known
[applprod@app01 ~]$

[applprod@app01 ~]$ ping 111.111.111.111
PING 111.111.111.111(111.111.111.111) 56(84) bytes of data.
64 bytes from 111.111.111.111: icmp_seq=1 ttl=63 time=0.200 ms
64 bytes from 111.111.111.111: icmp_seq=2 ttl=63 time=0.206 ms
64 bytes from 111.111.111.111: icmp_seq=3 ttl=63 time=0.196 ms

^C
--- 111.111.111.111 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2000ms
rtt min/avg/max/mdev = 0.196/0.200/0.206/0.016 ms
[applprod@app01 ~]$