virtual server configuration

Alan DeKok aland at deployingradius.com
Sun Mar 9 04:09:39 CET 2008


usawebbox at fastmail.fm wrote:
> I want to run two virtual servers on different ports, where one server
> allows PEAP-MSCHAPV2 and the other doesn't. It seems that only one
> eap.conf can be used.

  No.  You can have multiple instances of the EAP module, just like
anything else:

  eap foo {
	...
  }

  eap bar {
	...
  }

> I can see how to separate the Authorize and
> Authenticate sections, but I haven't seen any documentation on the
> syntax to select or reject auth types - let alone individual EAP types -
> within that file. I tried to make blocks for each server within
> eap.conf, but it didn't work. Is there a doc on the details of this
> feature, or some good examples online.

  Configure two different eap modules.  Then refer to "foo" or "bar",
and not 'eap".  The problem will solve itself.

  Alan DeKok.



More information about the Freeradius-Users mailing list