I have
But then boot ends, and I am at the shell prompt, and
So the question, is there a way to start dhcpd later, when wlan0 is up and working already?
(I have Internet from wired interface, and hostapd is used to make local WiFi network via wlan0 interface.)
Or may be it is some other error?
dhcpd_enable="YES" in rc.conf for wlan0 interface dhcpd_ifaces="wlan0", but it occurs that wlan0 didn't happen to be on time in a boot process. So, during boot process I get this error:
Code:
No subnet declaration for wlan0 (no IPv4 addresses)
...
Not configured to listen on any interfaces!
service isc-dhcpd start works flawlessly.So the question, is there a way to start dhcpd later, when wlan0 is up and working already?
(I have Internet from wired interface, and hostapd is used to make local WiFi network via wlan0 interface.)
Or may be it is some other error?