How to configure integrated EAP server with EAP-MD5

Jouni Malinen jkmaline
Sun Sep 10 16:27:17 PDT 2006


On Thu, Sep 07, 2006 at 12:26:34PM +0200, chikh omar wrote:

> can you please Help me (step-by step) how to configure hostapd with an integrated eap server

Add EAP server and EAP-MD5 into the build configuration (.config):

CONFIG_DRIVER_WIRED=y
CONFIG_EAP=y
CONFIG_EAP_MD5=y

Build hostapd:

make clean
make

Create runtime configuration files:

test.conf:

driver=wired
interface=eth0
eap_server=1
ieee8021x=1
eap_user_file=eap.users
logger_stdout=-1
logger_stdout_level=0

eap.users:

"user"		MD5	"password"


Start hostapd:

./hostapd -dd test.conf

-- 
Jouni Malinen                                            PGP id EFC895FA




More information about the Hostap mailing list