Results 1 to 10 of 14
Dear Frndz
I am using RHEL 5.4 in vmware and its working fine I configured ssh in rhel and tried to login through Putty from host machine (windows xp sp3) ...
- 05-26-2011 #1Linux Newbie
- Join Date
- Aug 2008
- Posts
- 119
Can't SSH or Telnet through Putty..
Dear Frndz
I am using RHEL 5.4 in vmware and its working fine I configured ssh in rhel and tried to login through Putty from host machine (windows xp sp3) am not able to login, so what should I do fo it frndz....
Waiting for reply....
Rajesh
- 05-26-2011 #2Just Joined!
- Join Date
- Feb 2011
- Posts
- 14
Hi,
There is a few things that you can check:
- check if the ssh daemon is actually running:
if not start itservice sshd status- check if firewall is not blocking port 22 if you haven't change from the default oneservice sshd start
- check your vmware network and if you can access your VM from Windows machine at all(ping etc.)
- 05-27-2011 #3Just Joined!
- Join Date
- Jan 2011
- Location
- Fairfax, Virginia, USA
- Posts
- 94
Hi raji10k,
If HTF's stuff doesn't work, you may have used the wrong network model in VmWare for your Linux VM. It might be a good idea to temporarily turn off your VM's firewall with something like (as root):
then try to ping your VM from your Windows host. If you want to run servers like sshd on your VM, I'm pretty sure you want to avoid any type of NAT presented by VmWare because its more tricky ... it doesn't mean you can't do it, it will just be more difficult.Code:[brian@bmicek ~]$ /etc/init.d/iptables stop [brian@bmicek ~]$ /etc/init.d/ip6tables stop
- 05-27-2011 #4Just Joined!
- Join Date
- Feb 2009
- Posts
- 2
What version of putty are you using?
- 05-28-2011 #5Just Joined!
- Join Date
- Jan 2011
- Posts
- 4
- 05-28-2011 #6Linux Newbie
- Join Date
- Aug 2008
- Posts
- 119
Hi Frndz,
I have started sshd and stopped iptables, selinux also but I am not able to connect through putty. am using Putty Release 0.60.
Plz help....
- 05-28-2011 #7Just Joined!
- Join Date
- Jan 2011
- Posts
- 4
hi,
please attached screen shot of error, which was coming after login in putty.
- 05-30-2011 #8Linux Newbie
- Join Date
- Aug 2008
- Posts
- 119
Dear Manoj
about screen shot when I tried to login through putty nothing happens the putty window is blank and nothing happens there after.....
- 05-30-2011 #9Just Joined!
- Join Date
- May 2011
- Location
- Southern California, US
- Posts
- 24
Shot in the dark here. Time to check the most basic connection things.
- What are the IP addresses on both machines?
- Are they both in the same subnet?
- Can you ping from XP to RHEL vm?
- From XP box command prompt , try tracert <ip_of_RHEL_vm>
- 05-31-2011 #10Just Joined!
- Join Date
- Jan 2011
- Posts
- 4


Reply With Quote
