Hi,
ok, this is out when i write "radiusd -X -x" :
just the one big X will do thanks okay, heres the issue
Mon Oct 20 12:08:36 2008 : Debug: (Loaded rlm_eap, checking if it's valid) Mon Oct 20 12:08:36 2008 : Debug: Module: Linked to module rlm_eap Mon Oct 20 12:08:36 2008 : Debug: Module: Instantiating eap Mon Oct 20 12:08:36 2008 : Debug: eap { Mon Oct 20 12:08:36 2008 : Debug: default_eap_type = "md5"
you've got the default type as md5
Mon Oct 20 12:08:37 2008 : Debug: Module: Instantiating eap-mschapv2 Mon Oct 20 12:08:37 2008 : Debug: mschapv2 { Mon Oct 20 12:08:37 2008 : Debug: with_ntdomain_hack = no Mon Oct 20 12:08:37 2008 : Debug: } Mon Oct 20 12:08:37 2008 : Error: rlm_eap: No such sub-type for default EAP type md5
but then you've removed or commented out the md5 stanza from eap.conf
Mon Oct 20 12:08:37 2008 : Error: /usr/local/etc/raddb/eap.conf[17]: Instantiation failed for module "eap" Mon Oct 20 12:08:37 2008 : Error: /usr/local/etc/raddb/sites-enabled/inner-tunnel[223]: Failed to find module "eap".
rlm_eap has failed to load because you've messed the config up - and therefore anything that depends on eap will fail.
Mon Oct 20 12:08:37 2008 : Error: /usr/local/etc/raddb/sites-enabled/inner-tunnel[176]: Errors parsing authenticate section. Mon Oct 20 12:08:37 2008 : Debug: } Mon Oct 20 12:08:37 2008 : Debug: } Mon Oct 20 12:08:37 2008 : Error: Errors initializing modules
..finally, because a virtual server cannot start up, then neither can the main process fix your eap.conf (hell, just set default type to be peap if thats all you want and need) and all will be better alan