I want to use my RaspBerryPi 3B+ with dietpi on it as a local server and a wifi access point, WAN-connected to an LTE router.
I successfully activated the wifi hotspot.
Now, two problems arise:
- when at boot time the network wasn’t available, and later comes on, dietpi stays offline. How can I make the WAN network available automatically as soon as it comes up? Plus as a bonus: get the NTP time as soon as WAN comes up?
- when at boot time the networks isn’t available, the boot takes about one minute longer. The boot messages say
Job ifup@eth0.service/start running (##s / 5 min 2s)
. But it doesn’t take 5min 2s, it takes about 1 minute (which is bothering enough). Can it be configured to a much shorter timeout, like 5 seconds? I already tried what Jolinar wrote here, but I have no/DietPi/dietpi.txt
. I put it in/boot/dietpi.txt
, but that doesn’t make a difference. Also, indietpi-config
underAdvanced Options
I haveTime sync mode : [Custom]
and underNetwork Options: Misc
, I haveBoot wait for network : [Off]
. So why is the boot process waiting forifup@eth0.service/start
anyway, aren’t these settings suppose to eliminate any waiting?