Navigation

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

    Can I connect TO SSID with WPA2-Enterprise (802.1X)?

    Wireless
    2
    4
    975
    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.
    • Z
      z3n0 last edited by

      Hi all,
      my Wireless card detects an external SSID that request authentication WPA2-Enterprise.
      When I've set interface i have only WPA setting, but i need to set username e password to login on the SSID and not only the secret password.

      What can I do?

      PS: my wireless card support 802.1X  ;D

      1 Reply Last reply Reply Quote 0
      • jimp
        jimp Rebel Alliance Developer Netgate last edited by

        You mean a wireless card in pfSense?

        There isn't any way for it to act as an 802.1x client that I'm aware of at this time.

        Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

        Need help fast? Netgate Global Support!

        Do not Chat/PM for help!

        1 Reply Last reply Reply Quote 0
        • Z
          z3n0 last edited by

          @jimp:

          You mean a wireless card in pfSense?

          There isn't any way for it to act as an 802.1x client that I'm aware of at this time.

          :o

          1 Reply Last reply Reply Quote 0
          • Z
            z3n0 last edited by

            I report the solution: https://forums.freebsd.org/threads/39557/

            # cat /etc/wpa_supplicant.conf
            network={
              ssid="NETWORK"
              scan_ssid=1
              key_mgmt=WPA-EAP
              identity="USERNAME"
              password="PASSWORD"
              eap=PEAP
              phase1="peaplabel=0"
              phase2="auth=MSCHAPV2"
            }
            

            and this command to connect

            # wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf
            
            1 Reply Last reply Reply Quote 0
            • First post
              Last post