Hi gurus,
I am trying to implement mac address authentication on Lucent Orinoco's
wireless access points AP-1000 which have Radius capability already built in
them. I have made the wireless access point as the client of radius in the
/etc/raddb/clients.conf file say like this:

client 128.111.20.0/24 {
        secret          = testing123
        shortname       = CS Test
}

After this I made the wireless access point's wireless eth card int. as a
user in /etc/raddb/users file like this:



#Access Point 3152C
        00022d-0302b0 Auth-Type = Local, User-Password == "testing123"
        Service-Type = Framed-User,
        Framed-Protocol = PPP,
        Framed-IP-Address = 128.111.20.96,
        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


After this I made the wireless clients mac addresses as users in the same
file in a similar manner as above.

But this doesn't work unfortunately! The wireless client (which is actually
a Laptop with Orinoco Silver PC card cannot talk to the network. This
essentially means that the radius server is not authenticating this client.
I can say this because the Laptop can ping the IP address of the wireless AP
but it cannot ping anywhere else.

I am wondering if the format of my /etc/raddb/clients.conf file is correct
or not? Because I have not found any formal syntax for this file anywhere.
Please have a look at my files format as I have given above and tell me if
this is correct or not? I will be thankful for all your help.

-SMB


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

Reply via email to