I am sorry, I am little novice to networking stuff. Should I set it up something like this?
Basically, I changed LAN IP Address from 10.0.0.1 to 10.0.0.37 which is IP address of the Raspberry PI and update static IP in Raspberry with following steps.
sudo nano /etc/dhcpcd.conf
interface wlan0
static ip_address=10.0.0.37
Would it work?
