Miralinux Blog

  • Home
  • Linux
    • Scripts
    • CentOS
  • Apple
  • Microsoft
    • Features
    • Office
    • Windows
  • Learning
  • Games
  • Multimedia
    • XBMC
  • Other
    • About WordPress
  • Links
    • General
    • Software
      • Autocad
    • Hardware
      • BIOS
    • Linux
    • WiKieS

Posted on 2012/05/18 by arno Posted in Linux

source: http://blog.sudonetworks.com/2010/03/configuring-wpawpa2-on-linux-clients.html

Configuring WPA/WPA2 for WiFi access on Linux Clients

Configuring a Linux WiFi client is not always as easy as with Windows or MAC OS X. In this first post I will show you how to configure your Linux client to associate with an access point. For this example, I use Ubuntu version 8.x. This procedure may vary from one Linux variant to another. The SSID I want to connect to is APN and my WiFi interface is wlan1. Here are the steps for WPA/WPA2 PSK (commands are in boldface):

1. Generate your WPA/WPA2 passphrase

~# wpa_passphrase [APN]
# reading passphrase from stdin
[enter yoursecretkey]
network={
ssid="APN"
#psk="yoursecretkey"
psk=9ae7a5f631ecc688db8dcc6bbf317b4a551b39e9ee9c20effb5393e342bd954b
}

2. Copy your wpa_passphrase

output to /etc/wpa_supplicant/wpa_supplicant.conf from the above step, it starts with “Network={” and ends with a closing curly brace “}”.
You may want delete the comment “#psk=yoursecretkey”

~# wpa_passphrase [APN] > /etc/wpa_supplicant/wpa_supplicant.conf
[enter yoursecretkey]
~# vi /etc/wpa_supplicant/wpa_supplicant.conf

3. Enable your wireless interface

~# ifconfig wlan1 up

4. Scan for existing WLANs or SSIDs

~# iwlist wlan1 scanning | grep -i essid

ESSID:”BELL078″
ESSID:”APN”
ESSID:”2mix”

You now have a confirmation your target SSID APN is detected.

5. Configure your wireless interface for your specific SSID

~# iwconfig wlan1 essid APN

6. Start WPA/WPA2 authentication

~# wpa_supplicant -i wlan1 -c /etc/wpa_supplicant/wpa_supplicant.conf
ioctl[SIOCGIWSCAN]: Resource temporarily unavailable
CTRL-EVENT-SCAN-RESULTS
Trying to associate with 00:25:4b:0a:a3:f5 (SSID='APNSmallBang' freq=2437 MHz)
CTRL-EVENT-SCAN-RESULTS
Associated with 00:25:4b:0a:a3:f5
WPA: Key negotiation completed with 00:25:4b:0a:a3:f5 [PTK=CCMP GTK=CCMP]
CTRL-EVENT-CONNECTED - Connection to 00:25:4b:0a:a3:f5 completed (auth) [id=0 id_str=]

7. Assign IP address via DHCP

Open a new shell to type the following command:

~# dhclient wlan1
Internet Systems Consortium DHCP Client V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

Listening on LPF/wlan1/00:c0:ca:2f:94:0d
Sending on   LPF/wlan1/00:c0:ca:2f:94:0d
Sending on   Socket/fallback
DHCPDISCOVER on wlan1 to 255.255.255.255 port 67 interval 3
DHCPOFFER of 172.16.22.5 from 172.16.22.1
DHCPREQUEST of 172.16.22.5 on wlan1 to 255.255.255.255 port 67
DHCPACK of 172.16.22.5 from 172.16.22.1
bound to 172.16.22.5 -- renewal in 33064 seconds.

8. Check if IP address assigned correctly

ifconfig wlan1

wlan1     Link encap:Ethernet  HWaddr 00:c0:ca:2f:94:0d
inet addr:172.16.22.5  Bcast:172.16.22.255  Mask:255.255.255.0
inet6 addr: fe80::2c0:caff:fe2f:940d/64 Scope:Link
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:7 errors:0 dropped:0 overruns:0 frame:0
TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1092 (1.0 KB)  TX bytes:1580 (1.5 KB)

At this point, you should be connected to your AP

Linux
« AVM Fritz box
Microsoft Software Updates »
  • Login
  • Mother of all Portals
  • .Handy .Handig
  • Links – wikis – wikies

Archives

  • June 2022
  • October 2021
  • June 2021
  • September 2016
  • April 2016
  • March 2016
  • November 2014
  • September 2014
  • August 2014
  • July 2014
  • April 2014
  • March 2014
  • November 2013
  • October 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • February 2013
  • December 2012
  • September 2012
  • August 2012
  • July 2012
  • June 2012
  • May 2012
  • April 2012
  • March 2012
  • January 2012
  • December 2011
  • November 2011
  • October 2011
  • September 2011
  • August 2011
  • July 2011
  • June 2011
  • May 2011
  • April 2011
  • February 2011
  • January 2011
  • December 2010
  • November 2010
  • October 2010
  • September 2010
  • August 2010
  • July 2010
  • June 2010
  • May 2010
  • April 2010
  • March 2010
  • February 2010
  • January 2010
CyberChimps ©2025