Search:

Type: Posts; User: chili555; Keyword(s):

Search: Search took 0.28 seconds.

  1. Replies
    9
    Views
    6,367

    [SOLVED] Re: No Internet When Using Static IP

    This is an issue in 12.04 and following because of dnsmasq. Here is a good discussion of it. http://www.stgraber.org/2012/02/24/dns-in-ubuntu-12-04/
  2. Replies
    9
    Views
    6,367

    [SOLVED] Re: No Internet When Using Static IP

    Please try this:
    auto lo
    iface lo inet loopback

    auto eth0
    iface eth0 inet static
    address 192.168.0.205
    netmask 255.255.255.0
    gateway 192.168.0.1
    dns-nameservers 8.8.8.8 192.168.0.1Get the...
Results 1 to 2 of 2