Hello Jay -
On Tue, 18 Jul 2000, Jay West wrote:
> Our NAS devices and radiator server use ports 1812 and 1813 for
> authentication and accounting.
>
> We just added another NAS that needs to use 1646 for accounting - that
> cannot be changed.
>
> So we have a choice - reconfigure everything to use 1645/1646, or....
>
> is there a way to let radiator accept accounting packets on either 1813 or
> 1646 (but keep authetication on 1812 only)? Or better yet, use 1812/1813 for
> all our gear except this one particular nas and have only this nas use 1812
> for authentication and 1646 for accounting?
>
I think I would use the "divide and conquer" approach. With recent versions of
Radiator (latest is 2.16.1) you can now seperate processing functions into
multiple instances of Radiator, so you can do something like this:
# First copy of Radiator, running Authentication only on port 1812
.......
AuthPort 1812
AcctPort
.....
# Second copy of Radiator, running Accounting on port 1813
......
AuthPort
AcctPort 1813
.....
# Third copy of Radiator, running Accounting on port 1646
......
AuthPort
AcctPort 1646
.....
This setup with three copies of Radiator will also improve performance, as the
Accounting processing overhead is removed from the Authentication processing.
hth
Hugh
--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
Platypus, Freeside, Interbiller, TACACS+, PAM, external, etc, etc.
Available on Unix, Linux, FreeBSD, Windows 95/98/2000, NT, MacOS X.
===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.