(RADIATOR) Multiple Sessions

Hugh Irvine hugh at open.com.au
Wed Mar 8 01:44:41 CST 2006


Hello Ben -

Radiator should be able to do what you describe with no changes.

Or are you meaning you want to limit sessions to one of each?

If so, you can set up your configuration based on Handlers like this:

# 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 Dialup
	.....
</Client>

......

<Client 10.10.10.10>
	Identifier DSL
	.....
</Client>

<Client 20.20.20.20>
	Identifier DSL
	.....
</Client>

<Client 30.30.30.30>
	Identifier DSL
	.....
</Client>

.....

# define session databases

<SessionDatabase SQL>
	Identifier DialupSDB
	....
</SessionDatabase>

<SessionDatabase SQL>
	Identifier DSLSDB
	....
</SessionDatabase>



# define Handler

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

<Handler Client-Identifier = DSL>
	SessionDatabase DSLSDB
	.....
</Handler>


hope that helps

Hugh


On 8 Mar 2006, at 14:47, Ben Lisle wrote:

> Hi,
>
> Has anyone had any success in configurating Radiator to allow a
> duplicate session (mutliple users) based on access method?
>
> A real world example would be allowing users to be both connected via
> broadband (DSL/PPPoE) and dialup at the same time using the same
> user/account information.
>
> I've trolled through the list archives without much success.  Any
> suggestions would be nice.
>
> Thank you,
>
> Ben
>
> --
> 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.


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