Computer 1: Running VMWare on Windows XP gets SSH and telnet connections to Linux target @ 192.168.0.2 using DLINK adapter with IP 192.168.0.3.
Computer 2: Running same version of VMWare on Windows 7 can't get SSH or telnet connection to the SAME Linux target (192.168.0.2) using the SAME DLINK adapter. ("ssh: connect to host 192.168.0.2 port 22: Connection refused") I think I attempted to initially make a connection with the DLINK adapter address of 192.168.0.4.
=================
mmes@ubuntu:~/.ssh[/email]$ ssh -vvv 192.168.0.2
OpenSSH_5.3p1 Debian-3ubuntu3, OpenSSL 0.9.8k 25 Mar 2009
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to 192.168.0.2 [192.168.0.2] port 22.
debug1: connect to address 192.168.0.2 port 22: Connection refused
ssh: connect to host 192.168.0.2 port 22: Connection refused
==================
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN -
tcp 0 0 192.168.0.130:48340 10.30.173.2:445 ESTABLISHED -
tcp6 0 0 :::22 :::* LISTEN -
tcp6 0 0 ::1:631 :::* LISTEN -
==================
mmes@ubuntu:~/.ssh$ sudo iptables --list
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
====================
Both computer 1 and 2 are on the same network. I have (I think) opened port 22 on the Windows 7 machine. I initially tried connecting to the Linux target from computer 1 using IP 192.168.0.4.
Its either a Windows 7 problem or a key issue.
Thanks for any help you can provide.