Radius allocated VLAN: I can join all VLANs but VLAN1
Hello,
I've got a setup with an external Freeradius with which depending on provided credentials, wifi guest can join any VLAN except one: the VLAN 1, ie the default VLAN which is also the management VLAN.
All AP are EAP245.
My Freeradius users file contains :
foo1 Cleartext-Password := "123456abc"
Tunnel-Type = 13,
Tunnel-Medium-Type = 6,
Tunnel-Private-Group-ID = 1
foo2 Cleartext-Password := "123456abc"
Tunnel-Type = 13,
Tunnel-Medium-Type = 6,
Tunnel-Private-Group-ID = 101
When I enter foo2 credentials, it works (and I belong to VLAN 101).
When I enter foo1 credentials, it doesn't work (and I can't join VLAN1):
I can see my DHCP server receiving a DHCPDISCOVER et replying with a DHCPOFFER but I can't see the DHCPREQUEST/DHCPACK that normally follows.
I suspect the SG2428P switch does not forward the DHCPOFFER from the DHCP server to the requesting AP ou AP wifi client but I don't know how to check this.
For various reasons, the SG2428P switch is not managed by my OC300 so I configured it by hand, setting PVID to 1 on every port.
1. Is there an easy way to spy DHCP traffic on AP ?
2. Is there an easy way to spy the traffic a SG2428P rejects or forwards ?
3. Thoughts ? Advice ?
Best regards