LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   PuTTY cannot access remote zLinux (https://www.linuxquestions.org/questions/linux-newbie-8/putty-cannot-access-remote-zlinux-715960/)

linuzHX 04-01-2009 12:31 AM

PuTTY cannot access remote zLinux
 
Hi all,

I use PuTTY to connect to a remote Suse Linux running under Z/VM in mainframe. Connection Type is SSH, and It failed with the message: (PuTTY Fatal Error) Network error: Network is unreachable.

However from another PC with the same PuTTY settings I am able to access.. These two PCs were within the same network and I have disabled the firewall..

Is there any option in Linux that restricts the number of romote log-on users? I cannot think of any other thing that might trigger this problem..

Thanks a lot!!

maxy7710 04-01-2009 01:58 AM

first try to ping the server & then try telnet, so that we can minimize the lookaround for us.

check the network connection on u r machine, from which u r using putty.

linuzHX 04-01-2009 02:11 AM

Quote:

Originally Posted by maxy7710 (Post 3494553)
first try to ping the server & then try telnet, so that we can minimize the lookaround for us.

check the network connection on u r machine, from which u r using putty.

Thanks Maxy!

Ping works fine in both directions. But telnet cannot open connection to the host. It is the same case when I tried telnet from PuTTY.

Network connection has no problem.

big thanks!

maxy7710 04-01-2009 02:15 AM

try telnet

i.e

telnet serverip 22

so we will come to know tht port 22 is open between servers

linuzHX 04-01-2009 03:04 AM

Quote:

Originally Posted by maxy7710 (Post 3494570)
try telnet

i.e

telnet serverip 22

so we will come to know tht port 22 is open between servers

Hi Maxy,

It shows: Could not open connection to the host, on port 22.

So the port is not open.. Do you have any idea what might cause this problem or how to proceed?

Thanks.

maxy7710 04-01-2009 03:53 AM

it means u r not able to access port 22 on server

1> restart the service sshd on the server.

2> see whether firewall & se linux are off.

3> if u have physical firewal in ur setup, see whether ports are open between u r pc & server.


All times are GMT -5. The time now is 06:23 AM.