Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I'm authenticating wireless users using MAC authentication. That works with no problem using FreeRadius. I'm trying to set the client VLAN with the Tunnel-Type, Tunnel-Medium-Type and Tunnel-Private-Group-ID attributes, but I can't get it working: th...
I'm using a Lucent WavePoint-II access point (WEP enabled).It works well with lucent and 3com lan adapters but it fails withthe CISCO 350 adapter... The CISCO adapter can associate to the adaptor but it seems it can't transmit or receive anypackets. ...
I finally found out the problem: the Tunnel-* attributes must have a tag equal to 1, so the working freeradius config is:000c30e9xxxx User-Password == "000c30e9xxxx", Auth-Type := Accept Tunnel-Type:1 := VLAN, Tunnel-Medium-Type:1 :...