Announcement

Collapse
No announcement yet.

bootup networking

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    bootup networking

    Hi,

    I'm having some problems with my init scripts. It seems that networking isn't initialized at boot. I have to manually run dhclient every time. I didn't mess with it, the installer simply failed to configure this.
    Which init-script is responsible for doing this and how do i activate it?
    Thanks in advance.

    #2
    Re: bootup networking

    Hi,

    Usually the script which is starting network (including dhclient) is the following :
    /etc/init.d/networking

    Anyway, usually after boot, dhclient is still running, you can check logs before to do a dhclient on the interface, in the file /var/log/daemon.log

    Hope it helps.

    Comment

    Working...
    X