Re: cant run ping command



noi wrote:
On Sat, 25 Nov 2006 01:06:06 +0000, Jean-David Beyer wrote this:


rtripathi wrote:

hi ,
i m unable to run ping command in my pc i have linux . when i run the
ping command , i recived the message

[root@yash ~]# ping 172.16.4.52
connect: No such process
[root@yash ~]#


I have no trouble running it, but it does not respond:

$ ping 172.16.4.52
PING 172.16.4.52 (172.16.4.52) 56(84) bytes of data.

--- 172.16.4.52 ping statistics ---
11 packets transmitted, 0 received, 100% packet loss, time 10009ms

You're ping is working but your network is not or firewall prevents
ICMP traffic or an invalid ip address

$ traceroute 172.16.4.52 # to find the bottleneck

verify DNS servers and MTU size

$ ifconfig $ route


Hi all,


A ping to 172.16.4.52 can only work if this ip-address is inside your own network-segments.

10.abc.def.ghi
172.16.jkl.mno
192.168.pqr.stu

are ranges that are private, so cannot be used for internet ip-addresses.

If not defined at 'your' LAN they cannot be reached by ping, traceroute or whatever.

The first issue of ping no such process if complete different issue.


Kind regards,


Jan Gerrit Kootstra
.



Relevant Pages

  • Re: Ping via VBA
    ... Testfile, second time round it was 7368. ... Is it possible to ping a range of local IP addresses in VBA code by ... Assuming the variables can be passed to the ping command, ... don't have the manual for the NIC and the Kyocera website isn't much help ...
    (microsoft.public.excel.programming)
  • RE: Ping via VBA
    ... Re appending to a text file, I'm a bit rusty on that but VBA help is OK - ... Is it possible to ping a range of local IP addresses in VBA code by looping ... passed into the shell command. ... Assuming the variables can be passed to the ping command, ...
    (microsoft.public.excel.programming)
  • Re: Ping via VBA
    ... (there's no email, no snail mail, but somewhere should be gmail in my addy) ... Dim a As Long, b As Long, c As String ... Is it possible to ping a range of local IP addresses in VBA code by ... Assuming the variables can be passed to the ping command, ...
    (microsoft.public.excel.programming)
  • Re: Ping via VBA
    ... Dim a As Long, b As Long, c As String ... Is it possible to ping a range of local IP addresses in VBA code by ... Assuming the variables can be passed to the ping command, ... Unfortunately I don't have the manual for the NIC and the Kyocera website ...
    (microsoft.public.excel.programming)
  • [SLE] SuSE/Linux Ping vs DOS Ping
    ... Part of the manufacturer's troubleshooting checklist is to "connect an DOS/Windows computer and use the PING command from the command line." ... Not having a D/W computer handy, I plugged in my SuSE 9.1 Pro laptop, but couldn't get a response. ...
    (SuSE)