Hi, I use freeradius-1.0.4-1.FC4.1 version in a PC Linux Fedora Core 4. I form the file uses: lucy Auth-Type := EAP, User-Password == "lucy" Service-Type = Framed-User, Tunne-type = VLAN, Tunnel-medium-type = IEEE-802, Tunnel-Private-Group-Id = 2 I have this problem: The user "lucy" should to access to vlan 2. But for default it user access to the vlan 1. I don't know how to do for the user "lucy" access to vlan 2 This is the configuration of file eap.conf ================== eap { default_eap_type =tls timer_expire = 60 ignore_unknown_eap_types = no md5 { } leap { } gtc { auth_type = PAP } tls { private_key_password = whatever private_key_file = ${raddbdir}/certs/cert-srv.pem certificate_file = ${raddbdir}/certs/cert-srv.pem CA_file = ${raddbdir}/certs/demoCA/cacert.pem dh_file = ${raddbdir}/certs/dh random_file = ${raddbdir}/certs/random fragment_size = 1024 include_length = yes } ttls { default_eap_type = md5 use_tunneled_reply = yes } peap { default_eap_type = mschapv2 } mschapv2 { } } ============== If any know how resolv this, please write me. ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.