Difference between revisions of "Bering-uClibc 4.x - User Guide - Advanced Topics - Setting Up a Wireless Access Point"

From bering-uClibc
Jump to: navigation, search
(Created page with '==Setting up a wireless access point with WPA== ===Objectives=== We assume here that you want to create a wireless access point secured by WPA/WPA2. Instructions for using WEP w…')
 
(Setting up a wireless access point with WPA)
Line 1: Line 1:
==Setting up a wireless access point with WPA==
+
==Setting up a wireless access point with WPA/WPA2==
  
 
===Objectives===
 
===Objectives===
Line 41: Line 41:
  
 
Copy those files to /lib/modules/ on your Bering-uClibc installation and
 
Copy those files to /lib/modules/ on your Bering-uClibc installation and
add the following to your /etc/modules file:<br>
+
add the following to your ''/etc/modules'' file:<br>
 
arc4<br>
 
arc4<br>
 
ecb<br>
 
ecb<br>
Line 52: Line 52:
  
 
At this point, it's probably a good idea to save both the configuration and
 
At this point, it's probably a good idea to save both the configuration and
the modules (from the lrcfg menu). And reboot your router. During the
+
the modules (from the ''lrcfg'' menu). And reboot your router. During the
 
reboot (or afterwards, looking at the output of dmesg) you should see
 
reboot (or afterwards, looking at the output of dmesg) you should see
 
something like:<br>
 
something like:<br>
Line 69: Line 69:
  
 
===Configuration===
 
===Configuration===
Declaring the interface in /etc/network/interfaces
+
====Declaring the interface in ''/etc/network/interfaces''====
Setup in /etc/network/interfaces is minimal, since all of the wlan specific
+
Setup in ''/etc/network/interfaces'' is minimal, since all of the wlan specific
 
settings will be done in the hostapd configuration. You will only need to
 
settings will be done in the hostapd configuration. You will only need to
 
declare the proper interface and IP address (since these instructions are
 
declare the proper interface and IP address (since these instructions are
 
for creating an access point, a static IP is assumed).
 
for creating an access point, a static IP is assumed).
Add the following to /etc/network/interfaces  
+
Add the following to ''/etc/network/interfaces''
  
 
     auto wlan0
 
     auto wlan0
Line 87: Line 87:
  
 
====Configuring hostapd====
 
====Configuring hostapd====
First of all, open /etc/default/hostapd and uncomment the line<br>
+
First of all, open ''/etc/default/hostapd'' and uncomment the line<br>
 
<nowiki>#</nowiki> RUN_DAEMON='yes'<br>
 
<nowiki>#</nowiki> RUN_DAEMON='yes'<br>
 
If you forget to do that, hostapd will not start.
 
If you forget to do that, hostapd will not start.
Line 122: Line 122:
 
Add<br>
 
Add<br>
 
wlan  wlan0          detect          dhcp<br>
 
wlan  wlan0          detect          dhcp<br>
to /etc/shorewall/interfaces<br>
+
to ''/etc/shorewall/interfaces''<br>
 
add <br>
 
add <br>
 
wlan  ipv4<br>
 
wlan  ipv4<br>
to /etc/shorewall/zones<br>
+
to ''/etc/shorewall/zones''<br>.
update /etc/shorewall/policy and/or /etc/shorewall/rules and/or
+
Update ''/etc/shorewall/policy'' and/or ''/etc/shorewall/rules'' and/or
/etc/shorewall/masq to allow traffic to/from wireless network
+
''/etc/shorewall/masq'' to allow traffic to/from wireless network
  
 
====Configuring dnsmasq====
 
====Configuring dnsmasq====
 
Add<br>
 
Add<br>
 
interface=wlan0<br>
 
interface=wlan0<br>
to /etc/dnsmasq.conf (unless you have dnsmasq listening on all devices
+
to ''/etc/dnsmasq.conf'' (unless you have dnsmasq listening on all devices
 
anyway).
 
anyway).
Add an address range to serve by DHCP to /etc/dnsmasq.conf, something like <br>
+
Add an address range to serve by DHCP to ''/etc/dnsmasq.conf'', something like <br>
 
dhcp-range=192.168.253.2,192.168.253.19,12h<br>
 
dhcp-range=192.168.253.2,192.168.253.19,12h<br>
  
Line 143: Line 143:
  
 
===Handling of preshared keys===
 
===Handling of preshared keys===
The WPA key you generated above and put into /etc/hostapd/hostapd.conf
+
The WPA key you generated above and put into ''/etc/hostapd/hostapd.conf''
 
needs to be entered on each client that connects to the AP - so you might
 
needs to be entered on each client that connects to the AP - so you might
 
want to put it onto a USB stick or something like that.
 
want to put it onto a USB stick or something like that.
 
But since that key is the only thing that is keeping others from logging
 
But since that key is the only thing that is keeping others from logging
 
onto your net, you should still keep it in a safe place
 
onto your net, you should still keep it in a safe place

Revision as of 18:04, 31 October 2010

Setting up a wireless access point with WPA/WPA2

Objectives

