Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #40365
    Zayed
    Participant

    the client device can’t connect to the fake access point . (USING IPHONE )

    #40401
    Diego PérezDiego Pérez
    Moderator

    Hi Zayed!
    Which method are you using? Or which lecture are you on?

    have you tried with some other devices?

    Let me know.
    Diego

    #40414
    Zayed
    Participant

    Using dnsmasq & hostapd (lecture 4.9 ) , and yes I tried another device and it’s same .

    #40470
    Diego PérezDiego Pérez
    Moderator

    Hi!

    Which was the other device?

    Can you share the contents of the config files?

    Let me know.
    Diego

    #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 .

    #40517
    Diego PérezDiego Pérez
    Moderator

    Hi!

    Ok, your settings looks ok.

    Can you tell me the exact model of your wireless adapter?(brand and model)

    Thanks!
    Diego

    #40523
    Zayed
    Participant

    alfa model (AWUS036H)

    #40584
    Diego PérezDiego Pérez
    Moderator

    Hi!
    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.
    Diego

    #40621
    Zayed
    Participant

    sorry I don’t get it. Do you mean ifconfig, or what ?

    #40645
    Diego PérezDiego Pérez
    Moderator

    Hi!
    No, I mean dnsmasq, to see if you are getting any error. Also the result of running hostapd.

    Let me know.
    Diego

    #40850
    Zayed
    Participant

    I can’t run dnsmasq now I don’t know why :

    dnsmasq: junk found in command line

    #40890
    Diego PérezDiego Pérez
    Moderator

    Hi Zayed!
    Can you share a screenshot of the command used and the result please?

    Thanks!
    Diego

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.