openSUSE Forums > Network/Internet > Wireless » How to change to WPA2? (wpa_supplicant)

Go Back   openSUSE Forums > Network/Internet > Wireless
Forums FAQ Members List Search Today's Posts Mark Forums Read


Wireless Questions about wireless networking setup, use, and wireless specific applications

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-Aug-2008, 18:00
beli0135's Avatar
Busy Penguin
 
Join Date: Jun 2008
Location: Sao Paulo, Brazil
Posts: 374
beli0135 hasn't been rated much yet
Send a message via Skype™ to beli0135
Talking How to change to WPA2? (wpa_supplicant)

My network now works thanks to our friend 67GTA

Here is my wpa_supplicant.conf

Code:
ctrl_interface=/var/run/wpa_supplicant
eapol_version=1
#ap_scan=1
network={
	ssid="varnus"
	scan_ssid=1
	proto=WPA
	pairwise=TKIP
	key_mgmt=WPA-PSK
	psk=SOME_PASSWORD	
}
What it would be necessary to change to WPA2 and AES? (same network)?

Thanks
Reply With Quote
  #2 (permalink)  
Old 05-Aug-2008, 20:05
cookdav's Avatar
Busy Penguin
 
Join Date: Jun 2008
Location: Sarasota
Posts: 298
cookdav hasn't been rated much yet
Default Re: How to change to WPA2? (wpa_supplicant)

Quote:
Originally Posted by beli0135 View Post
What it would be necessary to change to WPA2 and AES? (same network)?

Thanks
I run an open wireless network, so I'm short on actual experience
USING the security functions.

But, having said that, I do understand how to alter settings inside
a router, as I've done a number of installations of routers.

I'm assuming YOU own the router (i.e. its on your premises).
The recommended way to MANAGE the wireless-side of a router
is while being attached to one of its HARD-WIRED ethernet ports.
Using your browser, you use a numeric URL, to your 'gateway' IP
address(i.e. the router), so that would typically be either:
HTTP://192.168.0.1/
or
HTTP://192.168.1.1/
It'll ask for username/password and once in, you just change the
router's wireless security to the type you want.

So, the only bottom line restriction is whether both your router
and your ndiswrapped-card support the security-type for this
'AES' option of WPA2 security.

(Your manual for the router shows all the details of connecting
to it and managing the setups, if you've never done this before.)
__________________
Box1: MEPIS-8/SUSE-11.0/XP(32-bit), nvidia 5200
Box2: MEPIS-8/SUSE-11.0/XP(32-bit), ATi Radeon, wifi->D-Link-G510[Atheros-2413](drv=ath_pci)
Lap1: MEPIS-8/Sidux-2009-2/Vista, Intel 945GM, builtin-wifi->Broadcom-94311(drv=ssb/b43)
Reply With Quote
  #3 (permalink)  
Old 06-Aug-2008, 01:49
df6269's Avatar
Explorer Penguin
 
Join Date: Jun 2008
Location: Taiwan
Posts: 150
df6269 hasn't been rated much yet
Send a message via ICQ to df6269 Send a message via MSN to df6269 Send a message via Skype™ to df6269
Default Re: How to change to WPA2? (wpa_supplicant)

Make sure WPA2 can be supported by your access point first.
Modify your wpa_supplicant.conf as below:
Code:
ctrl_interface=/var/run/wpa_supplicant
eapol_version=1
#ap_scan=1
network={
	ssid="varnus"
	scan_ssid=1
	proto=RSN
	pairwise=CCMP TKIP
	key_mgmt=WPA-PSK
	psk=SOME_PASSWORD	
}
__________________
Regards,
Bryan Yu
http://lifestory.moqin.com/
Reply With Quote
  #4 (permalink)  
Old 06-Aug-2008, 04:35
Puzzled Penguin
 
Join Date: Jul 2008
Posts: 14
lukomwa hasn't been rated much yet
Default Re: How to change to WPA2? (wpa_supplicant)

Hey guys, I'm sorry to intrude on your discussion. I've been having wireless network issues and I've tried everything with the usual GUIs, including YaST, to no avail. Your discussion seems to suggest to me that I can do the configuration in the wpa_supplicant.conf which would be so much easier for me! But I find that I have three different files with that name. The paths to each are shown below; which one should I tweak to be able to connect? or doesn't it matter? Does any match the path to the one you have posted above?

/usr/share/doc/packages/wpa_supplicant/wpa_supplicant.conf

/etc/wpa_supplicant/wpa_supplicant.conf

/etc/dbus-1/system.d/wpa_supplicant.conf

Thanks
Reply With Quote
  #5 (permalink)  
Old 06-Aug-2008, 06:56
beli0135's Avatar
Busy Penguin
 
Join Date: Jun 2008
Location: Sao Paulo, Brazil
Posts: 374
beli0135 hasn't been rated much yet
Send a message via Skype™ to beli0135
Default Re: How to change to WPA2? (wpa_supplicant)

@Cookdav,
yes, I have access to router and I know how to configure it. Thanks.

@df6269,
yes, that is what I needed. Thanks.

@lukomwa,
no matter how much conf files you have, wpa_supplicant will make one configuration in /var/run/wpa_supplicant if your card is wlan0, there you will have file wlan0.

If you want to reconfigure, you will probably have to delete that file and say to wpa_supplicant to make new configuration based on some config file.
Type "wpa_supplicant" in console (with no parameters) and you will get example at the end of the help file that will be displayed to you.
Reply With Quote
  #6 (permalink)  
Old 06-Aug-2008, 07:10
jaybott's Avatar
Explorer Penguin
 
Join Date: Jun 2008
Posts: 237
jaybott hasn't been rated much yet
Default Re: How to change to WPA2? (wpa_supplicant)

I have wireless running with wpa2 and aes encryption on opensuse 11. I used knetwork manager to configure it.
Reply With Quote
Reply

Bookmarks


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2