5 Jan
2017
5 Jan
'17
1:16 p.m.
On Jan 5, 2017, at 1:00 PM, HugLeo <hugocanalli@gmail.com> wrote:
My BRAS server send two types of radius requisition with NAS-Port-Type.
For dhcp it's send "Ethernet" and for pppoe it's send "Virtual"
I would like to know if is possiblie that if NAS-Port-Type = Virtual freeradius ignore validating the user by mac.
Sure. Write a policy to do that: if (NAS-Port-Type == Virtual) { ... do one thing ... } else { ... do mac authentication ... } Alan DeKok.