Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
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) ...
  1. #1
    Linux Newbie
    Join Date
    Aug 2008
    Posts
    119

    Red face 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

  2. #2
    HTF
    HTF is offline
    Just 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:
    service sshd status
    if not start it
    service sshd start
    - check if firewall is not blocking port 22 if you haven't change from the default one
    - check your vmware network and if you can access your VM from Windows machine at all(ping etc.)

  3. #3
    Just 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):
    Code:
    [brian@bmicek ~]$ /etc/init.d/iptables  stop
    [brian@bmicek ~]$ /etc/init.d/ip6tables stop
    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.

  4. #4
    Just Joined!
    Join Date
    Feb 2009
    Posts
    2
    What version of putty are you using?

  5. #5
    Just Joined!
    Join Date
    Jan 2011
    Posts
    4
    Quote Originally Posted by raji10k View Post
    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
    hi,

    check your /etc/ssh/sshd.conf and also hosts files.

    may be any host which you want to connect, is blocked in hosts files. please tell me.. what exact error you have facing..??

  6. #6
    Linux 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....

  7. #7
    Just Joined!
    Join Date
    Jan 2011
    Posts
    4
    hi,

    please attached screen shot of error, which was coming after login in putty.

  8. #8
    Linux 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.....

  9. #9
    Just Joined!
    Join Date
    May 2011
    Location
    Southern California, US
    Posts
    24
    Shot in the dark here. Time to check the most basic connection things.
    1. What are the IP addresses on both machines?
    2. Are they both in the same subnet?
    3. Can you ping from XP to RHEL vm?
    4. From XP box command prompt , try tracert <ip_of_RHEL_vm>

  10. #10
    Just Joined!
    Join Date
    Jan 2011
    Posts
    4
    Quote Originally Posted by tboland View Post
    Shot in the dark here. Time to check the most basic connection things.
    1. What are the IP addresses on both machines?
    2. Are they both in the same subnet?
    3. Can you ping from XP to RHEL vm?
    4. From XP box command prompt , try tracert <ip_of_RHEL_vm>
    hi, i just want to know the concept of subnet.

    please tell me.

    "if both systems are not have same subnet , will they connect using putty."

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...