Find the answer to your Linux question:
Page 2 of 2 FirstFirst 1 2
Results 11 to 14 of 14
Originally Posted by coopstah13 Code: cat /etc/network/interfaces post results ---------------- #The loopback network interface auto lo iface lo inet loopback #The primary network interface allow-hotplug eth0 iface eth0 inet static ...
  1. #11
    Just Joined!
    Join Date
    Feb 2008
    Posts
    8
    Quote Originally Posted by coopstah13 View Post
    Code:
    cat /etc/network/interfaces
    post results
    ----------------
    #The loopback network interface
    auto lo
    iface lo inet loopback

    #The primary network interface
    allow-hotplug eth0
    iface eth0 inet static
    network 192.168.1.0
    broadcast 192.168.1.255
    dns-nameservers 192.168.1.1
    dns-search SRMC
    address 192.168.1.133
    netmask 255.255.255.0
    gateway 192.168.1.1

    auto eth0
    -----------------


    I currently have it configured as IP 192.168.1.133.

  2. #12
    Just Joined!
    Join Date
    Feb 2008
    Posts
    8
    Quote Originally Posted by FeestBijtje View Post
    Your distro is looking for "192.168.1.255" instead of "192.168.1.1" Please change that
    Where exactly do I change this?

    I tried editing the /etc/network/interfaces file directly and putting in 192.168.1.1 and it didn't seem to do a thing, even after I did an ifdown/ifup.

  3. #13
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    you don't need the network line or the auto eth0 line at the bottom, this network line can be problematic if you aren't routing for that network on your box. I have all static IP on my network at home, and all machines only specify address, netmask, gateway, dns-nameservers, dns-search and I have no problems, of course on my router machine I have specified the network option

  4. #14
    Just Joined!
    Join Date
    Feb 2008
    Posts
    8

    Unhappy

    Well, I think I'm done with my foray into Linux.

    I tried completely deleting the /etc/network/interfaces file and reconfiguring it through the GUI client, resulting in:

    iface eth0 inet static
    address 192.168.1.133
    netmask 255.255.255.255
    gateway 192.168.1.1
    auto eth0

    Still no go, can't ping a darn thing besides the localhost. I am at wits end. I have never in my life had this much trouble configuring a network connection, be it wired or wireless. Obviously this problem is beyond my experience and that of those who have offered help.

    I thank you all for your input, but I guess this just wasn't meant to be.

Page 2 of 2 FirstFirst 1 2

Posting Permissions

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