23 Dec
2008
23 Dec
'08
5:01 a.m.
Dimitris Theofilatos wrote:
Hi, At the section post-auth of the file raddb/sites-enabled/default i put the next lines update "reply"{ # WiMAX-MN-NAI = "%{User-Name}" # WiMAX-IP-Technology = CMIP4 WiMAX-MSK = EAP-MSK
See "man unlang". You need to use %{EAP-MSK}. ...
WiMAX-MSK = 0x4541502d4d534b
WiMAX-MSK is not 64 bytes and the ASN-GW doen not accept it...
It contains the ASCII string "EAP-MSK", which is what you told it to do.
Do i have to make more changes?
Yes. Alan DeKok.