Posts by jason666

    Hi guys,


    I would like to have a static ip on my ubuntu server. Tried severall things but with no success.
    If changed the following /etc/network/interfaces


    auto eth0
    iface eth0 inet static
    address 192.168.1.90
    netmask 255.255.255.0
    gateway 192.168.1.1


    If i restart the pc an i check with: ifconfig, i see the pc has ip 192.168.1.90 assigned, but internet is not working!!!!!


    When i have eth0 set to DHCP, internet is working 100%.


    What am i doing wrong....??