Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Hardware & Devices
  4. [SOLVED] Accessible, but cannot ping

[SOLVED] Accessible, but cannot ping

Scheduled Pinned Locked Moved Hardware & Devices
helpquestion
19 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Luc Pattyn

    do you have TCP/IP enabled on those machines? :)

    Luc Pattyn [My Articles] Nil Volentibus Arduum

    C Offline
    C Offline
    CodingLover
    wrote on last edited by
    #3

    Of course. :)

    I appreciate your help all the time... CodingLover :)

    1 Reply Last reply
    0
    • C CodingLover

      Hi all, I have two XP machines and I want to connect from one to the other. I can access shared folders from one to the other. Also it's possible log in through RDP. But once I ping to the machine through the IP it ends with request time out. Any workaround to fix it? Thanks.

      I appreciate your help all the time... CodingLover :)

      C Offline
      C Offline
      Chris C B
      wrote on last edited by
      #4

      Check your firewall settings. I don't know what firewall you are using but if it is the XP standard firewall, and it is turned on, then you will need to set the appropriate exceptions, or ping will not respond.

      C 1 Reply Last reply
      0
      • C Chris C B

        Check your firewall settings. I don't know what firewall you are using but if it is the XP standard firewall, and it is turned on, then you will need to set the appropriate exceptions, or ping will not respond.

        C Offline
        C Offline
        CodingLover
        wrote on last edited by
        #5

        Yes Chris, I already did that too.

        I appreciate your help all the time... CodingLover :)

        C 1 Reply Last reply
        0
        • C CodingLover

          Yes Chris, I already did that too.

          I appreciate your help all the time... CodingLover :)

          C Offline
          C Offline
          Chris C B
          wrote on last edited by
          #6

          Have you tried with both firewalls turned off?

          C 1 Reply Last reply
          0
          • C CodingLover

            Hi all, I have two XP machines and I want to connect from one to the other. I can access shared folders from one to the other. Also it's possible log in through RDP. But once I ping to the machine through the IP it ends with request time out. Any workaround to fix it? Thanks.

            I appreciate your help all the time... CodingLover :)

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #7

            As ChrisB said, turn off the firewall.

            ============================== Nothing to say.

            C 1 Reply Last reply
            0
            • C CodingLover

              Hi all, I have two XP machines and I want to connect from one to the other. I can access shared folders from one to the other. Also it's possible log in through RDP. But once I ping to the machine through the IP it ends with request time out. Any workaround to fix it? Thanks.

              I appreciate your help all the time... CodingLover :)

              B Offline
              B Offline
              Bernhard Hiller
              wrote on last edited by
              #8

              There is another point: you must "Allow ICMP Echo Request", otherwise Windows won't send a reply back to sender. See e.g. http://wiki.phys.ethz.ch/readme/how_to_enable_icmp_echo_requests_ping_in_windows_xp_service_pack_2[^]

              C 1 Reply Last reply
              0
              • C Chris C B

                Have you tried with both firewalls turned off?

                C Offline
                C Offline
                CodingLover
                wrote on last edited by
                #9

                Yes it is. But nothing works.

                I appreciate your help all the time... CodingLover :)

                1 Reply Last reply
                0
                • B Bernhard Hiller

                  There is another point: you must "Allow ICMP Echo Request", otherwise Windows won't send a reply back to sender. See e.g. http://wiki.phys.ethz.ch/readme/how_to_enable_icmp_echo_requests_ping_in_windows_xp_service_pack_2[^]

                  C Offline
                  C Offline
                  CodingLover
                  wrote on last edited by
                  #10

                  Bernhard Hiller wrote:

                  you must "Allow ICMP Echo Request"

                  Did it too. But no luck.

                  I appreciate your help all the time... CodingLover :)

                  1 Reply Last reply
                  0
                  • C CodingLover

                    Hi all, I have two XP machines and I want to connect from one to the other. I can access shared folders from one to the other. Also it's possible log in through RDP. But once I ping to the machine through the IP it ends with request time out. Any workaround to fix it? Thanks.

                    I appreciate your help all the time... CodingLover :)

                    C Offline
                    C Offline
                    Chris C B
                    wrote on last edited by
                    #11

                    As all the suggestions you have received have drawn a blank, you will have to look deeper. The only remaining possibilty that I can see is that the file shares and RDP are using the machine name, and you have DHCP enabled in the router (you are using one, aren't you?), and the IP has changed from what you thought it was on a new lease. Otherwise, the whole thing is starting to look rather weird.

                    C 1 Reply Last reply
                    0
                    • C CodingLover

                      Hi all, I have two XP machines and I want to connect from one to the other. I can access shared folders from one to the other. Also it's possible log in through RDP. But once I ping to the machine through the IP it ends with request time out. Any workaround to fix it? Thanks.

                      I appreciate your help all the time... CodingLover :)

                      L Offline
                      L Offline
                      Lost User
                      wrote on last edited by
                      #12

                      Next you can try a dns cache fluch on both machines (ipconfig /flushdns). If you are pinging by machine name then you can get issues. Next you want to look at the subnets the machines are on, and if they have routing between them set up correctly (I assume you can since other file and printer sharing seems to be working, but it is worth checking anyway).

                      ============================== Nothing to say.

                      1 Reply Last reply
                      0
                      • C CodingLover

                        Hi all, I have two XP machines and I want to connect from one to the other. I can access shared folders from one to the other. Also it's possible log in through RDP. But once I ping to the machine through the IP it ends with request time out. Any workaround to fix it? Thanks.

                        I appreciate your help all the time... CodingLover :)

                        J Offline
                        J Offline
                        jschell
                        wrote on last edited by
                        #13

                        You obviously have physical connectivity between the two boxes. So exactly how is that physical connectivity achieved? And why do you care if you can ping? It isn't all that useful.

                        C 1 Reply Last reply
                        0
                        • L Lost User

                          As ChrisB said, turn off the firewall.

                          ============================== Nothing to say.

                          C Offline
                          C Offline
                          CodingLover
                          wrote on last edited by
                          #14

                          I have already did that. But no luck.

                          I appreciate your help all the time... CodingLover :)

                          1 Reply Last reply
                          0
                          • J jschell

                            You obviously have physical connectivity between the two boxes. So exactly how is that physical connectivity achieved? And why do you care if you can ping? It isn't all that useful.

                            C Offline
                            C Offline
                            CodingLover
                            wrote on last edited by
                            #15

                            Simply connect them through a router. I am worried, because it is quite unusual. I can RDP and access shared folders but cannot ping. It's interest to me to know that. :)

                            I appreciate your help all the time... CodingLover :)

                            1 Reply Last reply
                            0
                            • C Chris C B

                              As all the suggestions you have received have drawn a blank, you will have to look deeper. The only remaining possibilty that I can see is that the file shares and RDP are using the machine name, and you have DHCP enabled in the router (you are using one, aren't you?), and the IP has changed from what you thought it was on a new lease. Otherwise, the whole thing is starting to look rather weird.

                              C Offline
                              C Offline
                              CodingLover
                              wrote on last edited by
                              #16

                              I can access the file share and RDP using IP as well as the machine name. But cannot ping in either way. Earlier DHCP is disabled with my router, enable and tried the same. Still it's not working Chris. Wired!

                              I appreciate your help all the time... CodingLover :)

                              1 Reply Last reply
                              0
                              • C CodingLover

                                Hi all, I have two XP machines and I want to connect from one to the other. I can access shared folders from one to the other. Also it's possible log in through RDP. But once I ping to the machine through the IP it ends with request time out. Any workaround to fix it? Thanks.

                                I appreciate your help all the time... CodingLover :)

                                L Offline
                                L Offline
                                Luc Pattyn
                                wrote on last edited by
                                #17

                                FWIW: I just had an issue with ping failing between two machines of which one had not only TCP/IPv4 but also v6 enabled on the network adapter I was using; disabling that solved it for me. :)

                                Luc Pattyn [My Articles] Nil Volentibus Arduum

                                C 1 Reply Last reply
                                0
                                • L Luc Pattyn

                                  FWIW: I just had an issue with ping failing between two machines of which one had not only TCP/IPv4 but also v6 enabled on the network adapter I was using; disabling that solved it for me. :)

                                  Luc Pattyn [My Articles] Nil Volentibus Arduum

                                  C Offline
                                  C Offline
                                  CodingLover
                                  wrote on last edited by
                                  #18

                                  Finally! That solve my problem too. I have enabled v6 a long time back, and haven't thought of it at this incidence. Thanks for pointing me Luc

                                  I appreciate your help all the time... CodingLover :)

                                  L 1 Reply Last reply
                                  0
                                  • C CodingLover

                                    Finally! That solve my problem too. I have enabled v6 a long time back, and haven't thought of it at this incidence. Thanks for pointing me Luc

                                    I appreciate your help all the time... CodingLover :)

                                    L Offline
                                    L Offline
                                    Luc Pattyn
                                    wrote on last edited by
                                    #19

                                    You're welcome. :)

                                    Luc Pattyn [My Articles] Nil Volentibus Arduum iSad

                                    1 Reply Last reply
                                    0
                                    Reply
                                    • Reply as topic
                                    Log in to reply
                                    • Oldest to Newest
                                    • Newest to Oldest
                                    • Most Votes


                                    • Login

                                    • Don't have an account? Register

                                    • Login or register to search.
                                    • First post
                                      Last post
                                    0
                                    • Categories
                                    • Recent
                                    • Tags
                                    • Popular
                                    • World
                                    • Users
                                    • Groups