June 21, 2020 at 12:25 pm
#40483
Zayed
Participant
1 – the other device was Pc with windows 10.
2 – the config file was the same Zaid files
hostapd.conf [
#Set wifi interface
interface=wlan0
#Set network name
ssid=royal wifi v2
#Set chennel
channel=1
#Set driver
driver=nl80211
]
dnsmasq.conf [
#Set the wifi interface
interface=wlan0
#Set the IP range that can be given to clients
dhcp-range=10.0.0.10,10.0.0.100,8h
#Set the gateway IP address
dhcp-option=3,10.0.0.1
#Set dns server address
dhcp-option=6,10.0.0.1
#Redirect all requests to 10.0.0.1
address=/#/10.0.0.1
]
also if I use fluxion v6 I faced the same problem .