I used
https://frillip.com/using-your-raspberr ... h-hostapd/ tutorial to turn my RPi3 into an access point. After all steps, wifi clients can find SSID and connect to it and all the services which are IP-based works perfect. For example, I can ping any IP. But the problems is that I can't ping any web domain and in browsers, no web page loads but I if I use IP, it loads page.
I found out that restarting DNSMASQ service solves the problem like this:
Code: Select all
sudo service dnsmasq stop
sudo service dnsmasq start
but when I restart RPi the problem comes back until I restart the service.
Here is my dnsmasq.conf
Code: Select all
interface=wlan0
bind-interfaces
server=8.8.8.8
domain-needed
bogus-priv
dhcp-range=172.24.1.50,172.24.1.150,12h