Find the answer to your Linux question:
Results 1 to 2 of 2
I dont want want a dhcp request sent out when i startup my computer. It just messes up my wireless. Ive always had to add my own script to sent ...
  1. #1
    Just Joined!
    Join Date
    Nov 2005
    Posts
    80

    PREVENT bootup dhcp?

    I dont want want a dhcp request sent out when i startup my computer. It just messes up my wireless.

    Ive always had to add my own script to sent out a request in the past but now it seems that this is done by default. Does anyone know what script is responsible for the automatic dhcp? And more importantly how do i stop it?

  2. #2
    Linux Engineer Zelmo's Avatar
    Join Date
    Jan 2006
    Location
    Riverton, UT, USA
    Posts
    1,001
    The script /etc/init.d/networking is responsible for bringing up all network interfaces marked 'auto' in the /etc/network/interfaces file. You can disable the networking service if you don't want any interfaces set up when you boot, and then run it manually later. Or probably the better option is to edit /etc/network/interfaces and comment out the 'auto' line that corresponds to the interface you don't want activated at boot time.
    Stand up and be counted as a Linux user!

Posting Permissions

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