LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-23-2013, 12:43 PM   #1
jhdalben
LQ Newbie
 
Registered: Oct 2011
Posts: 18

Rep: Reputation: Disabled
Very specific wireless configuration on Slackware


Hi there, I'm trying to configure wireless networking with my university's standards, but can't figure out how to set some advanced options. Here is the specification:

Security: WPA or WPA2 Enterprise
Authentication: TLS
Internal Authentication: PAP
Certificate CA: xxx.cer (it's a file which they provide download)
Username: myusername
Password: mypassword

Is there any way to do it using only rc.inet1.conf or iwconfig?

Thank you so much for your attention.
 
Old 05-23-2013, 01:16 PM   #2
edorig
Member
 
Registered: Apr 2013
Location: France
Distribution: Slackware; Ubuntu
Posts: 134

Rep: Reputation: Disabled
You need at least ifconfig, iwconfig, wpa_supplicant and dhclient on your system.
Try to use wicd or NetworkManager (depending on which is installed).

If you have none of then and must do everything manually, you should:
1) bring the wireless interface up with ifconfig wlan0 up
2) list the available network interfaces with iwlist wlan0 ap
One you know the essid used by your university, you should start writing a wpa_supplicant.conf file.
type man 5 wpa_supplicant.conf to see example configurations and syntax. You will need to insert there
the Security, Authentication, certificate, username and info.
3) With the right WPA configuration, you should connect to your network with iwconfig wlan0 essid ...
4) after that you should use dhclient wlan0 to connect.

You may not succeed at the first try, and you may have to look at error messages in /var/log/ to understand
what went wrong.
 
Old 05-23-2013, 01:21 PM   #3
guanx
Senior Member
 
Registered: Dec 2008
Posts: 1,176

Rep: Reputation: 233Reputation: 233Reputation: 233
In "/etc/rc.d/rc.inet1.conf" you can write something like this:
Code:
IFNAME[1]="wlan0"
USE_DHCP[1]="yes"
WLAN_MODE[1]=Managed
WLAN_WPA[1]="wpa_supplicant"
And then you need to write a "/etc/wpa_supplicant.conf" file. There are many examples in the manual pages. Try "man wpa_supplicant.conf". Maybe the IT stuff will also be glad to help you.
 
  


Reply

Tags
iwconfig, slackware, wireless



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
slackware wireless configuration script omissions Rod3775 Slackware 1 10-03-2012 07:24 AM
Storing wireless configuration in Slackware v3gard Linux - Newbie 5 09-29-2007 08:43 AM
tuning wireless configuration Slackware 12.0 geomatt Slackware 28 09-08-2007 03:28 PM
slackware intel wireless configuration jommy Linux - Wireless Networking 1 06-13-2006 03:31 AM
Slackware 9 & Wireless configuration hecresper Slackware 4 03-27-2004 11:37 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 12:22 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration