Ubuntu server 11.04 network problem

Discussion in 'Installation/Configuration' started by ifume, May 10, 2011.

  1. ifume

    ifume New Member

    Hi,

    I was following this guide: http://www.howtoforge.com/perfect-server-ubuntu-11.04-ispconfig-3-p3

    and was about to run the apt-get update command but it only says: Err http://dk.archive.ubuntu.com natty InRelease and I then tried to ping google.com but there is no connection.

    Then i found this post: http://www.howtoforge.com/forums/showthread.php?t=18288&highlight=perfect+server+ubuntu+internet and followed the instructions of setting the interface file and resolv.conf file but I still don't have internet access..

    the interface I'm using is eth0

    and my interfaces file looks like this
    Code:
    auto lo
    iface lo inet loopback
    
    auto eth0
    iface eth0 inet static
    address 192.168.1.130
    netmask 255.255.255.0
    network 192.168.1.0
    broadcast 192.168.1.255
    gateway 192.168.1.1
    
    resolv.conf
    Code:
    search server1.hmmediaserv.dk
    nameserver 192.168.1.1
    
    Ethernet controlller: Broadcom Corp. NetXtreme BCM5754 GB. Eth. PCI Express

    Please tell me how to fix this I've been googling like crazy all day :S

    Thanks!
     
  2. ifume

    ifume New Member

Share This Page