Hello all,
I configured freeradius for a wireless LAN, I will try to use MAC address authentication, but unfortunately AP does not send any request.
I used "tcpdump" and did not see any request, I tested the freeradius by using both NTRadPing and radtest it is working perfectly.

Any idea??

Regards,

PS: below is the user the user and clients.conf file example entries:
PS2: do I need to enter the MAC address of the ethernet card in the AP??












clients.conf:
***********
client 192.168.91.104 {
secret = secret
shortname = AP104
}
***********
users:

#Orinoco Card AP-1000
00022d-033170 Auth-Type := Local, User-Password == "secret"
Service-Type = Framed-User,
Framed-Protocol = PPP,
# Framed-IP-Address = 172.16.3.33,
# Framed-IP-Netmask = 255.255.255.0,
Framed-Routing = Broadcast-Listen,
# Framed-Filter-Id = "std.ppp",
Framed-MTU = 1500,
Framed-Compression = Van-Jacobsen-TCP-IP

#Orinoco Card PCMCIA
00022d-02a23b Auth-Type := Local, User-Password == "secret"
Service-Type = Framed-User,
Framed-Protocol = PPP,
# Framed-IP-Address = 172.16.3.33,
# Framed-IP-Netmask = 255.255.255.0,
Framed-Routing = Broadcast-Listen,
# Framed-Filter-Id = "std.ppp",
Framed-MTU = 1500,
Framed-Compression = Van-Jacobsen-TCP-IP


- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to