(RADIATOR) General Question about Radiator and AAA

Hugh Irvine hugh at open.com.au
Sat Apr 30 03:07:58 CDT 2005


Hello Ted -

On 29 Apr 2005, at 23:05, Theodore Knab wrote:

> Will Radiator make my headache go away ?
>

Yes.

> I have been pulled into a project to setup RADIUS. The original goal 
> was
> simple: to provide central contol for all the wireless access points.
>

Understood.

> I was planning on using EAP or LEAP for wireless with RADIATOR if my
> test works.
>

OK.

> I would be happy with just wireless managed under Radiator. However, I
> opened my big mouth.  :-!
> I said that RADIUS  could  be used for Wireless, 802.1 Port
> Authentication, and dial up.
> As a result, 'they' want/expect me to deliver it all.
>

OK.

> Is it possible to control three different types of clients with one
> Radiator machine ?
>

Yes.

> Is it possible to do it all with one Radiator instance ?
>

Yes.

> Is anyone using one Radiator instance for Wireless, 802.1x Port
> Authentication for wired clients on Ethernet, and dial up users ?
>

Many people do this.

> Is there any documentation that shows how to do this ?
>
> Any free advice would be greatly appreciate.

This has been discussed on the mailing list a fair bit.

	www.open.com.au/archives/radiator

I often find it useful to use Identifiers in the Client clauses and 
then use Handlers based on them.

# define Client clauses with Identifiers

<Client 1.1.1.1>
	Identifier Dialup
	.....
</Client>

<Client 2.2.2.2>
	Identifier Dialup
	.....
</Client>

<Client 3.3.3.3>
	Identifier Wireless
	.....
</Client>

.....

<Client n.n.n.n>
	Identifier Wired
	.....
</Client>

.....

# define Handlers

<Handler Client-Identifier = Dialup>
	.....
</Handler>

.....

<Handler Client-Identifier = Wireless>
	.....
</Handler>

.....

<Handler Client-Identifier = Wired>
	.....
</Handler>

.....

<Handler>
	......
</Handler>


There are also a great many example configuration files in the 
"goodies" directory of the distribution.

And of course we are also available on a contract basis for design, 
installation and training.

regards

Hugh


NB:

Have you read the reference manual ("doc/ref.html")?
Have you searched the mailing list archive 
(www.open.com.au/archives/radiator)?
Have you had a quick look on Google (www.google.com)?
Have you included a copy of your configuration file (no secrets),
together with a trace 4 debug showing what is happening?

-- 
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. Available on *NIX, *BSD, Windows, MacOS X.
-
Nets: internetwork inventory and management - graphical, extensible,
flexible with hardware, software, platform and database independence.
-
CATool: Private Certificate Authority for Unix and Unix-like systems.

--
Archive at http://www.open.com.au/archives/radiator/
Announcements on radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.


More information about the radiator mailing list