We assume here that you want to create a wireless access point secured by WPA/WPA2. Instructions for using WEP will not be given.

For now, this only includes instructions for pci-cards supported by the hostap and kernel drivers (I use an Atheros WLAN NIC, supported by the ath5k driver). Feedback is welcome about what it takes to make other cards (other chipsets as well as PC-Card and USB models) to work.

Declare the packages

To build a wireless access point one needs the hostapd package hostapd.lrp and its dependencies libssl.lrp, libcrpto.lrp, libnl and libm.lrp.

The packages have to reside on your storage media and added to leaf.cfg.

FIX THIS# Check the Bering-uClibc Installation Guide to learn how to do that.

Declare the required modules

In order to build a wireless access point, you will first have to get the hardware to work, which means adding the proper modules and loading them in the right order, and then adding the configuration for hostapd.

Setup for cards supported by the ath5k driver

Adding the required modules

For setting up an AP with a pci card supported by the ath5k driver, you will need the following modules from the modules tarball available from the the bering-uclibc download area or:
2.6.35.7/kernel/crypto/arc4.ko
2.6.35.7/kernel/crypto/ecb.ko
2.6.35.7/kernel/net/mac80211/mac80211.ko
2.6.35.7/kernel/net/wireless/cfg80211.ko
2.6.35.7/kernel/net/rfkill/rfkill.ko
2.6.35.7/kernel/drivers/leds/led-class.ko
2.6.35.7/kernel/drivers/net/wireless/ath/ath.ko
2.6.35.7/kernel/drivers/net/wireless/ath/ath5k/ath5k.ko

Copy those files to /lib/modules/ on your Bering-uClibc installation and add the following to your /etc/modules file:
arc4
ecb
mac80211
cfg80211
rfkill
led-class
ath
ath5k

At this point, it's probably a good idea to save both the configuration and the modules (from the lrcfg menu). And reboot your router. During the reboot (or afterwards, looking at the output of dmesg) you should see something like:
cfg80211: Calling CRDA to update world regulatory domain
ath5k 0000:00:0c.0: registered as 'phy0'
ath: EEPROM regdomain: 0x0
ath: EEPROM indicates default country code should be used
ath: doing EEPROM country->regdmn map search
ath: country maps to regdmn code: 0x3a
ath: Country alpha2 being used: US
ath: Regpair used: 0x3a
phy0: Selected rate control algorithm 'minstrel'
ath5k phy0: Atheros AR2413 chip found (MAC: 0x78, PHY: 0x45)
cfg80211: Calling CRDA for country: US


Configuration

Declaring the interface in /etc/network/interfaces

Setup in /etc/network/interfaces is minimal, since all of the wlan specific settings will be done in the hostapd configuration. You will only need to declare the proper interface and IP address (since these instructions are for creating an access point, a static IP is assumed). Add the following to /etc/network/interfaces

   auto wlan0
    iface wlan0 inet static 
    address 192.168.11.254
    netmask 255.255.255.0
    broadcast 192.168.11.255
    wireless-channel 6

Replace the IP address and netmask with whatever you prefer, if you want to use a different net.

Configuring hostapd

First of all, open /etc/default/hostapd and uncomment the line
# RUN_DAEMON='yes'
If you forget to do that, hostapd will not start. Next, open /etc/hostapd/hostapd.conf and enter the following information:
interface=wlan0
driver=nl80211
logger_syslog=-1
logger_syslog_level=1
logger_stdout=-1
logger_stdout_level=2
debug=0
ctrl_interface=/var/run/hostapd
hw_mode=g
channel 6 #(should be the same as in /etc/network/interfaces)
macaddr_acl=0
auth_algs=3
ignore_broadcast_ssid=0
wme_enabled=0
wpa=3
wpa_psk=your_strong_preshared_key
wpa_key_mgmt=WPA-PSK
wpa_pairwise=TKIP CCMP
eap_server=0
eapol_key_index_workaround=0

The comments in that config file are actually very helpful, so you'll want to change the individual settings, rather than replacing the file with the content above. See this site for a nice tool to generate strong preshared keys. Use the string from the first box labeled "64 random hexadecimal characters (0-9 and A-F):" for wpa_psk

Configuring shorewall

Add
wlan wlan0 detect dhcp
to /etc/shorewall/interfaces
add
wlan ipv4
to /etc/shorewall/zones
. Update /etc/shorewall/policy and/or /etc/shorewall/rules and/or /etc/shorewall/masq to allow traffic to/from wireless network

Configuring dnsmasq

Add
interface=wlan0
to /etc/dnsmasq.conf (unless you have dnsmasq listening on all devices anyway). Add an address range to serve by DHCP to /etc/dnsmasq.conf, something like
dhcp-range=192.168.253.2,192.168.253.19,12h

Finishing up

Save the configuration and reboot - you should now have a working access point


Handling of preshared keys

The WPA key you generated above and put into /etc/hostapd/hostapd.conf needs to be entered on each client that connects to the AP - so you might want to put it onto a USB stick or something like that. But since that key is the only thing that is keeping others from logging onto your net, you should still keep it in a safe place