Hi, I'm absolutely desperate for a solution for this. Im making my Pi into a Tor router using the tutorial on adafruit. Ive managed to get the wireless access point set up but i have to load the isc-dchp-server file manually after boot. This is no good as i want everything to work automatically. I think the problem stems from the file attempting to boot before the wlan interface is set up or something. Ive already used this command to run the file at startup;
sudo update-rc.d isc-dhcp-server enable
Is there anything i can add to that command to possibly delay running the fill for a few minutes?
Any help is appreciated and i can provide more info if needed.