Can you listen for both auth and acct packets on the same port? If so, how do you express that config in radiusd.conf -Jason Ellison
On Mon, 15 May 2006, Alan DeKok wrote:
"Jason L. Ellison" <infotek@datasync.com> wrote:
Can you listen for both auth and acct packets on the same port?
No.
Alan DeKok. thanks, i had already read all the RFC's. I was only asking because I'm using an Airmatrix (linux based) WAP. And it sends auth and acct packets to the same port. It's a bit broken.
RFC2865 "Remote Authentication Dial In User Service (RADIUS)" The officially assigned port number for RADIUS is 1812. http://www.ietf.org/rfc/rfc2865.txt?number=2865 RFC2866 "RADIUS Accounting" The officially assigned port number for RADIUS Accounting is 1813. http://www.ietf.org/rfc/rfc2865.txt?number=2866
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Hi,
Can you listen for both auth and acct packets on the same port?
No.
thanks, i had already read all the RFC's. I was only asking because I'm using an Airmatrix (linux based) WAP. And it sends auth and acct packets to the same port. It's a bit broken.
write a simple source code modification. One of the early packet parsing checks is whether the ports match or not. Take away that check and it should work. Greetings, Stefan Winter -- Stefan WINTER Stiftung RESTENA - Réseau Téléinformatique de l'Education Nationale et de la Recherche Ingenieur Forschung & Entwicklung 6, rue Richard Coudenhove-Kalergi L-1359 Luxembourg E-Mail: stefan.winter@restena.lu Tel.: +352 424409-1 http://www.restena.lu Fax: +352 422473
Stephan, Thanks you very much. Because this OS is proprietary, I may be forced to do that. For now I am trying to work with the vendor to change acct and auth packets. -Jason Ellison "The trouble with being punctual is that nobody's there to appreciate it." -- Franklin P. Jones On Mon, 22 May 2006, Stefan Winter wrote:
Hi,
Can you listen for both auth and acct packets on the same port?
No.
thanks, i had already read all the RFC's. I was only asking because I'm using an Airmatrix (linux based) WAP. And it sends auth and acct packets to the same port. It's a bit broken.
write a simple source code modification. One of the early packet parsing checks is whether the ports match or not. Take away that check and it should work.
Greetings,
Stefan Winter
-- Stefan WINTER
Stiftung RESTENA - Réseau Téléinformatique de l'Education Nationale et de la Recherche Ingenieur Forschung & Entwicklung
6, rue Richard Coudenhove-Kalergi L-1359 Luxembourg E-Mail: stefan.winter@restena.lu Tel.: +352 424409-1 http://www.restena.lu Fax: +352 422473
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (3)
-
Alan DeKok -
Jason L. Ellison -
Stefan Winter