Ssh ftpd vnc com noip e roteador netgear
pessoal quero utilizar os serviços ftp, ssh e vnc para logar no meu computador quando estiver viajando.
Configurei o noip e esta ok. Resolvendo o hostname para meu ip normalmente.
Porém quando tento logar no ftp ou ssh na rede interna de outro computador ou localmente eu consigo perfeitamente.
vejam abaixo :
alemao@alemao:~$ ftp localhost
Connected to localhost.
220 alemao FTP server (Version 6.4/OpenBSD/Linux-ftpd-0.17) ready.
Name (localhost:alemao): alemao
331 Password required for alemao.
Password:
230- Welcome to Linux Mint 14 Nadia (GNU/Linux 3.5.0-17-generic x86_64)
230-
230- Welcome to Linux Mint
230- * Documentation: http://www.linuxmint.com
230-
230- 23 packages can be updated.
230- 0 updates are security updates.
230-
230 User alemao logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
alemao@alemao:~$ ssh alemao@localhost
alemao@localhost's password:
Welcome to Linux Mint 14 Nadia (GNU/Linux 3.5.0-17-generic x86_64)
Welcome to Linux Mint
* Documentation: http://www.linuxmint.com
23 packages can be updated.
0 updates are security updates.
Last login: Thu Oct 10 02:50:49 2013 from alemao-netbook.local
alemao@alemao:~$
Porém quando tento fazer isso com o meu endereço noip. Via FTP da como conexão refused (como se aporta 21 estivesse fechada) e via SSH chega até a conectar e pedir a senha, porém quando entro com a senha da como permissão denida. Como se tivesse alguma proteção impedindo que não se faça logon com o hostname resolvido externamente..
alemao@alemao:~$ ftp alemao.noip.com
ftp: connect: Connection refused
alemao@alemao:~$ ssh alemao.noip.com
[email protected]'s password:
Permission denied, please try again.
[email protected]'s password:
Pensei em ser o roteador, porém desliguei le , e liguei ocabo direto na placa de rede e deu o mesmo erro..
Pensei em ser o firewall, porém vi que esta desativado..
Resta agora ser alguma configuração desses serviços...
[size=medium] Tópico editado de acordo com a [url=http://www.linuxmint.com.br/c/regras_do_forum]Regra 11[/url] do nosso fórum. Por favor faça a leitura das nossas [url=http://www.linuxmint.com.br/recomendacoes]Recomendações.[/url] [/size]
[center]Atenciosamente:
Francis.[/center]
Configurei o noip e esta ok. Resolvendo o hostname para meu ip normalmente.
Porém quando tento logar no ftp ou ssh na rede interna de outro computador ou localmente eu consigo perfeitamente.
vejam abaixo :
alemao@alemao:~$ ftp localhost
Connected to localhost.
220 alemao FTP server (Version 6.4/OpenBSD/Linux-ftpd-0.17) ready.
Name (localhost:alemao): alemao
331 Password required for alemao.
Password:
230- Welcome to Linux Mint 14 Nadia (GNU/Linux 3.5.0-17-generic x86_64)
230-
230- Welcome to Linux Mint
230- * Documentation: http://www.linuxmint.com
230-
230- 23 packages can be updated.
230- 0 updates are security updates.
230-
230 User alemao logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
alemao@alemao:~$ ssh alemao@localhost
alemao@localhost's password:
Welcome to Linux Mint 14 Nadia (GNU/Linux 3.5.0-17-generic x86_64)
Welcome to Linux Mint
* Documentation: http://www.linuxmint.com
23 packages can be updated.
0 updates are security updates.
Last login: Thu Oct 10 02:50:49 2013 from alemao-netbook.local
alemao@alemao:~$
Porém quando tento fazer isso com o meu endereço noip. Via FTP da como conexão refused (como se aporta 21 estivesse fechada) e via SSH chega até a conectar e pedir a senha, porém quando entro com a senha da como permissão denida. Como se tivesse alguma proteção impedindo que não se faça logon com o hostname resolvido externamente..
alemao@alemao:~$ ftp alemao.noip.com
ftp: connect: Connection refused
alemao@alemao:~$ ssh alemao.noip.com
[email protected]'s password:
Permission denied, please try again.
[email protected]'s password:
Pensei em ser o roteador, porém desliguei le , e liguei ocabo direto na placa de rede e deu o mesmo erro..
Pensei em ser o firewall, porém vi que esta desativado..
Resta agora ser alguma configuração desses serviços...
[size=medium] Tópico editado de acordo com a [url=http://www.linuxmint.com.br/c/regras_do_forum]Regra 11[/url] do nosso fórum. Por favor faça a leitura das nossas [url=http://www.linuxmint.com.br/recomendacoes]Recomendações.[/url] [/size]
[center]Atenciosamente:
Francis.[/center]
Entre ou Registre-se para fazer um comentário.
Comentários
I) Socket Error # 10061, Connection refused: The hostname is correct, but either the FTP server is not listening on the port, there is no FTP server running, or a firewall is blocking the connection.
Fonte: http://support.2brightsparks.com/knowledgebase/articles/213469-common-ftp-errors-and-socket-error-messages
II) Error: "Connection refused" or "Connection timed out"
An FTP server is not currently listening or awaiting connections on the FTP Host/Port that you have specified. Either the Host or Port is incorrect or the FTP server is current down. You need to contact the administrator of the FTP server in order to obtain the correct FTP Host.
Fonte: http://wiki.builtbp.com/index.php/Cannot_Connect_To_FTP_server
III) connect: Connection Refused
[b]Symptom[/b]: on starting pptp, three messages appear, followed by a delay:
warn[open_inetsock:pptp_callmgr.c:305]: connect: Connection refused
fatal[callmgr_main:pptp_callmgr.c:128]: Could not open control connection to x.x.x.x
fatal[open_callmgr:pptp.c:278]: Call manager exited with error 256
[b]Diagnosis[/b]: the host that you provided has refused connection.
[b]Solution[/b]: check the IP address or name of the PPTP Server, and check that the PPTP Server is running properly. Work through the Fault Tree from the top.
Fonte: Fonte: http://pptpclient.sourceforge.net/howto-diagnosis.phtml
IV) Can not connect to... (Permission denied)
Most probably you have SELinux installed. Multicraft needs to be able to connect to the daemon by opening a socket connection. To allow this run the following:
setsebool -P httpd_can_network_connect 1
Veja mais sobre o tema em:
http://lifehacker.com/5831841/know-your-network-lesson-4-accessing-your-home-computers-from-anywhere
http://lifehacker.com/127276/geek-to-live--how-to-access-a-home-server-behind-a-routerfirewall
http://www.dd-wrt.com/wiki/index.php/Tutorials
http://www.noip.com/support/knowledgebase/using-no-ip-with-a-cabledsl-router/
Abração,
Tovarishch