Results 1 to 9 of 9

Thread: Soft AP (hostapd & dnsmasq)

Hybrid View

  1. #1
    Join Date
    Jul 2012
    Beans
    29

    Soft AP (hostapd & dnsmasq)

    I have a soft access point set up via hostapd and dnsmasq in my Ubuntu 10.04 gnome environment. The problem is that after I log in, the access point wireless device tries to connect to the nearest open wireless network. When this happens, it seems to break my dnsmasq, because when I attempt to connect to my soft AP with a wireless device, it won't assign a proper IP--it just gives a random IP.

    Is there a way to stop the wireless device that runs the soft AP from trying to auto-connect to open wireless networks after I log in?

    Thanks

  2. #2
    Join Date
    Jul 2012
    Beans
    29

    Re: Soft AP (hostapd & dnsmasq)

    Can anyone help me on this one?

  3. #3
    Join Date
    Jul 2012
    Beans
    29

    Re: Soft AP (hostapd & dnsmasq)

    Bump.

  4. #4
    Join Date
    Jul 2012
    Beans
    29

    Re: Soft AP (hostapd & dnsmasq)

    Bump! Please!

  5. #5
    Join Date
    Jul 2012
    Beans
    29

    Re: Soft AP (hostapd & dnsmasq)

    Bump?

  6. #6
    Join Date
    Jul 2012
    Beans
    29

    Re: Soft AP (hostapd & dnsmasq)

    Tried adding a couple of lines to /etc/rc.local that turns off the internal wireless card, then calls the software AP.

    Code:
    sudo ifdown wlan0
    sudo ap_ctl --start
    sudo ap_ctl --ics
    Still doing testing, but first run, it seemed to work.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •