tuomaura / eap-noob

Nimble out-of-band authentication for EAP (EAP-NOOB)
14 stars 11 forks source link

hostapd Execution error #5

Closed INKYUSONGG closed 5 years ago

INKYUSONGG commented 5 years ago

It's done in sequence, but it doesn't work. error : RADIUS SRV: Invalid line 1 in 'hostapd.radius_clients' There is an error in this part.

ms-s commented 5 years ago

hostapd.radius_client contains configuration information about the RADIUS clients. Depending on your deployment, the RADIUS client may reside in the access point (NAS). An example configuration line will be as follows:

10.1.2.3 secret_passphrase

Here, 10.1.2.3 is the IP address of your access point and secret_passphrase is the secret used for securing the RADIUS packets. You will need to replace the current contents of the file, replacing the NASIP with the actual IP address of your RADIUS client and shared-secret-with-nas with the secret that is configured on the RADIUS client.

INKYUSONGG commented 5 years ago

Thank you for your answers.

And I have a question in the DB section.

The 'peers_connected' table is not visible in the database. So I want to know where I create.