Skip to content

dhcp not working on startup #15

@needlestack

Description

@needlestack

The udhcp server does not keep running after startup:

pi@rachel:~ $ service udhcpd status
  ● udhcpd.service - LSB: Start busybox udhcpd at boot time
    Loaded: loaded (/etc/init.d/udhcpd)
    Active: active (exited) since Wed 2016-03-09 19:30:03 UTC; 21h ago
    Process: 365 ExecStart=/etc/init.d/udhcpd start (code=exited, status=0/SUCCESS)

It should be "active (running)". The result is that clients connecting to the wifi hang forever waiting for an IP address. You can fix it with the following:

pi@rachel:~ $ sudo service udhcpd stop
pi@rachel:~ $ sudo service udhcpd start

Which will get it running again, but the same problem will appear on reboot.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions