public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Grant <emailgrant@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Assigning an IP in AP mode
Date: Sat, 13 Aug 2011 20:41:07 -0700	[thread overview]
Message-ID: <CAN0CFw247-VebVJb6cFJkJ+ssKAaUUcrCoHDyBgfP3CejNoVYg@mail.gmail.com> (raw)
In-Reply-To: <CAC=wYCGXYwshbYbneHh-aZm5j5Z9X4Ux+LJ5tFCHOPQ_aQC1nA@mail.gmail.com>

>> Does anyone know how to assign an IP address to a wireless interface
>> in AP mode?  It can't be specified in /etc/conf.d/net because
>> /etc/init.d/net.wlan0 is not executed since hostapd handles the whole
>> thing.  'ifconfig wlan0 192.168.0.1' works but I know I've done it
>> before without issuing that command each time I reboot, I just can't
>> remember how.
>
> In /etc/conf.d/net as usual, just disable iwconfig and wpa_supplicant
> in modules_wlan0

I've added 'INTERFACES=wlan0' to /etc/conf.d/hostapd, created the
/etc/init.d/net.wlan0 link, and added the following to
/etc/conf.d/net:

modules_wlan0=( "!iwconfig" "!wpa_supplicant" )
config_wlan0="192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255"

When I start hostapd it tries to start net.wlan0 but I get "WARNING:
net.wlan0 has started, but is inactive" and hostapd won't start.  If I
don't add the INTERFACES line and start hostapd and then net.wlan0,
hostapd starts but has no IP address and net.wlan0 gives me the same
"inactive" error.

I know I've had this working several times before but I always have a
hard time remembering how I did it.  I've definitely never disabled
iwconfig and wpa_supplicant before.

- Grant



  parent reply	other threads:[~2011-08-14  3:42 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-12  2:11 [gentoo-user] Assigning an IP in AP mode Grant
2011-08-12  4:29 ` Adam Carter
2011-08-13 15:43   ` [gentoo-user] " James
2011-08-14  3:42     ` Grant
2011-08-14  3:41   ` Grant [this message]
2011-08-15  1:45     ` [gentoo-user] " Adam Carter
2011-08-15  3:38       ` Grant
2011-08-15  3:55         ` Adam Carter
2011-08-15 23:36           ` Grant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAN0CFw247-VebVJb6cFJkJ+ssKAaUUcrCoHDyBgfP3CejNoVYg@mail.gmail.com \
    --to=emailgrant@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox