All, I am trying to get the RADIUS server to not only authenticating the supplicant, but providing the NAS with a VLAN ID. I have tried certain resources and haven't been able to receive the VLAN ID. Can any provide any help in this area? Thanks William E. W. Russell Member of Technical Staff (Software Development) 198 Brighton Avenue Long Branch, New Jersey 07740 Home #: 732-752-2037 Cell #: 732-744-6483
William E. Russell schrieb:
All,
I am trying to get the RADIUS server to not only authenticating the supplicant, but providing the NAS with a VLAN ID. I have tried certain resources and haven't been able to receive the VLAN ID. Can any provide any help in this area?
Thanks
William E. W. Russell Member of Technical Staff (Software Development) 198 Brighton Avenue Long Branch, New Jersey 07740 Home #: 732-752-2037 Cell #: 732-744-6483
------------------------------------------------------------------------
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
See: http://www.linux-magazine.com/issue/52/Freeradius_802.1X.pdf If you have further questions, please come back to this list or to me. Michael.
Hi,
I am trying to get the RADIUS server to not only authenticating the supplicant, but providing the NAS with a VLAN ID. I have tried certain resources and haven't been able to receive the VLAN ID. Can any provide any help in this area?
depends on your NAR - you need to send back the correct return attributes - eg use the users file, or populate the SQL radreply table with the things you need. for example, a Cisco device would want the tunnel medium type, type and private group id Tunnel-Medium-Type = "IEEE-802" Tunnel-Type = "VLAN" Tunnel-Private-Group-Id = "100" this would tell the NAS to put the user onto VLAN 100 alan
participants (3)
-
A.L.M.Buxey@lboro.ac.uk -
Michael Schwartzkopff -
William E. Russell