How to connect to a EAP-MSCHAP network?

I'm having trouble connecting to my schools network under Arch Linux using netcfg.  Wired internet works well, but I'm unable to connect by wireless as I would under Windows or Ubuntu (using network-manager, which supports MS-CHAP).  The easy solution would be to simply install network-manager, but I would rather use CLI programs.
The relevant information;
Network Authentication; Open
Data Encryption; WEP
automatically provided key
EAP type; PEAP
authentication; Secured Password (EAP-MSCHAP v2)
no server certificate validation.

Wintervenom wrote:
network={
ssid="Name of the Access Point"
key_mgmt=WPA-EAP
eap=PEAP
identity="Authentication Username"
password="Authentication Password"
phase1="peaplabel=0"
phase2="auth=MSCHAPV2"
priority=1
CONNECTION="wireless"
DESCRIPTION="Manual Wi-Fi connection."
INTERFACE="wlan0"
SECURITY="wpa-config"
WPA_CONF="/etc/wpa_supplicant.conf"
IP="dhcp"
TIMEOUT=45
The second excerpt looks like a netcfg related config file, but I'm not sure what to do with the first one.

Similar Messages

  • How to Connect My Printer to The Network

    My printer is LaserJet M1212nf.  According to the brief introduction I should connect the printer to the network first in order to enable its e-printing function.  I'm working at home.  I don't share information with other computers.  Does "network" mean my home internet?  Do I need to use either a cable or a USB to connect it to the home internet?  Or is there another way?  Once it is connected, how can I get an email address from HP for my printer?

    Hi,
    Your printer can be connected to your network to print but it's not an ePrint printer:
          http://www.shopping.hp.com/shopping/pdf/ce841a.pdf
    It has a LAN card, you can connect it to your network and print wirelessly (note: print wirelessly and ePrint are two different things).
         http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&​lc=en&docname=c02272928
    Regards. 
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • How to connect to excel document at network machine through oracle ?

    Hello !
    I am able to read excel doc at my local drive through sqlplus(oracle).
    Please help me to modify steps to access excel docs at network machine.
    steps:->
    1) start\settings\control\panel\administartive tolls\data source odbc\system dns\driver for microsoft excel (*.xls)\dns source at my local drive.
    2)C:\oracle10g\product\10.2.0\db_1\hs\admin\initNITIN.ora
    # This is a sample agent init file that contains the HS parameters that are
    # needed for an ODBC Agent.
    # HS init parameters
    HS_FDS_CONNECT_INFO = TESTDS
    HS_FDS_TRACE_LEVEL = 0
    #HS_FDS_TRACE_FILE_NAME = aetna_xls.trc
    # Environment variables required for the non-Oracle system
    #set <envvar>=<value>
    3) adding one more listener in listner.ora
    SID_LIST_HSODBC_LISTENER =
         (SID_LIST=
              (SID_DESC=
              (SID_NAME=NITIN)
              (ORACLE_HOME=C:\oracle10g\product\10.2.0\db_1)
              (PROGRAM=hsodbc)
    HSODBC_LISTENER =
         (DESCRIPTION_LIST =
         (DESCRIPTION =
         (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1555))
    4) entry in tnsnames.ora
    ABC.SCF.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1555))
    (CONNECT_DATA =
    (SID=NITIN)
    (HS=OK)
    5)lsnrctl stop listner
    6) listner start HSODBC_LISTENER
    Starting tnslsnr: please wait...
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
    System parameter file is C:\oracle10g\product\10.2.0\db_1\network\admin\listener
    .ora
    Log messages written to C:\oracle10g\product\10.2.0\db_1\network\log\hsodbc_list
    ener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1555)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1555)))
    STATUS of the LISTENER
    Alias HSODBC_LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
    ction
    Start Date 30-JUN-2007 12:30:25
    Uptime 0 days 0 hr. 0 min. 3 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File C:\oracle10g\product\10.2.0\db_1\network\admin\listene
    r.ora
    Listener Log File C:\oracle10g\product\10.2.0\db_1\network\log\hsodbc_li
    stener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1555)))
    Services Summary...
    Service "NITIN" has 1 instance(s).
    Instance "NITIN", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    7)create database link test
    connect to "ben"
    identified by joe
    using 'ABC.SCF.COM';
    8)SQL> select * from all_objects@testin;
    OWNER OBJECT_NAME S OBJECT_ID
    DATA_OBJECT_ID OBJECT_TYPE CREATED LAST_DDL_ T S T G S
    Sheet1$ 0
    0 TABLE 30-JUN-07 30-JUN-07
    Sheet2$ 0
    0 TABLE 30-JUN-07 30-JUN-07
    Sheet3$ 0
    0 TABLE 30-JUN-07 30-JUN-07
    My queries are :
    1)Is it possible to connect to a document at network
    if yes then for , do i need to map a drive.
    please explaqin how what changes required to make it possible to read a network excel documnet through oracle.
    Thanks in Advance
    --Ajay                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hi Justin ,
    Thanks for your prompt reply ...
    I have mapped network machine folder to X:\
    now I can access this on my local machine by x:\
    And dsn it pointing to document on x:\
    then i tried to connect , but got an error.
    SQL> select * from all_objects@testin;
    select * from all_objects@testin
    ERROR at line 1:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Generic Connectivity Using ODBC][Microsoft][ODBC Excel Driver] '(unknown)' is
    not a valid path. Make sure that the path name is spelled correctly and that
    you are connected to the server on which the file resides. (SQL State: S1009;
    SQL Code: -1023)
    ORA-02063: preceding 2 lines from TESTIN
    Do I need need any other changes in above confiiguration..
    or create link statement need to be modified...
    SQL> create database link testin
    2 connect to "SCF\ben"
    3 identified by "joe"
    4 using 'ABC.SCF.COM';
    please suggest

  • How to connect Photosmart C4795 to Wireless Network - Mac OSX 10.8.4

    I am desperately confused here!  When I bought the printer 2-ish years ago I was able to set it up and have it connected to my network no problem.  Since then I have moved and updated my OS to Mountain Lion and lost my installation CD.  As of now, this is where things stand.
    When I turned the printer on and connected it to my iMac via the USB cable, the computer found it and installed it with no issues.  I can print with no issues when the USB cable is plugged in.  
    Using the printers built in display, I have run the HP Network Configuration and the Wireless Network Test.  The printer can see my network, but it won't connect to it.  I have no bloody idea where I need to go to enter my network password so the printer can get online.  
    I've manually downloaded the HP Driver found at http://support.apple.com/kb/DL907  and that put the HP Utility on my computer (which was already there) but I don't see any place in the utility software that would let me enter my network password or even configure network settings for the printer. 
    My router is an Apple Airport Extreme, and the firmware is up to date.  Everything on my computer seems to be up to date.  I just cannot for the life of me figure out how to get this thing online.  Any help would be greatly appreciated =)

    Yup, there is no way to install your printer using OS X 10.8, sorry.
    However, there are alternatives.  Here is the easiest way:
    1. On the front of the printer: Setup [Scan] > Wireless > Restore Defaults.
    2. In the same Wireless menu, start WPS Pushbutton.
    3. On your Mac go to Applications > Utilities > Airport Utility.  Choose your Airport and click Edit.
    4. In the menu bar at the top of your screen go to Base Station > Add WPS Printer.
    5. Choose the FIrst Attempt mode, then Continue.
    Now your printer should be connected to your wireless network.  Next, go to System Prefs > Print & Scan, click the '+' sign to add your printer.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • How to Connect SbRIO to Host using NEtwork Stream

    Hi,
    I am using a program to transfer data from the PC to the Starter Kit using NEtwork Streams.Can anybody tell me how the IP of the PC / SbRIo should be configured in order to connect successfully.

    Hey,
    The first thing to do is make sure that the sbRIO can been seen in MAX under Remote Systems.  There is lots of info on the web for connecting cRIO which will be the same for a sbRIO.  Try these:
    Install NI LabVIEW, LabVIEW Real-Time and FPGA Modules, and NI-RIO Driver
    Assemble Your NI CompactRIO System
    Configure Your NI CompactRIO System for First Use
    Configure NI CompactRIO for DHCP
    Configure NI CompactRIO With a Static IP Address
    Install Software on Your NI CompactRIO Controller
    Introduction to NI LabVIEW
    Lewis Gear CLD
    Check out my LabVIEW UAV

  • How to connect extreme to an office network

    Hi Folks,
    Do you any of you know if it is possible to connect the Airport Extreme to an office network?
    If so, how would this be done?

    Not sure what you mean by office network. Is this a network that someone else has set up and administers?
    If yes, you would need to check with the network administrator to see whether or not a router like the AirPort Extreme would be allowed to connect to the network.
    If yes, the AirPort Extreme would need to connect using an Ethernet cable from the WAN "O" port on the AirPort Extreme to an available Ethernet port on the network.
    You don't mention what service you want the AirPort Extreme to provide. What might that be?

  • How to connect Apple TV to wireless network needing two passwords?

    The device will connect initially just fine, and I type in the first password and it connects. The issue with the network is that after typing in the initial password you need to open a web browser to type in a second password, kind of like some hotels require you to do. I read somewhere that you can call the internet provider and have them add your MAC/wifi address for your Apple TV straight into the network for connection, so my apartment manager called the internet provider to do so, but claims they won't do such a thing.
    Anyone have a different solution? Connection through a computer or external device? I don't have a clue what else could be possible since my computer/phone can see my Apple TV but the Apple TV can't see other devices because it's not actually connected to the internet. I'm out of options!
    Help is much appreciated, thank you!!!

    https://www.google.dk/search?client=opera&q=internet+sharing+in+osx&sourceid=ope ra&ie=UTF-8&oe=UTF-8
    it take a bit of skills and knowledge to setup
    so read up on it and give it a go
    or give up
    or ask somebody you know who got some skills to show you

  • How to connect my macbook with local network

    hi,
    i would like to connect my macbook with the localnetwork. please guide me how to do it

    If you are attempting to share your iPad mini's cellular data connection with the MacBook, please check out the following Apple Support article for additional details on how to do so.

  • How to connect direct tv to my network

    Just got Direct TV whole home DVR and cannot connect wirelessly to my network. Says my password is incorrect. What do I need to do?

    Sorry, but that is the version of firmware that you are using, not the version of AirPort Utility.
    Open Macintosh HD > Applications > Utilities > AirPort Utility
    Click on the AirPort Utility menu just to the right of the Apple icon
    Click About AirPort Utility
    The version will either be 5.x.x or 6.0

  • How to connect pcs to secured apple network?

    My girlfriend has two pcs, one for work and one for personal use.  She is able to connect to my apple network if it is the automatic, unsecured setting but if I setup a secured network it seems to be nearly impossible her to connect.  We have tried the WEP 13 character password, which we understand is almost useless.  We have tried the WPA2 13 character password also.  Does anyone have any knowledge of this problem?  It does not seem to be a very common issue because I am not able to find any answers which make it work yet.

    No guarantees, but this worked perfectly on my sister's XP machine.
    On your Mac......
    Open Macintosh HD > Applications > Utilities > AirPort Utility
    Select your Apple router and click Manual Setup
    Click the Wireless tab below the row of icons
    Change the setting for Wireless Security to WPA/WPA2 Personal
    Use an 8 character password consisting only of of numbers and lower case letters with no spaces
    Click Update to save settings
    Restart the PC and try to log on.
    If still no luck, the Windows FireWall settings likely need to be checked by a PC guy who understands them. The anti-virus program may also be blocking the connection.

  • Urgent How to connect sql plus from spx network

    My lsnrctrl is giving error show below
    Starting tnslsnr: please wait...
    TNSLSNR for 32-bit Windows: Version 2.3.2.1.0 - Production
    System parameter file is D:\ORAWIN95\network\admin\listener.ora
    Log messages written to D:\ORAWIN95\network\log\listener.log
    Trace information written to D:\ORAWIN95
    \network\trace\listener.trc
    Attempted to listen on: (DESCRIPTION=(CONNECT_TIMEOUT=10)
    (ADDRESS=(PROTOCOL=SPX)
    (Service=dev3_lsnr)))
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 55: Unknown system error
    no listener error
    TNS-12560: TNS:protocol adapter error
    no listener error
    I am using windows 95 and have a personal oracle 7.3.And want to
    connect on spx network
    null

    Login as sysdba when you are using SYS user
    i.e in username=sys as sysdba
    password=<your password>
    And Refer this doc for better understanding
    http://docs.oracle.com/cd/B19306_01/server.102/b14357/ch3.htm

  • How to connect to a "EAP-SIM" authentication wlan ...

    Any advice would be great!
    Thanks

    Hi,
    What you can do is to set up a reverse and the forward proxy. When the client hits the first proxy it should be configured as a reverse proxy which will redirect the request to the second proxy (this will be a reverse proxy) which will connect to the internet.
    Hope this helps.
    Regards,
    Dakshin.
    Developer Technical Support
    Sun Microsystems
    http://www.sun.com/developers/support.

  • How to connect a PS3 to BT Openzone or Bt FON

    I thought I would post this information as it has taken me all morning, a lot of phone calls and reading on google to sort this out!!
    Problem I had:  I want to take my PS3 to my parents house when visiting and they dont have any access to the internet.  I am a total broadband customer and have access to BT FON & Openzone.
    I called BT directly and they said they didnt support it so I nearly gave up however I have now found out exactly how to connect!!
    Go to Network settings on PS3
    Go to  - Internet connection settings
    Choose - Custom
    Choose - Wireless
    Choose - Scan
    Pick whichever has highest signal strength - either BT FON or BT Openzone
    SSID should come up with BtOpenzone (leave it as it is!)
    WLAN settings - choose none
    IP address - auto
    DHCP host - do not set
    DNS - Automatic
    MTU - automatic
    Proxy server - do not use
    UPNP - enable
    Press x to save settings
    At this point it will test connection and show the IP address has been found but the internet connection failed, this is fine. Come out of settings and go to your internet browser on PS3
    Once you launch the browser you get the BT openzone log in page, enter your details if you are a customer or buy the package / whichever is your preference.  
    Once you have logged in you can then close the browser and launch an online game!
    I played Black Ops on BT Openzone at signal strength 100%, it was perfect and I had no problems at all!
    I hope this helps!!!

    Hi, BTOPENZONE is my normal wireless network. I only have openzone and pay monthly for it!
    Has anyone found a solution to the problem mentioned above with regards to the PS3 not obtaining an IP adrress from the OPENZONE access point? I alled th openzone helpline last night and am no further on today!
    Please can someone help me!!

  • How to connect a Sony Bravia TV to the internet through your Airport network

    Since it took me a lot of time to figure out how to connect my Sony Bravia TV to the internet through my Airport network, I better share how to do it. Hopefully saving others a lot of time.
    My 32EX600 Sony Bravia TV is Ethernet connected to my Mac Mini, which is part of my Airport network, together with another Mac, an Airport Extreme Base Station and an ADSL modem/router. Moreover, the Mac Mini is connected to the TV by HDMI.
    Whatever I tried in the TV’s Wired Network Set-up (Auto, or Manual with manual IP, Subnet Mask, Default Gateway and DNS IPs), I couldn’t get it right. Cable Connection and Local Access were mostly OK, Internet Access always Failed.
    The solution lies in the Sharing panel of the System Preferences of the Mac Mini. In the Internet Sharing item of that panel, you should choose to “share your internet connection from WiFi to computers (the TV in this case) using Ethernet“, and NOT (as I had chosen before and seemed so obvious) “share your internet connection from Airport to computers using Ethernet“. After that change, the Bravia Network Set-up, using the Wired and Auto options, flawlessly connected to the internet. No expensive (Sony) WiFi USB dongle needed.

    I have now had a detailed reply from Sony Europe and the way to do this is to:
    1.       Press Home on the TV Setup
    2.       Use the right and left arrow to select Setting.
    3.       Use the up and down to select Network, press Enter.
    4.       Select Network Setup.
    5.       Select Wireless setup.
    6.       Select Scan
    7.       Select your network
    8.       A new screen will appear asking for entering the security key.
    9.       Enter your WPA2 key.
    10.   Select Enter.
    11.   It will take you back to the same screen asking for entering the
    security key.
    12.   Press the right arrow.
    13.   Select Auto.
    14.   Press the right arrow.
    15.   Select Save and connect.
    These instructions are not the same as shown on the TV but they worked fine for me so they may help others with a similar problem.

  • How to connect old aiport express to my new Airport Extreme? My Ipad says "base station e5713b cannot be configured" and my AirPort tool on my PC will not permit me to add my new Airport Extreme network (no network names to choose from)

    How to connect old aiport express to my new Airport Extreme?
    I have a PC running with Win7 and just replaced my Jensen With a brand New Airport Extreme.
    I have set up the Airport Extreme to the internet, Iphones and Ipads and it work as it should.
    I have downloaded latest Version of Airport tool on my PC. In addition i have downloaded the airport tool for Ipad.
    I have reset one of my airport Express and it now shows up both on the Ipad and on the PC airport tool.
    My Ipad says "base station e5713b cannot be configured."
    I have wired the airport Express to my Ethernet to be able to "see it" on my Airport tool.
    My AirPort tool on the PC will not permit me to add the airport Express to my new Airport Extreme network (no network names on the drop-down list to choose from). I wished for an easy set-up, but nothing seems to be plug and play as the Commercial says.. can you please help me?
    Sigve

    Hi
    Thanks for Swift reply.
    Yep - I in fact have two A1088 and one A1264
    I actually bought the new router because the Jensen
    router always lost connection to the Airport Express after some hours or days. I
    always needed to restart my Jensen to play music and that was driving my wife
    mad. The hope was that the Extreme should fix this. Both A1088 have been set up
    to only stream music to two of my stereo amplifiers from my PC’s Itunes library.
    Are the A1088 now useless?
    The A1264 has been set up to feed internet into a Denon Reciever that needed Ethernet cable.
    Please advise
    Regards
    Sigve

Maybe you are looking for