problems with networking on boot

From: Lou Losee (llosee_at_hvc.rr.com)
Date: 12/09/03

  • Next message: Arnt Karlsen: "Re: Info Problem"
    Date: Tue, 9 Dec 2003 14:02:49 -0500
    To: Debian User List <debian-user@lists.debian.org>
    
    

    I am having problems getting networking to start up on boot. I can get
    it running manually, but it seems like there is an interface problem
    between ifup/down and ifconfig.

    I am running net-tools (ifconfig) 1.60.8 and ifupdown 0.6.4-4.6 but have
    also tried this with net-tools 1.60.4 and ifupdown 0.5.4-4

    After bootingthe system, there are no network interfaces setup. If I
    manually run ifup -av I get the following output:

    Configuring interface lo=lo (inet)
    run-parts /etc/network/if-pre-up.d
    ifconfig lo 127.0.0.1 up
    ifconfig: only one address allowed for interface `lo'
    Usage: ifconfig [OPTION]... [SYSTEM OPTION]...
    Try `ifconfig --help' for more information.
    Configuring interface eth0=eth0 (inet)
    run-parts /etc/network/if-pre-up.d
    pump -i eth0
    run-parts /etc/network/if-up.d

    However networking comes up fine if I issue the commands:
    ifconfig lo up 127.0.0.1
    pump -i eth0

    Similarly, if I try ifdown -av I get:

    Configuring interface lo=lo (inet)
    run-parts /etc/network/if-down.d
    ifconfig lo down
    ifconfig: can not resolve `down': Unknown host
    Configuring interface eth0=eth0 (inet)
    run-parts /etc/network/if-down.d
    pump -i eth0 -k
    ifconfig eth0 down
    ifconfig: can not resolve `down': Host name lookup failure

    With regards to the boot sequence, in /etc/rcS.d I have:

    lrwxrwxrwx 1 root root 18 Dec 8 07:31 /etc/rcS.d/S40ifupdown -> ../init.d/ifupdown
    lrwxrwxrwx 1 root root 20 Dec 8 07:31 /etc/rcS.d/S40networking -> ../init.d/networking

    I tried searching bugs and the changelogs for ifconfig and ifupdown and
    the forum archives but didn't see anything relavent.

    Anyone have any ideas where/what to look at next.

    TIA,
    Lou

    -- 
    To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Arnt Karlsen: "Re: Info Problem"

    Relevant Pages

    • Re: NIC Having Multiple IP Addresses?
      ... # ifconfig eth0 down ... Ifconfig does not interrupt ... learned that the interface was accepting traffic. ... You can check the physical link status with a tool such as "mii-tool". ...
      (comp.os.linux.networking)
    • Re: NIC Having Multiple IP Addresses?
      ... #ifconfig eth0 down ... gives details of lo interface. ... shows eth0 and lo ... a sniffer to watch the traffice flow from that IP? ...
      (comp.os.linux.networking)
    • Difficult networking problem
      ... mbit ethernet nics (eth0 and eth1). ... I can ping each interface but only one ... ifconfig eth0 down && ifconfig eth1 up ...
      (comp.os.linux.setup)
    • [Summary] ifconfig & adding an IP to a live system
      ... Consensus was ifconfig on live system should work. ... interface. ... like before/after each command. ... I have a critical server that I need to add an IP to. ...
      (SunManagers)
    • Re: ubuntu edgy dhclient problem
      ... Denis McMahon wrote: ... to me like it's buggy) and use static networking information ... iface eth0 inet dhcp ... I am assuming that eth0 is the relevant network interface. ...
      (uk.comp.os.linux)