WiMAX Auth

Kristoffer Milligan kristoffer at nextnet.no
Thu Dec 18 07:49:33 CET 2008


mysql> select * from radreply where username = 'kaffi';
+------+----------+---------------------+----+--------------+
| id   | username | attribute           | op | value        |
+------+----------+---------------------+----+--------------+
| 8614 | kaffi    | Filter-ID           | =  | Default      | 
| 8615 | kaffi    | Session-Timeout     | =  | 3600         | 
| 8626 | kaffi    | WiMAX-MN-NAI        | =  | %{User-Name} | 
| 8627 | kaffi    | WiMAX-IP-Technology | =  | 3            | 
+------+----------+---------------------+----+--------------+
4 rows in set (0.00 sec)

My dictionary entry:
ATTRIBUTE       WiMAX-MN-NAI                            78      string

My serverlog:
Thu Dec 18 07:47:51 2008 : Info: +- entering group post-auth {...}
Thu Dec 18 07:47:51 2008 : Info: [wimax] MIP-RK =
0x9682b6cc9925949cce138e6fd148e9ac21c94c9e552ef2173c3e996aef87bff96f50564a5dcf85a505300a4e319349dce56c5a1f0308e6bb7e29a5f89e0a4949
Thu Dec 18 07:47:51 2008 : Info: [wimax] MIP-SPI = 41f3aefe
Thu Dec 18 07:47:51 2008 : Info: [wimax] WARNING: WiMAX-MN-NAI was not
found in the request or in the reply.
Thu Dec 18 07:47:51 2008 : Info: [wimax] WARNING: We cannot calculate
MN-HA keys.
Thu Dec 18 07:47:51 2008 : Info: [wimax] WARNING: WiMAX-IP-Technology
not found in reply.
Thu Dec 18 07:47:51 2008 : Info: [wimax] WARNING: Not calculating MN-HA
keys
Thu Dec 18 07:47:51 2008 : Info: ++[wimax] returns updated
Thu Dec 18 07:47:51 2008 : Info: ++[exec] returns noop
Sending Access-Accept of id 223 to 192.168.106.2 port 1812
	Filter-Id = "Default"
	Session-Timeout = 3600
	WiMAX-MN-NAI = "%{User-Name}"
	WiMAX-IP-Technology = CMIP4
	MS-MPPE-Recv-Key =
0x0d8927cde5e7cd69d7b1af9e38e7fb91948e2d4202cbdaa3b2273457423f9e03
	MS-MPPE-Send-Key =
0x84eb7dad459a1bbda54348214562953f89220223440dc41d95181167c4cedc95
	EAP-Message = 0x03080004
	Message-Authenticator = 0x00000000000000000000000000000000
	User-Name = "{am=1}155486b1a70ae371e7f2cacc01189ccc"
Thu Dec 18 07:47:51 2008 : Info: Finished request 15.


Any idea what might be wrong?

PS: Changing WiMAX-MN-NAI = "%{User-Name}" to 'kaffi' doesn't make a
difference.

Sincerely,
Kristoffer Milligan


On Wed, 2008-12-17 at 22:58 +0100, tnt at kalik.net wrote:
> >My question is, where do I add these replies? I currently have my radius
> >doing its lookups in a MySQL database.
> >
> 
> radreply table.
> 
> Ivan Kalik
> Kalik Informatika ISP
> 
> -
> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html




More information about the Freeradius-Users mailing list