Results 1 to 4 of 4

Thread: pinging problem

  1. #1
    Join Date
    Jan 2011
    Beans
    2

    pinging problem

    I am not able to ping in to my ubuntu box from a defferent network

    but i can ping the default gateway of that ubuntu box (it is a cisco router)

    is it a icmp problem??

  2. #2
    Join Date
    Feb 2010
    Beans
    69
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: pinging problem

    Yeah, it could be.. If I were you I would try to see if the default route is set properly by using:
    Code:
    route -n
    Oh and make sure that your iptables arent blocking anything (but by default it should be off without any firewall)
    If all is well then I would probably try to look for the problem in cisco router
    Code:
    show runconfig
    -> that will give you more info than you need... you gotta go through it and see for yourself

  3. #3
    Join Date
    Jan 2011
    Beans
    2

    Re: pinging problem

    Thank you

  4. #4
    Join Date
    Jan 2006
    Location
    Not heaven... Iowa
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: pinging problem

    I'm a bit curious if the Ubuntu box has a "private" IP address. (192.168.X.X, 10.X.X.X, 172...). The router might not (hopefully) let an external address ping into your network.
    (eg. you can ping my router's external address, but even if you know this machine has 192.168.1.13, you can't ping it from outside my network)
    Last edited by Iowan; January 20th, 2011 at 02:00 AM.
    Linux User #415691 Ubuntu User #8629
    Iowa Team (LoCo): [Wiki] [Launchpad]
    IRC channel: #ubuntu-us-ia on irc.freenode.net

Bookmarks

Posting Permissions

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