From jchriste at sonic.net Sun Dec 2 15:22:26 2007 From: jchriste at sonic.net (Jack Christensen) Date: Sun, 2 Dec 2007 15:22:26 -0800 Subject: [NoCatNet] FW: WSCICC Board Mtg - 6:30P, Thurs, 12/6 - Garzot Bldg Message-ID: For no-cat folks who might be interested: Hi WSCICC members, We're meeting at a new location, the Garzot Bld, 7985 Valentine St, Sebastopol. It's in Libby Park which abuts Brookhaven School and the Super Playground. We've also changed our meetings to the first Thursday of the month because of schedule conflicts. All WSCICC members are invited to attend board meetings. FYI, some of the items we'll be covering at the meeting are listed below. If you have items you'd like discussed, please let me know. Thanks, Jack Christensen, President Action Items I show as still open: 1. Identify Installers - Matt (Mike?) 6. Christy Pichel - Max 8. Tech Support Propoal - Glen, Mike, Ron, Curt (1/08) 10. Web Page - add support names - Ron 14. Infrastructure Improvements - Glen, Ron, Max (This Mtg) 16. Network Failure Response - Max/Ron (This Mtg) 17. Tory Davis old location - member (I think Max has this handled) Agenda Items: Review Agenda - Jack Treasurer's Report - Peter Director Terms Update - Jack Board Officers for 2008 - who wants to continue/change? Review Action Items (above) No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.503 / Virus Database: 269.16.13/1164 - Release Date: 12/2/2007 11:30 AM No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.503 / Virus Database: 269.16.13/1164 - Release Date: 12/2/2007 11:30 AM No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.503 / Virus Database: 269.16.13/1164 - Release Date: 12/2/2007 11:30 AM From raghavendra.akkasali at gmail.com Mon Dec 3 06:48:04 2007 From: raghavendra.akkasali at gmail.com (Raghavendra. S) Date: Mon, 3 Dec 2007 23:48:04 +0900 Subject: [NoCatNet] Any Idea about MAC 00:00:00:00:00:00 In-Reply-To: <58a444250712030645i35edd888v592a4a5f374f8a9d@mail.gmail.com> References: <58a444250712030645i35edd888v592a4a5f374f8a9d@mail.gmail.com> Message-ID: <58a444250712030648p5691ac81wf270657a236bc9ad@mail.gmail.com> Hi All, My WLAN marvell card 8686, is getting some event from a AP with MAC 00:00:00:00:00:00. Does any body know for what this MAC stands for...I mean MAC with all FF stands for MAC broadcast right? Similarly...Just want to make out from where I am getting this MAC. -- Regards & Thanks Raghavendra. S From raghavendra.akkasali at gmail.com Mon Dec 3 06:49:24 2007 From: raghavendra.akkasali at gmail.com (Raghavendra. S) Date: Mon, 3 Dec 2007 23:49:24 +0900 Subject: [NoCatNet] Any wireless packet capturing tool available for free?..like ethereal for ethernet packet... In-Reply-To: <58a444250712030646h3c51a47fo5f0035488dc7ad8e@mail.gmail.com> References: <58a444250712030646h3c51a47fo5f0035488dc7ad8e@mail.gmail.com> Message-ID: <58a444250712030649qfba69c7tc3c5484efcdc3733@mail.gmail.com> -- Regards & Thanks Raghavendra. S From tsweeney at csc.com Tue Dec 4 11:11:27 2007 From: tsweeney at csc.com (Timothy M Sweeney) Date: Tue, 4 Dec 2007 14:11:27 -0500 Subject: [NoCatNet] users not being redirected to login page Message-ID: Hi - I have had NoCat-Auth-0.82 running for about 6 months on RH 2.16 kernal in open mode - users on the wifi network open the browser - used to open directly to the splash.html user click OK and everything was fine now users are not redirected to the login page - the only way to get there is to type in the ip address of the nocat server - any ideas why users are not being redirected to splash.html ? this was working - I made no changes to config - not sure what external changes would cause this on the nocat server ? Thanks Timothy Sweeney Senior Network Engineer Ascension Health office 518-770-7524 cell 203-895-1478 Computer Sciences Corporation Registered Office: 2100 East Grand Avenue, El Segundo California 90245, USA Registered in USA No: C-489-59 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- This is a PRIVATE message. If you are not the intended recipient, please delete without copying and kindly advise us by e-mail of the mistake in delivery. NOTE: Regardless of content, this e-mail shall not operate to bind CSC to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose. ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- From raghavendra.akkasali at gmail.com Wed Dec 5 18:34:45 2007 From: raghavendra.akkasali at gmail.com (Raghavendra. S) Date: Thu, 6 Dec 2007 08:04:45 +0530 Subject: [NoCatNet] Need info about EAP-TTLS and EAP-PEAP In-Reply-To: <58a444250712051715h64b81b9cr368e7425ada2ce09@mail.gmail.com> References: <58a444250712051715h64b81b9cr368e7425ada2ce09@mail.gmail.com> Message-ID: <58a444250712051834p3a373c32ic9fe9c8878b36277@mail.gmail.com> Hi All, Can I support both EAP-TTLS and EAP-PEAP in same supplicant config? I mean, i have following wpa_supplicant.conf file which works for EAP-TTLS. update_config=1 eapol_version=1 ap_scan=1 fast_reauth=1 network={ ssid="test" scan_ssid=1 auth_alg=OPEN proto=WPA RSN key_mgmt=WPA-EAP IEEE8021X pairwise=TKIP CCMP group=CCMP TKIP WEP104 WEP40 eap=TTLS identity="jbibe" anonymous_identity="jbibe" password="whatever" phase2="autheap=MD5" priority=2 } Can any one tell me what all things I have to add extra or modify. So that I can use same wpa_supplicant.conf file to support EAP-PEAP also. Thing I I want end user to configure less number of parameters. To elaborate this in above config file for EAP-TTLS and end user have to change following parameters to work in his network. 1. ssid 2. username 3. anonymous - Is this parameter must? 4. password Other config parameters he need not modify to make EAP-TTLS working. Similarly I need your help for supporting EAP-PEAP? where as end user modify only above 3/4 parameters. Also please let me know if I can support some more methods using same config file. -- Regards & Thanks Raghavendra. S From raghavendra.akkasali at gmail.com Wed Dec 5 18:37:28 2007 From: raghavendra.akkasali at gmail.com (Raghavendra. S) Date: Thu, 6 Dec 2007 08:07:28 +0530 Subject: [NoCatNet] How to support preauthentication... Message-ID: <58a444250712051837i3bfb2e07heea0aa5be9fdbe84@mail.gmail.com> Hi All, I have following wpa supplicant config file for EAP-TTLS. Can any one help me in providing preauthentication support. -------------------------------------------------wpa.conf starts here--------------------------------------------------- update_config=1 eapol_version=1 ap_scan=1 fast_reauth=1 network={ ssid="test" scan_ssid=1 auth_alg=OPEN proto=WPA RSN key_mgmt=WPA-EAP IEEE8021X pairwise=TKIP CCMP group=CCMP TKIP WEP104 WEP40 eap=TTLS identity="jbibe" anonymous_identity="jbibe" password="whatever" phase2="autheap=MD5" priority=2 } ---------------------------------------------------------------------------- wpa.conf ends----------------------------------- -- Regards & Thanks Raghavendra. S From raghavendra.akkasali at gmail.com Thu Dec 6 20:39:27 2007 From: raghavendra.akkasali at gmail.com (Raghavendra. S) Date: Fri, 7 Dec 2007 10:09:27 +0530 Subject: [NoCatNet] Few more question on wpa supplicant Message-ID: <58a444250712062039q73d5af4fqdb2a295df148f7aa@mail.gmail.com> Hi All, Does wpa_supplicant support - Adhoc connection? - Adhoc security? - Adhoc network creation with the given channel? - AP connection without encryption and authentication? - AP connection with WEP? -- Regards & Thanks Raghavendra. S From raghavendra.akkasali at gmail.com Fri Dec 7 03:15:40 2007 From: raghavendra.akkasali at gmail.com (Raghavendra. S) Date: Fri, 7 Dec 2007 16:45:40 +0530 Subject: [NoCatNet] Small code which gives output similar to "iwlist eth0 scan" Message-ID: <58a444250712070315g2ced08c9ybd802aa0304a0c38@mail.gmail.com> Hi, Does any one know small AP scan code which gives similar/same output as that of *"iwlist eth0 scan"*. I dont want to use iwlist because of its size. -- Regards & Thanks Raghavendra. S From raghavendra.akkasali at gmail.com Fri Dec 7 03:50:22 2007 From: raghavendra.akkasali at gmail.com (Raghavendra. S) Date: Fri, 7 Dec 2007 17:20:22 +0530 Subject: [NoCatNet] Small code which gives output similar to "iwlist eth0 scan" In-Reply-To: <1197026483.4655.1.camel@localhost.localdomain> References: <58a444250712070315g2ced08c9ybd802aa0304a0c38@mail.gmail.com> <1197026483.4655.1.camel@localhost.localdomain> Message-ID: <58a444250712070350o194dff0eg71a6f835fde9e10d@mail.gmail.com> Hi Dan, Actually in my case I want to get scan result first then configure wpa_supplicant.conf and then I will enable wpa_supplicant. Because user has to first see the scanned result and after that he can configure to which AP he want to associate with and security models he want to use. So I need some independent small AP scan code similar to "iwlist eth0 scan". -Raghu. On 12/7/07, Dan Williams wrote: > > On Fri, 2007-12-07 at 16:45 +0530, Raghavendra. S wrote: > > Hi, > > > > Does any one know small AP scan code which gives similar/same > > output as that of "iwlist eth0 scan". I dont want to use iwlist > > because of its size. > > Look at the driver_wext.c code from wpa_supplicant at > wpa_driver_wext_scan() and wpa_driver_wext_get_scan_results(). You > don't need to screenscrape output if you can just use the values > directly. > > Dan > > > > -- Regards & Thanks Raghavendra. S From raghavendra.akkasali at gmail.com Fri Dec 7 21:04:07 2007 From: raghavendra.akkasali at gmail.com (Raghavendra. S) Date: Sat, 8 Dec 2007 14:04:07 +0900 Subject: [NoCatNet] Few more question on wpa supplicant In-Reply-To: <1197021370.2603.13.camel@localhost.localdomain> References: <58a444250712062039q73d5af4fqdb2a295df148f7aa@mail.gmail.com> <1197021370.2603.13.camel@localhost.localdomain> Message-ID: <58a444250712072104p525f0709m3680599a236cda5@mail.gmail.com> Hi Dan, For my question about, wpa supplicant's support for Adhoc network creation with the given channel and Adhoc connection? , you have mentioned that wpa sipplicant 0.6.xversions has support for it. As I am using wpa supplicant 0.5.7 ported for marvell 8686, it becomes difficult for me to go for 0.6.x. I would like to know me changing wpa supplicant 0.5.7 to support adhoc network creation and adhoc connection, whether its going to take long time. whether its going to be a very big change? If you can tell me which all files/functions I have to refer in wpa supplicant 0.6.0 or 0.6.1 for adhoc. then I think I will be able modify 0.5.7 to support adhoc connection. Will you please help me in this. -Raghu. On 12/7/07, Dan Williams wrote: > > On Fri, 2007-12-07 at 10:09 +0530, Raghavendra. S wrote: > > Hi All, > > > > Does wpa_supplicant support > > - Adhoc connection? > > Yes, but only fully in 0.6.x. 0.5.x doesn't have the ability to tell > the card which frequency to communicate on, which is needed for some > drivers to successfully complete the adhoc setup. > > > - Adhoc security? > > Yes, for WPA-PSK and WEP. > > > - Adhoc network creation with the given channel? > > With 0.6.x, yes. With 0.5.x and lower, no. > > > - AP connection without encryption and authentication? > > Do you mean having your client connect to an "open" access point? If > so, then yes. > > > - AP connection with WEP? > > Do you mean having the client connect to a WEP AP? If so, then yes. > > Dan > > > -- Regards & Thanks Raghavendra. S From raghavendra.akkasali at gmail.com Fri Dec 7 21:09:33 2007 From: raghavendra.akkasali at gmail.com (Raghavendra. S) Date: Sat, 8 Dec 2007 14:09:33 +0900 Subject: [NoCatNet] Small code which gives output similar to "iwlist eth0 scan" In-Reply-To: <1197028414.4655.24.camel@localhost.localdomain> References: <58a444250712070315g2ced08c9ybd802aa0304a0c38@mail.gmail.com> <1197026483.4655.1.camel@localhost.localdomain> <58a444250712070350o194dff0eg71a6f835fde9e10d@mail.gmail.com> <1197028414.4655.24.camel@localhost.localdomain> Message-ID: <58a444250712072109h391c6136h411cbc714ef4a3f3@mail.gmail.com> Hi, One more doubt about disassociation. In my code I will enable wpa supplicant using system("./wpa_supplicant -ieth0 -Dmarvell -c./wpa_supplicant.conf -B"); So it will be a daemon. Now to disassociate I need socket fd using which wpa_supplicant is communicating, How to get that. If I store the opened socket fd in some temp file then can I use same sock fd to disassociate and then kill wpa_supplicant using kill command or is there any better approach for the same. -Raghu. On 12/7/07, Dan Williams wrote: > > On Fri, 2007-12-07 at 17:20 +0530, Raghavendra. S wrote: > > Hi Dan, > > > > Actually in my case I want to get scan result first then configure > > wpa_supplicant.conf and then I will enable wpa_supplicant. Because > > user has to first see the scanned result and after that he can > > configure to which AP he want to associate with and security models he > > want to use. So I need some independent small AP scan code similar to > > "iwlist eth0 scan". > > Again, look at driver_wext.c. Code to scan and get results is there. > You can print out whatever you want given the information it returns. > You can create a tool that incorporates that code, prints out what the > user wants from scan result information passed back by the driver, and > then spawn wpa_supplicant however you like. > > Dan > > > -Raghu. > > > > > > On 12/7/07, Dan Williams wrote: > > On Fri, 2007-12-07 at 16:45 +0530, Raghavendra. S wrote: > > > Hi, > > > > > > Does any one know small AP scan code which gives > > similar/same > > > output as that of "iwlist eth0 scan". I dont want to use > > iwlist > > > because of its size. > > > > Look at the driver_wext.c code from wpa_supplicant at > > wpa_driver_wext_scan() and > > wpa_driver_wext_get_scan_results(). You > > don't need to screenscrape output if you can just use the > > values > > directly. > > > > Dan > > > > > > > > > > > > > > -- > > Regards & Thanks > > Raghavendra. S > > -- Regards & Thanks Raghavendra. S