I followed the exact steps of the official tutorial:https://www.raspberrypi.org/documentati ... s-point.md.
So my config on both services is:
Hostapd.conf:
Code: Select all
interface=wlan0
driver=nl80211
ssid=PiNetwork
hw_mode=g
channel=6
ieee80211n=1
wmm_enabled=0
macaddr_acl=0
auth_algs=1
ignore_broadcast_ssid=0
wpa=2
wpa_passphrase=Password
wpa_key_mgmt=WPA-PSK
wpa_pairwise-TKIP
rns_pairwise=CCMP
Code: Select all
interface=wlan0
dhcp-range=192.168.4.2,192.168.4.20,255.255.255.0,24h
When trying to connect and using sudo Service Dnsmasq status, it gives the:
Code: Select all
no address range available for DHCP request via wlan0
I hope anyone can help me with this problem.