Results 1 to 10 of 13

Thread: Can't ping IPs or domains in Ubuntu Server 12.04

Threaded View

  1. #1
    Join Date
    Oct 2009
    Beans
    28

    Can't ping IPs or domains in Ubuntu Server 12.04

    On server...
    ping 127.0.0.1 works
    ping 192.168.1.104 (server's static IP address) works
    ping google.com does not work (unknown host google.com)
    ping 8.8.8.8 does not work (destination host unreachable)
    ping 192.168.1.147 (local network machine's IP address) does not work (destination host unreachable)
    ping 192.168.1.1 (router) does not work (destination host unreachable)

    On local network machine...
    ping 192.168.1.104 works

    /etc/network/interfaces

    auto lo
    iface lo inet loopback

    auto eth0
    iface eth0 inet static
    address 192.168.1.104
    netmask 255.255.255.0
    network 192.168.1.0
    broadcast 192.168.1.255
    gateway 192.168.1.1

    /etc/resolv.conf

    nameserver 192.168.1.1

    Any idea what's going on here?
    Last edited by TBBucs; January 9th, 2013 at 07:37 AM. Reason: Added info about pinging router

Tags for this Thread

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
  •