- This topic has 11 replies, 2 voices, and was last updated 4 years, 5 months ago by Diego Pérez.
- AuthorPosts
- June 19, 2020 at 7:36 pm #40365ZayedParticipant
the client device can’t connect to the fake access point . (USING IPHONE )
June 20, 2020 at 4:33 am #40401Diego PérezModeratorHi Zayed!
Which method are you using? Or which lecture are you on?have you tried with some other devices?
Let me know.
DiegoJune 20, 2020 at 10:42 am #40414ZayedParticipantUsing dnsmasq & hostapd (lecture 4.9 ) , and yes I tried another device and it’s same .
June 21, 2020 at 4:35 am #40470Diego PérezModeratorHi!
Which was the other device?
Can you share the contents of the config files?
Let me know.
DiegoJune 21, 2020 at 12:25 pm #40483ZayedParticipant1 – 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 .
June 22, 2020 at 6:30 am #40517Diego PérezModeratorHi!
Ok, your settings looks ok.
Can you tell me the exact model of your wireless adapter?(brand and model)
Thanks!
DiegoJune 22, 2020 at 9:06 am #40523ZayedParticipantalfa model (AWUS036H)
June 23, 2020 at 4:32 am #40584Diego PérezModeratorHi!
I think the problem is related to your adapter, it has a chipset that is not working fine with linux anymore.Can you share a screenshot of the result you get after running dnsmasq?
Let me know.
DiegoJune 23, 2020 at 4:54 pm #40621ZayedParticipantsorry I don’t get it. Do you mean
ifconfig
, or what ?June 24, 2020 at 4:35 am #40645Diego PérezModeratorHi!
No, I mean dnsmasq, to see if you are getting any error. Also the result of running hostapd.Let me know.
DiegoJune 27, 2020 at 3:00 pm #40850ZayedParticipantI can’t run dnsmasq now I don’t know why :
dnsmasq: junk found in command line
June 28, 2020 at 4:05 am #40890Diego PérezModeratorHi Zayed!
Can you share a screenshot of the command used and the result please?Thanks!
Diego - AuthorPosts
- You must be logged in to reply to this topic.