Results 1 to 5 of 5

Thread: No connectivity during installation under EAP-PEAP/MSCHAPV2

  1. #1
    Join Date
    2015-Oct
    Posts
    3

    No connectivity during installation under EAP-PEAP/MSCHAPV2

    Hi guys! Glad to be here!

    I am stuck at the very beginning of Kali Linux - the installation.

    I wanted to install Kali on my experimental laptop to try it out and have not succeeded so far. I will try to explain my problem:

    I enter the non-graphic installation interface and give the first few parameters (region, language). When it comes to ask for wifi-connection, it is only able for me to enter an ESSID and a passphrase.

    So I go back to the menu and enter a shell where I create a /etc/wpa_supplicant.conf and add the following parameters:

    Code:
    network={
    	ssid="example"
    	key_mgmt=WPA-EAP
    	identity="[email protected]"
    	password="foobar"
    	phase1="peaplabel=1"
    	phase2="auth=MSCHAPV2"
    	priority=10
    }
    The site where I found the example file also contained
    Code:
    	eap=PEAP
    	ca_cert="/etc/cert/ca.pem"
    but since the command
    Code:
    wpa_supplicant -i wlan0 -B -c /etc/wpa_supplicant.conf
    returned a parse error at eap, and I am not using a CA-Cert, I left them out and got a success-return.
    Still I am not able to ping anything so I suppose the mistake has been already made or I did not finish my work.

    When I re-enter the installation guide, Kali is looking for networks and wants me to enter ESSID/password again which of course fails.

    Is there any way fix this or to start something easy like networkmanager during installation so a lowbob like me can install his OS?
    This is quite disturbing, also because I wanted to switch my desktop distribution Manjaro to Arch for which WLAN access also is obligated during installation. So far I am glad I did not start with that :/

    If anyone could help I'd be glad.

    Kind regards,

    clockshell

  2. #2
    Join Date
    2015-Jul
    Location
    /home/duxim
    Posts
    408
    this post is about working method how to install Kali 2.0 on system
    https://forums.kali.org/showthread.p...-Kali-2-0-Sana
    read it

  3. #3
    Join Date
    2015-Oct
    Posts
    3
    You didn't read my post, did you?

  4. #4
    Join Date
    2015-Oct
    Posts
    3
    I do not get any connectivity, therefore I cannot start Installation procedure.

    Is there a possibility to install a package in live mode?

  5. #5
    Join Date
    2015-Jul
    Location
    /home/duxim
    Posts
    408
    Quote Originally Posted by clockshell View Post
    You didn't read my post, did you?
    Dear clockshell
    Yes I read your post, but answer me on this question.
    Why I give you those link? Maybe something in this link have a solution to your problem?
    Did you read those post? Did you passed first 3 steps? Did you try another iso img?
    What type of network adapter you use? What is your hardware configuration?
    All of this questions are important.

    "I do not get any connectivity, therefore I cannot start Installation procedure"
    this is a result not a couse

Similar Threads

  1. PEAP MSCHAPV2 connection drops like clockwork after 10 minutes
    By durexlw in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2020-05-25, 13:46

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •