• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login
Netgate Discussion Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login

28th jan snap wifi shows insecure where as in settings its wpa enabled

2.1 Snapshot Feedback and Problems - RETIRED
7
27
5.1k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P
    phil.davis
    last edited by Jan 30, 2013, 2:49 AM

    +1 - I just upgraded to 2G nanobsd 2.1-BETA1 (i386) built on Tue Jan 29 16:42:56 EST 2013
    My laptop is telling me that my WiFi is unsecured, but the WiFi interface settings are still all there on pfSense. Haven't looked into it at all yet, since I only just upgraded 5 minutes ago.

    As the Greek philosopher Isosceles used to say, "There are 3 sides to every triangle."
    If I helped you, then help someone else - buy someone a gift from the INF catalog http://secure.inf.org/gifts/usd/

    1 Reply Last reply Reply Quote 0
    • P
      phil.davis
      last edited by Jan 30, 2013, 3:10 AM

      Jan 30 08:24:44 imp-rt-01 php: : The command '/sbin/ifconfig 'ath0_wlan0' country 'NP' 'indoor'' returned exit code '1', the output was 'ifconfig: SIOCS80211: Invalid argument' 
      
      

      This syslog error message does not look good.

      As the Greek philosopher Isosceles used to say, "There are 3 sides to every triangle."
      If I helped you, then help someone else - buy someone a gift from the INF catalog http://secure.inf.org/gifts/usd/

      1 Reply Last reply Reply Quote 0
      • X
        xbipin
        last edited by Jan 30, 2013, 5:21 AM

        the 21st jan snap had everything working fine but it seems its not longer available also to revert to

        1 Reply Last reply Reply Quote 0
        • H
          hase
          last edited by Jan 30, 2013, 5:27 AM

          +1.  I'm troubleshooting other things right now but let me know if there's something related to this I can lookup for anyone.

          1 Reply Last reply Reply Quote 0
          • X
            xbipin
            last edited by Jan 30, 2013, 6:05 AM

            what i noticed was the 21st jan snap had this

            /usr/sbin/hostapd -B /var/etc/hostapd_ath0_wlan0.conf

            and 29th jan snap had

            /usr/sbin/hostapd -B /var/etc/hostapd_ath0_wlan0.conf -P /var/run/hostapd_ath0_wlan0.pid

            in /tmp/ath0_wlan0_setup.sh

            1 Reply Last reply Reply Quote 0
            • X
              xbipin
              last edited by Jan 30, 2013, 6:28 AM Jan 30, 2013, 6:22 AM

              i reverted the changes in this commit and then reboot and once up, went to wifi under interfaces and hit save and apply and all worked fine

              http://redmine.pfsense.org/projects/pfsense/repository/revisions/b73a96b68d1d4e919a268d2e8e3a6ec902709e6d

              although in wireless system log i see the first line as
              hostapd: ath0_wlan0: IEEE 802.11 Fetching hardware channel/rate support not supported.
              but the wifi is secure now

              1 Reply Last reply Reply Quote 0
              • E
                eri--
                last edited by Jan 30, 2013, 7:44 AM

                I reverted the change later snapshots should be ok.
                It works for me locally here not sure why it breaks yours!

                1 Reply Last reply Reply Quote 0
                • X
                  xbipin
                  last edited by Jan 30, 2013, 7:47 AM

                  reverting the change make wifi work securely and the wireless systemlog also starts populating which didnt earlier but the first line always says
                  hostapd: ath0_wlan0: IEEE 802.11 Fetching hardware channel/rate support not supported.

                  has something changed related to its drivers etc?

                  1 Reply Last reply Reply Quote 0
                  • E
                    eri--
                    last edited by Jan 30, 2013, 7:58 AM

                    Not really.
                    Its just the clones never support that only the wireless device itself can do that iirc.

                    Probably that has been like that for a long time and you didn't notice?

                    1 Reply Last reply Reply Quote 0
                    • X
                      xbipin
                      last edited by Jan 30, 2013, 8:07 AM

                      i always use to see all systemlog after ever upgrade in order to find bugs to report and after upgrading to these recent snaps only it started giving those messages when i was playing with those MTU values, i even compared saved config files from 2010, 2011 and 2012 and i dont find anything different in them that might cause this

                      1 Reply Last reply Reply Quote 0
                      • X
                        xbipin
                        last edited by Jan 30, 2013, 8:22 AM

                        there is another issue, might not be related to this or pfsense at all but just need to confirm. everytime i reboot my alix with pfsense my windows 7 PC network connection shows yellow mark and says no internet connection whereas im able to surf just fine, now if i unplug its lan cable and replug then it says internet connected. i searched a lot of windows issues and mostly all pointed to some antivirus causing this which isnt true in my case so could it be that pfsense is not offering proper dhcp lease or dns address which mayb causing this as there were recent patches to dhcp

                        1 Reply Last reply Reply Quote 0
                        • P
                          phil.davis
                          last edited by Jan 30, 2013, 8:30 AM

                          I discovered that the problem was just the order of parameters on the hostapd command line.
                          The pull request at https://github.com/bsdperimeter/pfsense/pull/361 fixes it.
                          My WiFi comes up with proper authentication happening after this. /var/run has a pid file:
                          -rw-r–r-- 1 root wheel 6 Jan 30 14:09 /var/run/hostapd_ath0_wlan0.pid
                          And there is a hostapd process:
                          22633 ?? Ss 0:00.02 /usr/sbin/hostapd -B -P /var/run/hostapd_ath0_wlan0.pid /var/etc/hostapd_ath0_wlan0.conf
                          All seems well with the world:)

                          As the Greek philosopher Isosceles used to say, "There are 3 sides to every triangle."
                          If I helped you, then help someone else - buy someone a gift from the INF catalog http://secure.inf.org/gifts/usd/

                          1 Reply Last reply Reply Quote 0
                          • X
                            xbipin
                            last edited by Jan 30, 2013, 9:14 AM

                            @phil.davis:

                            I discovered that the problem was just the order of parameters on the hostapd command line.
                            The pull request at https://github.com/bsdperimeter/pfsense/pull/361 fixes it.
                            My WiFi comes up with proper authentication happening after this. /var/run has a pid file:
                            -rw-r–r-- 1 root wheel 6 Jan 30 14:09 /var/run/hostapd_ath0_wlan0.pid
                            And there is a hostapd process:
                            22633 ?? Ss 0:00.02 /usr/sbin/hostapd -B -P /var/run/hostapd_ath0_wlan0.pid /var/etc/hostapd_ath0_wlan0.conf
                            All seems well with the world:)

                            yes tried ur patch and that works fine but i still get the
                            hostapd: ath0_wlan0: IEEE 802.11 Fetching hardware channel/rate support not supported.

                            1 Reply Last reply Reply Quote 0
                            • E
                              eri--
                              last edited by Jan 30, 2013, 11:03 AM

                              Those are setup by pfSense automagically xbipin
                              Do not worry no issues arise from that.
                              The backend will make sure and synchronize all your instances of wireless on the same device to your configured setting.s

                              1 Reply Last reply Reply Quote 0
                              • X
                                xbipin
                                last edited by Jan 30, 2013, 11:22 AM

                                ok fine, one more thing, is the below an error

                                php: : The command '/usr/bin/killall dhcpd' returned exit code '1', the output was 'No matching processes were found'

                                1 Reply Last reply Reply Quote 0
                                • E
                                  eri--
                                  last edited by Jan 30, 2013, 11:53 AM

                                  Nah but fixed to not get the warning anymore.

                                  1 Reply Last reply Reply Quote 0
                                  • P
                                    phil.davis
                                    last edited by Jan 30, 2013, 4:38 PM

                                    Now on 2.1-BETA1 (i386) built on Wed Jan 30 04:20:39 EST 2013 - which has the fixed up code to start hostapd with a PID file. WiFi and all is working fine and secured. But I still have this in syslog amongst the startup:

                                    Jan 30 16:10:08 	php: : The command '/sbin/ifconfig 'ath0_wlan0' country 'NP' 'indoor'' returned exit code '1', the output was 'ifconfig: SIOCS80211: Invalid argument'
                                    

                                    I have no idea if this is a "normal" message that has been there for months, or something recent - I guess it pays to look through boot logs when eberything is working, as well as when there are evident problems :) When I have a little more time I will track down how/why it is generated.
                                    Can anyone say if this is a "normal" feature of the boot process or something special to my Alix2D13 with ath0 WiFi card?

                                    As the Greek philosopher Isosceles used to say, "There are 3 sides to every triangle."
                                    If I helped you, then help someone else - buy someone a gift from the INF catalog http://secure.inf.org/gifts/usd/

                                    1 Reply Last reply Reply Quote 0
                                    • J
                                      joe_cowboy
                                      last edited by Jan 30, 2013, 6:10 PM

                                      My interface does not come up still do to the fact the pid file is missing from /var/run/.  It is generating the /tmp/run0_wlan0_setup.sh file just fine.

                                      Even with the code fix of it still does not allow interface to come up with missing pid:
                                      fwrite($fd_set, "{$hostapd} -B -P {$g['varrun_path']}/hostapd_{$if}.pid {$g['varetc_path']}/hostapd_{$if}.conf\n");

                                      Where in hostapd functions is it generating the pid file to go in /var/run/ because it is still not generating that file for me.

                                      I was looking through the interfaces.inc file and I don't see where it's creating that file or does the function check isvalidpid check and create the pid file passed to it if it does not exist?

                                      1 Reply Last reply Reply Quote 0
                                      • B
                                        bardelot
                                        last edited by Jan 30, 2013, 6:32 PM

                                        The PID file does not have to be generated manually, it is created by the hostapd process where the location of the file is specified using the -P parameter.

                                        1 Reply Last reply Reply Quote 0
                                        • J
                                          joe_cowboy
                                          last edited by Jan 30, 2013, 7:01 PM Jan 30, 2013, 6:58 PM

                                          @bardelot:

                                          The PID file does not have to be generated manually, it is created by the hostapd process where the location of the file is specified using the -P parameter.

                                          Thanks you are correct and thanks… I manually ran the lines in the setup file and it generated the pid file.  Now when I disable and enable the Wireless interface it comes right back up.  It should have done this without me having to run it manually but at least it's working agian.  Should have tried that first.  Many Thanks for all the good work.

                                          1 Reply Last reply Reply Quote 0
                                          12 out of 27
                                          • First post
                                            12/27
                                            Last post
                                          Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.