Can't SSH / ping Linux box !!!


 
Thread Tools Search this Thread
Operating Systems Linux Can't SSH / ping Linux box !!!
# 1  
Old 12-13-2006
Can't SSH / ping Linux box !!!

I have a linux box build11 which can be pinged from build18 (Windows) box. And we can only login to the box (using SSH) from build18 box. Plz help to characterize the problem, network, DNS, DHCP, etc (or whatever which I am unsure)

Any idea what may be the reason ? Smilie

Thanks in advance to all
Chirantan
# 2  
Old 12-13-2006
more info please, like ping stats, traceroute....
check if you have any firewalls enabled on the linux box, post the output of "uname -a", etc.
# 3  
Old 12-13-2006
Error Here are the information

ixca-cm-build11:~ # uname -a
Linux ixca-cm-build11 2.4.21-144-smp4G #1 SMP Fri Nov 14 00:07:01 UTC 2003 i686 i686 i386 GNU/Linux


E:\ >ping ixca-cm-build11

Pinging ixca-cm-build11.ixiacom.com [192.168.4.56] with 32 bytes of data:

Reply from 192.168.4.56: bytes=32 time<1ms TTL=64
Reply from 192.168.4.56: bytes=32 time<1ms TTL=64
Reply from 192.168.4.56: bytes=32 time<1ms TTL=64
Reply from 192.168.4.56: bytes=32 time<1ms TTL=64


Tracing route to ixca-cm-build11.ixiacom.com [192.168.4.56]
over a maximum of 30 hops:

1 <1 ms <1 ms <1 ms 10.205.26.1
2 1 ms <1 ms <1 ms ixin-ns.ixiacom.com [10.205.24.4]
3 * * * Request timed out.
4 1360 ms 1260 ms 1220 ms 10.200.0.1
5 * * * Request timed out.
6 * * * Request timed out.
7 * * * Request timed out.
8 * * * Request timed out.
9 * * * Request timed out.
10 * * * Request timed out.
11 * * * Request timed out.
12 * * * Request timed out.
13 * * * Request timed out.
14 * * * Request timed out.
15 * * * Request timed out.
16 * * * Request timed out.
17 * * * Request timed out.
18 * * * Request timed out.
19 * * * Request timed out.
20 * * * Request timed out.
21 * * * Request timed out.
22 * * * Request timed out.
23 * * * Request timed out.
# 4  
Old 12-13-2006
well, the traceroute apparently shows network issues, or filtered ICMP, or something else depending on your net config. Your network admin/ IT person is the best person to ask.
# 5  
Old 12-28-2006
ping

hi!
first check whether ICMP is set to 0 or 1 , u can check in /proc the icmp state value to 0 or 1, even u can check using the sysctl -a | grep icmp
and set the value to 0 so that the system is able to ping, now coming to the part of SSH, u can check whether SSH service is enabled(ps -e | grep sshd) if not start the service and also check whether the system is safegaurd with firewall
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. How to Post in the The UNIX and Linux Forums

Copying , renaming the file from windox box and ftp to Linux box

Hello my dear friends, Two file are auto generated from mon - fri at different directories on same windows box.Every day i have to copy the file, rename it (specific name)and ftp it to linux box specified directory. is it possible to automate this process,If yes this has to be done from windows... (1 Reply)
Discussion started by: umesh yadav
1 Replies

2. Red Hat

How to access redhat Linux box graphically from windows box?

Hi I have a linux box and need to access from windows graphically # uname -a Linux pc-l416116 2.6.18-155.el5 #1 SMP Fri Jun 19 17:06:47 EDT 2009 i686 i686 i386 GNU/Linux What components do I need to install on Linux and windows to do that? TIA (6 Replies)
Discussion started by: magnus29
6 Replies

3. UNIX for Dummies Questions & Answers

Mounting Linux box to Linux box

Hi, I've been able to mount my linux box to a windows machine, but I can't seem to mount my linux box to another linux box I have. (I know I could scp, but for other reasons I need to do it this way) Samba is installed. Here is an example where I mount to a Win machine.--> works fine mount... (12 Replies)
Discussion started by: jdilts
12 Replies

4. Red Hat

cannot ssh (use NFS) on RHEL box, but can mount external & ssh out of RHEL box

Ok, Im trying to get NFS working on my RHEL 5 box, apparently i can use the box as a client, but not as a server. If it helps i cant ssh into the box (server), but as a client ssh works fine. Ive configured server: /etc/hosts.allow: all : all all :all@all setup my /etc/exports file... (4 Replies)
Discussion started by: drs.grid
4 Replies

5. Red Hat

Can't ping my unix box by name

Hi All, I have recently setup a Windows 2003 server as AD / Domain Controller. In it, I have a VMWare for RHEL 4. I have 3 other computers connected to the network all using Windows 7. These computers can ping each other by name. But none of these can ping the Unix OS in the VMWare of the... (5 Replies)
Discussion started by: adshocker
5 Replies

6. Shell Programming and Scripting

Help with Ping command for windows Box

Hi, I would like to write a script for checking the windows remote server has responding or not from Unix box. 123.34.56.222-- the windows remote server I wrote like: ping 123.34.56.222 PING 123.34.56.222: 64 byte packets 64 bytes from 123.34.56.222: icmp_seq=0. time=8. ms 64... (1 Reply)
Discussion started by: koti_rama
1 Replies

7. Shell Programming and Scripting

issue a ping on a remote box

Hi there I am running a script on a central box (boxA) that will send a remote request to boxB to perform a ping test to an ip note: I am not pinging boxB from boxA but sending a request over ssh to get boxB to perform a ping test ! The thing is, I want the script back at boxA to know... (4 Replies)
Discussion started by: hcclnoodles
4 Replies

8. Solaris

could not ssh and ping

hi , i cannot ssh to a server , i have restarted the ssh instances also. and i cannot ping to the server.. any ideas ..plz (5 Replies)
Discussion started by: jegaraman
5 Replies

9. UNIX for Advanced & Expert Users

Access files from prev box after SSH to another box

i'm not much of an advanced unix programmer but I'm trying to write a script to access files on box1 after ssh from box 1 to box2. when ssh is invoked in the script i'm getting logged into box2 and losing complete touch with box1 which is normal i guess. but my main aim with my script is when i... (3 Replies)
Discussion started by: pharos467
3 Replies

10. Shell Programming and Scripting

Script to Reboot a linux box from a windows box

HI All, I need a script to reboot a linux box from a windows box. The script needs to run automatically whenever a sitescope alerts with an error message. Have searched for this in the forums, but could not get something relative. Pls. let me know the various alternatives we have to do... (2 Replies)
Discussion started by: Crazy_murli
2 Replies
Login or Register to Ask a Question