I need some help on my project with Rpi.
- The RPi should create wifi network
- This network is not connected to the internet
- This network should redirect the users to a local nodejs website
- All of this need to be launched on reboot
For 1 & 2. I have found This tutorial but as I reboot
- It create the wifi hotspot (good)
- I lose ethernet connection for ssh access (bad) to the pi
- AND if i try to connect with my Android phone, the IP configuration failed. (bad++)
For 3. i have seen this about iptables.
For 4. "sudo update-rc.d node path/to/index.js" should do the trick, I think.
For your understanding, I use :
- Raspberry Pi 3B
- RASPBIAN STRETCH LITE Version: March 2018, Release date:2018-03-13, Kernel version:4.9
Can you help me to configure this hotspot ?