Alan DeKok schrieb:
Marten Pape wrote:
Now my goal is to tell the NAS to assign every wifi-packet to a certain
VLAN. I don't need to have a dynamic assignment of VLAN based on
usernames or something else. One VLAN would be sufficient.
You can assign the vlan in the "post-auth" section.
Now, I added this answer to the sites-available/default -> post-auth
section:
update reply {
Tunnel-Type := 13
Tunnel-Medium-Type = 6
Tunnel-Private-Group-ID = 123
}
But the access point doesn't seem to tag this traffic with the vlan-ID
123. As far as I know, this access point is able to do that. Do you see
anything else going wrong? The debug log of a new connection try is
attached below.