redundant ippools using rlm_ippool in v1.1.3

Matthias Witte witte at netzquadrat.de
Tue Sep 16 19:23:13 CEST 2008


The patch works as promised in version 1.1.3 if applied. The
post-auth section in radiusd.conf doesn't though.

As suggested by Michael with Kostas' patch applied you have to pass
"DEFAULT" as Pool-Name check attribute in 'users'.

> You should to set Pool-Name to "DEFAULT" in 'users'. like this
> 
> >         DEFAULT Huntgroup-Name == "lns0x", Pool-Name := DEFAULT, Post-Auth-Type := LNS0X
> >                 Fall-Through = Yes
> 
> >         DEFAULT Huntgroup-Name == "lns0y", Pool-Name := DEFAULT, Post-Auth-Type := LNS0Y
> >                 Fall-Through = Yes

The post-auth section as posted by me does not work:

> >         Post-Auth-Type LNS0X {
> >                 redundant {
> >                         lns0x-00
> >                         lns0x-01
> >                 }
> >         }

lns0x-01 is for unknown reasons not called. It has to be:

	Post-Auth-Type LNS0X {
		group {
			lns0x-00 {
				ok = return
				fail = 1
			}

			lns0x-01 {
				ok = return
				fail = 1
			}
			
			notfound = reject
		}
	}

The accounting section contains simply

	lns0x-00
	lns0x-01

	lns0y-00
	lns0y-01


Thanks for your help!

-- 
Matthias Witte - witte at netzquadrat.de
Telefon: +49 (0)211-30 20 33-18
Telefax: +49 (0)211-30 20 33-22

[netzquadrat] GmbH - Gladbacher Str. 74 - 40219 Düsseldorf
HRB Düsseldorf 36121 - Geschäftsführer: Thilo Salmon, Tim Mois
Steuernummer: 106/5719/1836, Umsatzsteuer-ID: DE246863050

billiger-telefonieren.de - billiger-surfen.de - stromseite.de - sms.de



More information about the Freeradius-Users mailing list