Здравствуйте, FreeRadius! Вы писали 16 сентября 2008 г., 23:23:13:
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 } }
what about simple: Post-Auth-Type LNS0X { lns0x-00 lns0x-01 } Post-Auth-Type LNS0Y { lns0y-00 lns0y-01 }
lns0x-01 is for unknown reasons not called. It has to be: are lns0x-00 have no free entries? in my case second pool used only when first does't give free ip.