windows has firewall, but i disabled/enabled with same result: is working from lan even with windows firewall enabled (and no special rule in firewall) and not working from windows host even with windows firewall disabled
Last edit: Sorcerer 2013-06-03
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
installed coLinux, debian, sshd inside, pcap-bridged networking, and i can connect to ssh service from coLinux console and from LAN
now, the strange part: i CANNOT connect to linux guest ssh service from host computer, the port responds but don't transfers anything:
192.168.44.8 is the ip address of the linux
ssh -v 192.168.44.8
OpenSSH_6.2p1, OpenSSL 1.0.1e 11 Feb 2013
debug1: Reading configuration data /etc/ssh_config
debug1: Connecting to 192.168.44.8 [192.168.44.8] port 22.
debug1: Connection established.
debug1: identity file /home/sorcerer/.ssh/id_rsa type -1
debug1: identity file /home/sorcerer/.ssh/id_rsa-cert type -1
debug1: identity file /home/sorcerer/.ssh/id_dsa type -1
debug1: identity file /home/sorcerer/.ssh/id_dsa-cert type -1
debug1: identity file /home/sorcerer/.ssh/id_ecdsa type -1
debug1: identity file /home/sorcerer/.ssh/id_ecdsa-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.2
and hung
also i use telnet to diagnose connection problems, it shows better that the port respond but nothing gets trough
telnet 192.168.44.8 22
Trying 192.168.44.8...
Connected to 192.168.44.8.
Escape character is '^]'.
and hung
again, i can connect with no problem to coLinux via ssh from another computer on lan
Last edit: Sorcerer 2013-06-03
maybe you host windows has program based access control (firewall) configured.
On Mon, Jun 3, 2013 at 7:13 AM, Sorcerer sorcerer25@users.sf.net wrote:
windows has firewall, but i disabled/enabled with same result: is working from lan even with windows firewall enabled (and no special rule in firewall) and not working from windows host even with windows firewall disabled
Last edit: Sorcerer 2013-06-03