Ping Problem in Redhat 9


Results 1 to 6 of 6

Thread: Ping Problem in Redhat 9

  1. #1
    Join Date
    Jun 2004
    Posts
    18

    Ping Problem in Redhat 9

    I have a redhat linux box networked with a windows xp box through a router. I can share internet access on both computers . When I ping from Linux to the windows box, the linux keeps sending packets after packets and it wont stop. This happens even when I ping the linux box. But if I ping from windows to linux this doesnt happen. The window box pings a few packets and gives me the info. Any idea what is causing this.

    Thanks

  2. #2
    Join Date
    Jan 2004
    Location
    boston, mass USA
    Posts
    1,878
    the basic design of the different OS'ss'ss. Each has a different ping program and therefor acts differently.

    try a man ping for other useful ping switches.

  3. #3
    Join Date
    Apr 2003
    Location
    Buenos Aires, Argentina
    Posts
    4,219
    ping -c <count> hostname/ip

    Example:

    ping -c 3 localhost
    djserz.com.ar
    "All the drugs in this world won't save you from yourself..."

  4. #4
    Join Date
    Jun 2004
    Posts
    18
    Originally posted by happybunny
    the basic design of the different OS'ss'ss. Each has a different ping program and therefor acts differently.

    try a man ping for other useful ping switches.
    That seems odd to me. Everyone always seems to have a problem pinging the other computer to get it to respond and not the problem that I am having.
    I thought that a configuration problem was the cause of my troubles.

    I'll run the man command and see what happens.

  5. #5
    Join Date
    Jan 2004
    Location
    boston, mass USA
    Posts
    1,878
    another option i like is -A this is an addaptive ping and each ping will get faster and faster as the responces go...

    -a includes a beep.

  6. #6
    Join Date
    Jun 2004
    Posts
    18
    I want to thank everyone who helped me out with this problem, I was able to get it to work.

    Thanks

Posting Permissions

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