Re: 2 NIC's, assigned in wrong order

From: Laurence J. Lane (ljlane_at_nontoxic.org)
Date: 12/29/03

  • Next message: Monique Y. Herman: "Re: Slightly failed Hard-Disk-Upgrade"
    Date: Mon, 29 Dec 2003 13:49:10 -0500
    To: debian-user@lists.debian.org
    
    

    On Sun, Dec 28, 2003 at 07:22:04PM -0700, Dean Allen Provins wrote:

    [ parts omitted ]

    > That seemed like such a good suggestion. I created scripts to assign
    > the desired names to the desired MAC addresses and placed them in
    > /etc/network/if-pre-up.d/, and then added invocation in the interfaces
    > file, but I keep getting the messages (in syslog):

    [ ... ]

    > iface eth0 inet static
    > pre-up /etc/network/if-pre-up.d/eth0.sh

    As an aside, /etc/network/*.d/ directories are the places to put
    scripts that are run automatically, run-parts(8) style. Scripts
    run from /etc/network/interfaces should be placed elsewhere.

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

  • Next message: Monique Y. Herman: "Re: Slightly failed Hard-Disk-Upgrade"

    Relevant Pages

    • Re: 2 NICs, assigned in wrong order
      ... > the desired names to the desired MAC addresses and placed them in ... # nameif eth0 ... # nameif eth1 <HWADDR1> ... in both the scripts, _before_ the real naming. ...
      (Debian-User)
    • Re: 2 NICs, assigned in wrong order
      ... That seemed like such a good suggestion. ... I created scripts to assign ... the desired names to the desired MAC addresses and placed them in ... Dean Provins ...
      (Debian-User)