LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-14-2005, 12:55 PM   #1
zombiedeth
Member
 
Registered: Nov 2003
Distribution: fedora core 1, freebsd 5.2, win98se
Posts: 31

Rep: Reputation: 15
Linux on a LEAP compliant network


hey all,

Just started going to a new school which boasts wireless network connection anywhere on campus. I want to get my laptop on the network heres what i got
Mandrake 10.2 on compaq presario 2100
working belking 54g wireless adapter running with ndiswrapper(card connects at home to wep-encrypted network)
now i run iwlist scan and see the network
i set the essid
i run ifconfig wlan0 up
then i run dhclient to grab an ip but never get a response.
The professors werent much help and the it department charges a fee to set up wireless connectivity on a windows based pc, and dont know the first thing about linux. a fellow student said he was able to get on with his windows pc. he said the network is not encypted with a wep-key but rather LEAP authentication. he had to install a third party LEAP application to connect, where can i find a similar app for linux? i tried googleing it but the term leap shows too many non-relevant results and ive been sifting through but learned virtually nothing. i wasnt sure if this was more a network forum post or software forum post, so if a moderator feel it neccessary to move my thread than by all means...

thanks in advance for any responses
 
Old 09-14-2005, 01:45 PM   #2
jplev22
Member
 
Registered: Dec 2003
Location: New Brunswick, Canada
Distribution: Debian 10 Buster
Posts: 85

Rep: Reputation: 16
What you will need a supplicant. You can get xsupplicant, the open source option at http://www.open1x.org/ . Of course make sure that your card is on the supported hardware list before even downloading it and install the prerequisite OpenSSL - http://www.openssl.org/ . After you set the essid, did you run iwconfig again to look if it associated itself to an AP? On my school's Leap network I have to furnish a fake encription key to get associated. You could do that by running iwconfig eth0 key 999999999999; replacing eth0 by your actual wireless device. An example of a xsupplicant.conf file that should theoretically work would be:

#example of /etc/xsupplicant/xsupplicant.conf
#for LEAP protocol

network_list = all
#the list of networks to access

default_netname = default
#the default access network

logfile = /var/log/xsupplicant.log
#log file

myssid #here is your network id, may be listed in the network list
{
type = wireless
allow_types = all
identity = <BEGIN_ID>account<END_ID>
eap-leap {
username = <BEGIN_UNAME>account<END_UNAME>
password = <BEGIN_PASS>passwd<END_PASS>
}#setup for leap
}

Modify that file to fit your need and after you network interface has been associted you should run:
ifconfig eth0 up
xsupplicant -c /etc/xsupplicant.conf -i eth0 -f -d 4
replacing /etc/xsupplicant.conf and eth0 by those applicable to you system and you should be able to ping outside the network if everything went as planned.

Don't quote my config file, I haven't actualy tested it.

Last edited by jplev22; 09-14-2005 at 02:51 PM.
 
  


Reply



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
Configuring xsupplicant on LEAP jplev22 Linux - Wireless Networking 3 11-14-2005 09:42 AM
Giant Leap forward! eNightmare Linux - Distributions 4 04-21-2005 09:56 PM
another one takes the leap beebelo LinuxQuestions.org Member Intro 3 03-11-2005 07:15 PM
Forum for the sale of linux compliant hardware TomaCzar LQ Suggestions & Feedback 3 12-06-2004 12:55 PM
First steps in my leap from end-user to developer Shade General 1 06-08-2004 08:01 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:10 AM.

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