Mac authentication

Alan DeKok aland at deployingradius.com
Thu Feb 28 17:19:45 CET 2019


On Feb 28, 2019, at 11:14 AM, Luc Paulin <paulinster at gmail.com> wrote:
> 
> So what would be the way of assigning vlan to mac address. I am sure
> there's something I miss/don't undertand but can't figure it out reading
> docs/forums. Would be appreciate if you could give me a hint.. Thanx!

  Typically you read the NAS documentation to see what RADIUS attributes it needs in order to do VLAN assignment.

  Then, configure FreeRADIUS to send those attributes.  Something like:

  update reply {
	Tunnel-Type := VLAN
	Tunnel-Medium-Type := IEEE-802
	Tunnel-Private-Group-Id := "VLAN ID OR VLAN NAME"
 }

  Alan DeKok.




More information about the Freeradius-Users mailing list