Using freeradius and 802.1x for ssign VLAN X
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.
Start by correcting typing mistake (as you were told once already):
Tunne-type = VLAN,
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
http://wiki.freeradius.org/index.php/FAQ#It_still_doesn.27t_work.21 Let's see what are you sending to the user.
I use freeradius-1.0.4-1.FC4.1 version
Why? Upgrade doesn't cost anything. Ivan Kalik Kalik Informatika ISP
Hi,
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
once again, check your users file! look at the big typo on line 3, its Tunnel-Type = VLAN alan
participants (3)
-
A.L.M.Buxey@lboro.ac.uk -
lvizcardof@unsa.edu.pe -
tnt@kalik.co.yu