SFTP를 통해 FileZilla 를 통해 서버에 연결하려고 하는데 문제가 있습니다. 로그 :
14:07:10 Status: Connecting to 178.62.11.187...
14:07:11 Trace: CControlSocket::SendNextCommand()
14:07:11 Trace: CSftpConnectOpData::Send() in state 0
14:07:11 Trace: Going to execute C:\Program Files\FileZilla FTP Client\fzsftp.exe
14:07:11 Response: fzSftp started, protocol_version=8
14:07:11 Trace: CSftpConnectOpData::ParseResponse() in state 0
14:07:11 Trace: CControlSocket::SendNextCommand()
14:07:11 Trace: CSftpConnectOpData::Send() in state 3
14:07:11 Command: open "hdodov@178.62.11.187" 22
14:07:11 Trace: Connecting to 178.62.11.187 port 22
14:07:11 Trace: We claim version: SSH-2.0-PuTTY_Local:_Jul_12_2017_08:57:39
14:07:16 Trace: Network error: Software caused connection abort
14:07:16 Error: Network error: Software caused connection abort
14:07:16 Trace: CSftpControlSocket::OnTerminate without error
14:07:16 Trace: CControlSocket::DoClose(66)
14:07:16 Trace: CSftpControlSocket::ResetOperation(66)
14:07:16 Trace: CControlSocket::ResetOperation(66)
14:07:16 Error: Could not connect to server
14:07:16 Trace: CFileZillaEnginePrivate::ResetOperation(66)
다음은 몇 가지 사실입니다.
- 연결이 설정 되기 전에 오류가 발생합니다 .
- 로 연결할 때 동일한 결과를 얻습니다
anonymous
. - 친구 는 다른 네트워크에서 정확히 동일한 호스트, 사용자 이름 및 비밀번호로 연결할 수 있습니다.
- 나는 수 에 연결 다른 SFTP를 통해 서버.
- 내가 할 수 동일한 구성으로 연결 만 닿는 동안 내에 삼성 갤럭시 젊은 S6310 과 모바일 데이터를 사용하여.
다음 설정으로 포트 전달을 설정해도 문제가 해결되지 않았습니다.
| Service Port | IP Address | Internal Port | Protocol | Status | | ------------ | ------------- | ------------- | ---------- | ------- | | 22 | 192.168.0.101 | 22 | TCP or UDP | Enabled |
FileZilla 재설치가 작동하지 않았습니다.
- 라우터를 다시 시작해도 작동하지 않습니다.
- 컴퓨터를 다시 시작해도 작동하지 않습니다.
- 방화벽 비활성화가 작동하지 않았습니다.
- 다른 FTP 클라이언트 ( SmartFTP )를 사용할 수 없습니다. 그것은 발생 같은 오류가 .
서버에 대한 요청 시간 초과 :
Pinging findgreatquotes.com [178.62.11.187] with 32 bytes of data: Request timed out. Request timed out. Request timed out. Request timed out. Ping statistics for 178.62.11.187: Packets: Sent = 4, Received = 0, Lost = 4 (100% loss)
그러나 여전히 http://findgreatquotes.com/ ?을 열 수 있습니다 !
결과는 다음과 같습니다 tracert
.
Tracing route to findgreatquotes.com [178.62.11.187]
over a maximum of 30 hops:
1 <1 ms <1 ms <1 ms 192.168.0.1
2 1 ms 1 ms 1 ms 212-5-152-1.ip.btc-net.bg [212.5.152.1]
3 1 ms 1 ms 1 ms 37.192.236.94-optic-com.eu [94.236.192.37]
4 1 ms 1 ms 1 ms 212-39-69-153.ip.btc-net.bg [212.39.69.153]
5 36 ms 36 ms 36 ms ae-14.r24.frnkge08.de.bb.gin.ntt.net [129.250.6.242]
6 58 ms 58 ms 58 ms ae-5.r24.londen12.uk.bb.gin.ntt.net [129.250.3.12]
7 28 ms 28 ms 28 ms prag-bb1-link.telia.net [80.91.247.82]
8 114 ms 41 ms 79 ms hbg-bb1-link.telia.net [213.155.136.132]
9 53 ms 55 ms 69 ms ldn-bb3-link.telia.net [62.115.122.165]
10 54 ms 53 ms 52 ms ldn-b4-link.telia.net [62.115.136.43]
11 57 ms 57 ms 47 ms digitalocean-ic-306494-ldn-b3.c.telia.net [62.115.44.250]
12 * * * Request timed out.
13 * * * Request timed out.
..
..
분명히 문제는 라우터 나 네트워크 설정에 있습니다. 주어진 상황에서 그러한 오류가 발생한 이유는 무엇입니까?