[RADIATOR] EAP authentication works first time, but goes into infinite loop on the second auth attempt

Hugh Irvine hugh at open.com.au
Tue Nov 16 17:12:58 CST 2010


Hello Neil -

As far as I can see, Radiator is operating correctly.

The authentication is successful, the connection starts but only stays up for 4 seconds, then the authentication repeats, the connection stays up for 4 seconds, etc.

I think you will need to check what is happening on the client and/or access point.

regards

Hugh


On 17 Nov 2010, at 09:20, Johnson, Neil M wrote:

> The first time I start the server I can successfully connect with a client, but if I disconnect the client and attempt to reconnect, authentication seems to go into an infinite loop.
> 
> Config file and trace 4 log below.
> 
> -Neil
> 
> #
> #  Main Radiator Config File
> #
> 
> # Uncomment these for testing
> Foreground
> LogStdout
> 
> LogDir          e:\LogFiles\Radiator
> DbDir                   c:\Program Files\Radiator
> LogFile         %L/%Y/logfile.%y%m%d
> PidFile         %L/radius.pid
> 
> # User a lower trace level in production systems:
> Trace           4
> 
> # Ports to listen on
> AuthPort 1812
> AcctPort 1813
> 
> # Clients
> <Client 128.255.11.74>
>        Secret  SECRET
> </Client>
> 
> #
> # This is where we authenticate a PEAP inner request, which will be an EAP
> # request.
> #
> <Handler TunnelledByPEAP=1>
> 
>        AuthByPolicy ContinueUntilAcceptOrChallenge
> 
>        # Authenticate with Windows LSA
>        # Normal Users
>        <AuthBy LSA>
>                UsernameMatchesWithoutRealm
>                DefaultDomain IOWA
>                Group ITS-WIRELESS-IOWA
>                EAPType MSCHAP-V2
>        </AuthBy>
> 
>        # Quarantined Users
>        <AuthBy LSA>
>                UsernameMatchesWithoutRealm
>                DefaultDomain IOWA
>                Group ITS-WIRELESS-QUARANTINE
>                EAPType MSCHAP-V2
>                AddToReply Tunnel-Medium-Type = 802
>                AddToReply Tunnel-Private-Group-ID = 820
>                AddToReply Tunnel-Type VLAN
>        </AuthBy>
> 
>        # Process Dynamic VLAN assignment and copy inner identity to Accept Request
>        PostProcessingHook file:"PostProcessingHook.pl"
> </Handler>
> 
> #
> # Handle TTLS requests
> #
> <Handler TunnelledByTTLS=1>
>        AuthByPolicy ContinueUntilAcceptOrChallenge
> 
>        # Authenticate with Windows LSA
>        # Normal Users
>        <AuthBy LSA>
>                UsernameMatchesWithoutRealm
>                DefaultDomain IOWA
>                Group ITS-WIRELESS-IOWA
>                EAPType MSCHAP-V2
>        </AuthBy>
> 
>        # Quarantined Users
>        <AuthBy LSA>
>                UsernameMatchesWithoutRealm
>                DefaultDomain IOWA
>                Group ITS-WIRELESS-QUARANTINE
>                EAPType MSCHAP-V2
>                AddToReply Tunnel-Medium-Type = 802
>                AddToReply Tunnel-Private-Group-ID = 820
>                AddToReply Tunnel-Type VLAN
>        </AuthBy>
> 
>        # Process Dynamic VLAN assignment and copy inner identity to Accept Request
>        PostProcessingHook file:"PostProcessingHook.pl"
> 
> </Handler>
> 
> #
> # Default Handler
> #
> <Handler>
>        # Process Accounting-Requests
>        PreProcessingHook file:"PreProcessingHook.pl"
> 
>        <AuthBy FILE>
>                # Anonymous user
>                Filename %D/users
> 
>                EAPType PEAP, TTLS
> 
>                # Set inner username without Realm
>                EAPAnonymous %0
> 
>                # EAPTLS_CAFile is the name of a file of CA certificates
>                # in PEM format.
>                EAPTLS_CAFile %D/certificates/prodCA/CACert.crt
> 
>                # EAPTLS_CertificateFile is the name of a file containing
>                # the servers certificate.
>                EAPTLS_CertificateFile %D/certificates/certificate.crt
>                EAPTLS_CertificateType PEM
> 
>                # EAPTLS_PrivateKeyFile is the name of the file containing
>                # the servers private key.
>                EAPTLS_PrivateKeyFile %D/certificates/privateKey.key
>                EAPTLS_PrivateKeyPassword SECRET
> 
>                # EAPTLS_MaxFragmentSize sets the maximum TLS fragemt
>                # size that will be replied by Radiator.
>                EAPTLS_MaxFragmentSize 1000
> 
>                # Some clients, depending on their configuration, may require you to specify
>                # MPPE send and receive keys.
>                AutoMPPEKeys
> 
>                # You can control which version of the draft PEAP protocol to honour
>                # with EAPTLS_PEAPVersion.
>                EAPTLS_PEAPVersion 0
>        </AuthBy>
> </Handler>
> 
> ###################################
> Tue Nov 16 16:14:51 2010: DEBUG: Finished reading configuration file 'c:\Program Files\Radiator\lsa_eap_peap.cfg'
> Tue Nov 16 16:14:51 2010: DEBUG: Reading dictionary file 'c:\Program Files\Radiator/dictionary'
> Tue Nov 16 16:14:51 2010: DEBUG: Creating authentication port 0.0.0.0:1812
> Tue Nov 16 16:14:51 2010: DEBUG: Creating accounting port 0.0.0.0:1813
> Tue Nov 16 16:14:51 2010: NOTICE: Server started: Radiator 4.7 on itsnt929
> Tue Nov 16 16:15:13 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32771 ....
> Code:       Access-Request
> Identifier: 127
> Authentic:  <211><213>e<152><159>5{<132><171><<15>B<159><127><253><149>
> Attributes:
>        User-Name = "anonymous"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Framed-MTU = 1250
>        NAS-Port-Type = Wireless-IEEE-802-11
>        Framed-Compression = None
>        Connect-Info = "CONNECT 802.11a"
>        EAP-Message = <2><1><0><14><1>anonymous
>        Message-Authenticator = hi<222>9<134>\n<161><135>x<151><24>eAQ<174>
> 
> Tue Nov 16 16:15:13 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:15:13 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:15:13 2010: DEBUG:  Deleting session for anonymous, 128.255.11.74, 18433
> Tue Nov 16 16:15:13 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:15:13 2010: DEBUG: Handling with EAP: code 2, 1, 14, 1
> Tue Nov 16 16:15:13 2010: DEBUG: Response type 1
> Tue Nov 16 16:15:14 2010: DEBUG: EAP result: 3, EAP PEAP Challenge
> Tue Nov 16 16:15:14 2010: DEBUG: AuthBy FILE result: CHALLENGE, EAP PEAP Challenge
> Tue Nov 16 16:15:14 2010: DEBUG: Access challenged for anonymous: EAP PEAP Challenge
> Tue Nov 16 16:15:14 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32771 ....
> Code:       Access-Challenge
> Identifier: 127
> Authentic:  <21><169><159><228><12><193>7/<229><177><158><207><14><188>V,
> Attributes:
>        EAP-Message = <1><2><0><6><25>
>        Message-Authenticator = <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
> 
> Tue Nov 16 16:15:14 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32771 ....
> Code:       Access-Request
> Identifier: 128
> Authentic:  <193>"<238><202><172>$l<197>e<18>1<128><197><27><174><138>
> Attributes:
>        User-Name = "anonymous"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Framed-MTU = 1250
>        NAS-Port-Type = Wireless-IEEE-802-11
>        Framed-Compression = None
>        Connect-Info = "CONNECT 802.11a"
>        EAP-Message = <2><2><0><151><25><128><0><0><0><141><22><3><1><0><136><1><0><0><132><3><1>L<227><2>sY6<212><141>2<191>Mk<186><242>9 <176><30><235><222><176><131><210><214><11>8o<148><196>S<19>7 h=<221><12><144>?<194><227><188>{<222><231>(<134>Q|5<205>S<230><12><18><189><144>aN<152>}s<191>Eq<0><24><0>/<0>5<0><5><0><10><192><19><192><20><192><9><192><10><0>2<0>8<0><19><0><4><1><0><0>#<255><1><0><1><0><0><0><0><10><0><8><0><0><5>nmjoo<0><10><0><6><0><4><0><23><0><24><0><11><0><2><1><0>
>        Message-Authenticator = 4<3>n!*L<134><186>,<231>8HJ<195><146>`
> 
> Tue Nov 16 16:15:14 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:15:14 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:15:14 2010: DEBUG:  Deleting session for anonymous, 128.255.11.74, 18433
> Tue Nov 16 16:15:14 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:15:14 2010: DEBUG: Handling with EAP: code 2, 2, 151, 25
> Tue Nov 16 16:15:14 2010: DEBUG: Response type 25
> Tue Nov 16 16:15:14 2010: DEBUG: EAP TLS SSL_accept result: -1, 2, 8576
> Tue Nov 16 16:15:14 2010: DEBUG: EAP result: 3, EAP PEAP Challenge
> Tue Nov 16 16:15:14 2010: DEBUG: AuthBy FILE result: CHALLENGE, EAP PEAP Challenge
> Tue Nov 16 16:15:14 2010: DEBUG: Access challenged for anonymous: EAP PEAP Challenge
> Tue Nov 16 16:15:14 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32771 ....
> Code:       Access-Challenge
> Identifier: 128
> Authentic:  CS<12>^BG-<182>[b<25><31>I<210><148>i
> Attributes:
>        EAP-Message = <1><3><3><242><25><192><0><0><15><199><22><3><1><0>J<2><0><0>F<3><1>L<227><2>rJ,j` <29><218>.<219><236><131>r-<6><184>M<181><231>L<164><149><154><142>,#<171><28><206> <208><149><168><1>~X<30><127><16><254>R*<218><175>4<222><0><166>Fc<143>@<252><225>/2<247><215>z<162><210><171><0>/<0><22><3><1><15>j<11><0><15>f<0><15>c<0><6> 0<130><6><28>0<130><5><4><160><3><2><1><2><2><17><0><172><251><184><24><131>(_<250><234><249>R<143><15><5><251><245>0<13><6><9>*<134>H<134><247><13><1><1><5><5><0>0<129><137>1<11>0<9><6><3>U<4><6><19><2>GB1<27>0<25><6><3>U<4><8><19><18>Greater Manchester1<16>0<14><6><3>U<4><7><19><7>Salford1<26>0<24><6><3>U<4><10><19><17>COMODO CA Limited1/0-<6><3>U<4><3><19>&
>        EAP-Message = COMODO High-Assurance Secure Server CA0<30><23><13>101101000000Z<23><13>111101235959Z0<130><1><29>1<11>0<9><6><3>U<4><6><19><2>US1<14>0<12><6><3>U<4><17><19><5>522421<11>0<9><6><3>U<4><8><19><2>IA1<18>0<16><6><3>U<4><7><19><9>Iowa City1<25>0<23><6><3>U<4><9><19><16>416-3 North Hall1<31>0<29><6><3>U<4><9><19><22>The University of Iowa1301<6><3>U<4><9><19>*ITS Telecommunication and Network Services1<27>0<25>
>        EAP-Message = <6><3>U<4><10><19><18>University of Iowa1<19>0<17><6><3>U<4><11><19><10>ITS-TNS-NS1<20>0<18><6><3>U<4><11><19><11>PlatinumSSL1$0"<6><3>U<4><3><19><27>net-auth-test.its.uiowa.edu0<130><1>"0<13><6><9>*<134>H<134><247><13><1><1><1><5><0><3><130><1><15><0>0<130><1><10><2><130><1><1><0><198><191><24><169><160><142><1><142><127><198><185>l<174><25><254>t<141>$<157><199><137>d-<162>M<253><23><183>i<136>W<149>N<224>.\<254><236>3<<130><189>/VW<163>0*<170>I<194><131><232><215><179>$k<162><205><206>1#F!N&<6><246><24><149>m<208>4<182><222><239>q<243>-<224>!<20><21><236>y<132><196>%<221><221><137>C<167><209><186><171><211>c<250><184>b<4><147><241><195><194><180><227>=<207>-P<222>x
>        EAP-Message = <201><221><13><249><208><232><182><145><193><199><180>pL'<151><5>er<194><149>Wi@<214>S<173><228><138>V<194>I<201><27><30><234><156><141><188><231><141>I<143>p<205>8,<176><10>2Tx1<218>[B<249><16><200><175><178>|u<28><11> <132>L<238><246><193><250>0<220><178><192>D<139><167><222>8<206><142><203>y<241><226><17><153>z<127><127><9>e<9>C(<193>P<0><216><0><20>+<215><205><18><8>Zo<221>@<138>/b#<16><206><186>PO<178><217><226>M<158><163><222><134>Z<139>P<14>_+Pr<249><235>s<144>Z<147><2><3><1><0><1><163><130><1><230>0<130><1><226>0<31><6><3>U<29>#<4><24>0<22><128><20>?<213><181><208><214>DyPJ<23><163><155><140>J<220><184><176>"dk0<29><6><3>U<29><14><4><22><4><20><215><139><250><146><170>)<143><183><221><149>U<148>Sy<1><12><227><133>n]0<14><6><3>U<29><15><1><1><255><4><4><3><2><5><160>0<12><6><3>U<29><19><1><1><255><4><2>0<0>0<29>
>        Message-Authenticator = <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
> 
> Tue Nov 16 16:15:15 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32771 ....
> Code:       Access-Request
> Identifier: 129
> Authentic:  <159><236>y<151>C<145><175><254><180><172><222><244>"b<154><202>
> Attributes:
>        User-Name = "anonymous"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Framed-MTU = 1250
>        NAS-Port-Type = Wireless-IEEE-802-11
>        Framed-Compression = None
>        Connect-Info = "CONNECT 802.11a"
>        EAP-Message = <2><3><0><6><25><0>
>        Message-Authenticator = <151>o<159>i<3>m<227>><155><157><28><217><206><149><137><8>
> 
> Tue Nov 16 16:15:15 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:15:15 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:15:15 2010: DEBUG:  Deleting session for anonymous, 128.255.11.74, 18433
> Tue Nov 16 16:15:15 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:15:15 2010: DEBUG: Handling with EAP: code 2, 3, 6, 25
> Tue Nov 16 16:15:15 2010: DEBUG: Response type 25
> Tue Nov 16 16:15:15 2010: DEBUG: EAP result: 3, EAP PEAP Challenge
> Tue Nov 16 16:15:15 2010: DEBUG: AuthBy FILE result: CHALLENGE, EAP PEAP Challenge
> Tue Nov 16 16:15:15 2010: DEBUG: Access challenged for anonymous: EAP PEAP Challenge
> Tue Nov 16 16:15:15 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32771 ....
> Code:       Access-Challenge
> Identifier: 129
> Authentic:  <25><19><221><214>w<214>Lg<237><137><165><249>I2<185>B
> Attributes:
>        EAP-Message = <1><4><3><238><25>@<6><3>U<29>%<4><22>0<20><6><8>+<6><1><5><5><7><3><1><6><8>+<6><1><5><5><7><3><2>0F<6><3>U<29> <4>?0=0;<6><12>+<6><1><4><1><178>1<1><2><1><3><4>0+0)<6><8>+<6><1><5><5><7><2><1><22><29>https://secure.comodo.com/CPS0O<6><3>U<29><31><4>H0F0D<160>B<160>@<134>>http://crl.comodoca.com/COMODOHigh-AssuranceSecureServerCA.crl0<129><128><6><8>+<6><1><5><5><7><1><1><4>t0r0J<6><8>+<6><1><5><5><7>0<2><134>>http://crt.comodoca.com/COMODOHigh
>        EAP-Message = -AssuranceSecureServerCA.crt0$<6><8>+<6><1><5><5><7>0<1><134><24>http://ocsp.comodoca.com0G<6><3>U<29><17><4>@0><130><27>net-auth-test.its.uiowa.edu<130><31>www.net-auth-test.its.uiowa.edu0<13><6><9>*<134>H<134><247><13><1><1><5><5><0><3><130><1><1><0>)Lh<215><226><187>Sv<149><17>O<221>."M>(<246>c}d<242><30><10>^<175>2<155><233><191>4<192>!<250><0><150>F\!<137><182><134>s<19>5<230><194>B<17>2{<189>$<15><5>9<227><146><246><173><135>@D\vd<174><195>_<162>c<158><134><142><254><212>N<181><180><222><150><175><211>X<242><16><153>)<154>$d<207><178><167>
>        EAP-Message = <233>?<31><201><3><204><251><161>6<169><241><209>&'<166>`<14><181><255>}<202><160>V<171><203><243>pc<245>BU<25><241>?<162><130><161><242><10> <134>/<171><29><5>e<166><174><18>WOj<7><18><250>Z<234><181><127><246>;8x<229>F<248><240><148>A<141><151><158>Fp)<157><23><229><225><7><<238>^J<136><26><235><127><240>jG|<205>[0)HFO<198>/<149>?{n<130><165><252><159><2>~<232><12>O<231><253><253><244><3>U'<16><196><174>e<237><209><184><221>d<217><247>z<149><N!<19><138>Z<210><241><26><9<159>8d<5>N<203><211><231><8><148><9><25><5><236><210><150><139><0><5><0>0<130><4><252>0<130><3><228><160><3><2><1><2><2><16><22><144><195>)<182>x<6><7>Q<31><5><176>4HF<203>0<13><6><9>*<134>H<134><247><13><1><1><5><5><0>0o1<11>0<9><6><3>U<4><6><19><2>SE1<20>0<18><6><3>U<4><10><19><11>AddTrust AB1&0$<6>
>        EAP-Message = <3>U<4><11><19><29>AddTrust External TTP Network1"0 <6><3>U<4><3><19><25>AddTrust External CA Root0<30><23><13>100416000000Z<23><13>200530104838Z0<129><137>1<11>0<9><6><3>U<4><6><19><2>GB1<27>0<25><6><3>U<4><8><19><18>Greater Manchester1<16>0<14><6><3>U<4><7><19><7>Salford1<26>0<24><6><3>U<4><10><19><17>COMODO CA Limited1/0-<6><3>U<4><3><19>&COMODO High-Assurance Secure Server CA0<130><1>"
>        Message-Authenticator = <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
> 
> Tue Nov 16 16:15:15 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32771 ....
> Code:       Access-Request
> Identifier: 130
> Authentic:  d<20><177><235><23>c<23>R<13>Z<134>h<173><235><185><135>
> Attributes:
>        User-Name = "anonymous"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Framed-MTU = 1250
>        NAS-Port-Type = Wireless-IEEE-802-11
>        Framed-Compression = None
>        Connect-Info = "CONNECT 802.11a"
>        EAP-Message = <2><4><0><6><25><0>
>        Message-Authenticator = '<156><130>*<247>".<206>C<169>~m<239>-M<249>
> 
> Tue Nov 16 16:15:15 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:15:15 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:15:15 2010: DEBUG:  Deleting session for anonymous, 128.255.11.74, 18433
> Tue Nov 16 16:15:15 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:15:15 2010: DEBUG: Handling with EAP: code 2, 4, 6, 25
> Tue Nov 16 16:15:15 2010: DEBUG: Response type 25
> Tue Nov 16 16:15:15 2010: DEBUG: EAP result: 3, EAP PEAP Challenge
> Tue Nov 16 16:15:15 2010: DEBUG: AuthBy FILE result: CHALLENGE, EAP PEAP Challenge
> Tue Nov 16 16:15:15 2010: DEBUG: Access challenged for anonymous: EAP PEAP Challenge
> Tue Nov 16 16:15:15 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32771 ....
> Code:       Access-Challenge
> Identifier: 130
> Authentic:  <218><195><130><170><134><227><139>{<230><1><214><163>3<142><197><183>
> Attributes:
>        EAP-Message = <1><5><3><238><25>@0<13><6><9>*<134>H<134><247><13><1><1><1><5><0><3><130><1><15><0>0<130><1><10><2><130><1><1><0><231><135><218><192>w<228><187>:<250>j$<200><128>A<172><210><22><19><21>=<250><247><248>*v<220><168>-9<8><206>HJ<190><15>}<240><222><186><187>G<213><189>-<215><27><171><15> <129>#<8>r<177><192><17><149><13><230><234><169><135><255><199>n<30>Of2<186>S<188><5><170><28>,<12><239>M7Gk<16><12><219><197><160><152>~X<219>7<214><174><233><6><189><215><168>e<243>7<185><199>m<206>w<199>&<224><215>t<31><166><152><22><187><12>k<200><190>w<208><239>X<167>)<160><185><184>i<5>6<203><178><218>X<163><11>u<173>=<139>"<130> >p<134><153><28><185>O<207>w<164><7><26>#c<209>8V<132><236><191><143><197>N<244><24><150><155><26><232><147><236><141><175><21><156>$<240>Z;<232><15><185><168>Z<1><211><178><28>`<201><156>R<4><221><146><167><254><12><172><226>E<141><3>a<188>y<224>w.<135>A<
>        EAP-Message = X_<203><245><197>w<242>X<200>M(<208><154><250><243>s<9>$ht<188> L<216>,<176><170><232><217>Nm<242><140>$<211><147>]<145><2><3><1><0><1><163><130><1>w0<130><1>s0<31><6><3>U<29>#<4><24>0<22><128><20><173><189><152>z4<180>&<247><250><196>&T<239><3><189><224>$<203>T<26>0<29><6><3>U<29><14><4><22><4><20>?<213><181><208><214>DyPJ<23><163><155><140>J<220><184><176>"dk0<14><6><3>U<29><15><1><1><255><4><4><3><2><1><6>0<18><6><3>U<29><19><1><1><255><4><8>0<6><1><1><255><2><1><0>0<17><6><3>U<29> <4><10>0<8>0<6><6><4>U<29> <0>0D<6><3>U<29><31><4>=0;09<160>7<160>5<134>3http://crl.usertrust.com/AddTrustExternalCARoot.crl0<129><179><6><8>+<6><1><5><5><7><1><1>
>        EAP-Message = <4><129><166>0<129><163>0?<6><8>+<6><1><5><5><7>0<2><134>3http://crt.usertrust.com/AddTrustExternalCARoot.p7c09<6><8>+<6><1><5><5><7>0<2><134>-http://crt.usertrust.com/AddTrustUTNSGCCA.crt0%<6><8>+<6><1><5><5><7>0<1><134><25>http://ocsp.usertrust.com0<13><6><9>*<134>H<134><247><13><1><1><5><5><0><3><130><1><1><0><19><133><31>R<128><24><201>S<247><254>.<26><175><204><217><11><<194><211><133><129><16><240>(<141><185>@~,<158><143><214>6<134><10>L<20>-<214><151>C<146>A<25>7K<150><158><235><169>0y<18><149><179><2>6W<237>+<185><29><152><26>
>        EAP-Message = <163><24><10>?<155>9<139><205><161>I)L/<249><208><149><140><200>M<149><186><168>C<207>3<170>%*Z<14><170>'<201>Nk<177><230>s<31><179>t<4><195><243>L<226><168><235>g<183>]<184><8><5><26>V<154>T)<133><245>)N<128>;<149><208>{S<150><17>V<193><2><211><234><178><127><202><143><156>pJ<20><141>Z<185><22>`u<214><205>'<30><22><205>[3<142>y@<207>(H<231><220>q<22>Nt<145>u<185>*<140><241>p<172>&<221><4><185>@<194><133><222><28><147>@<208><204>n<195><155><170><239>`e<223>`"<240>Z<165>z<162>/<228>ps<238><<212>&+h<7><193> z<232><152>Z>{<159><2><139>b<192><133><129><128>`5~<165><29><12><210><156><223>bE<13><219><252>7<251><245>%"<0><4>:0<130><4>60<130><3><30><160><3><2><1><2><2><1><1>0<13><6><9>*<134>H<134><247><13><1><1><5><5><0>0o1<11>0<9><6><3>U<4><6><19><2>SE1<20>0<18><6><3>
>        Message-Authenticator = <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
> 
> Tue Nov 16 16:15:15 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32771 ....
> Code:       Access-Request
> Identifier: 131
> Authentic:  7<131><244>^XP<228><4>s|@<168>,J,<254>
> Attributes:
>        User-Name = "anonymous"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Framed-MTU = 1250
>        NAS-Port-Type = Wireless-IEEE-802-11
>        Framed-Compression = None
>        Connect-Info = "CONNECT 802.11a"
>        EAP-Message = <2><5><0><6><25><0>
>        Message-Authenticator = ~<176><250><190><141><154><162><164>1J<<198><24>l<17><193>
> 
> Tue Nov 16 16:15:15 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:15:15 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:15:15 2010: DEBUG:  Deleting session for anonymous, 128.255.11.74, 18433
> Tue Nov 16 16:15:15 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:15:15 2010: DEBUG: Handling with EAP: code 2, 5, 6, 25
> Tue Nov 16 16:15:15 2010: DEBUG: Response type 25
> Tue Nov 16 16:15:15 2010: DEBUG: EAP result: 3, EAP PEAP Challenge
> Tue Nov 16 16:15:15 2010: DEBUG: AuthBy FILE result: CHALLENGE, EAP PEAP Challenge
> Tue Nov 16 16:15:15 2010: DEBUG: Access challenged for anonymous: EAP PEAP Challenge
> Tue Nov 16 16:15:15 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32771 ....
> Code:       Access-Challenge
> Identifier: 131
> Authentic:  <190><139><157>2j~<211><249>o<213><205>S<151><209><249><137>
> Attributes:
>        EAP-Message = <1><6><3><238><25>@U<4><10><19><11>AddTrust AB1&0$<6><3>U<4><11><19><29>AddTrust External TTP Network1"0 <6><3>U<4><3><19><25>AddTrust External CA Root0<30><23><13>000530104838Z<23><13>200530104838Z0o1<11>0<9><6><3>U<4><6><19><2>SE1<20>0<18><6><3>U<4><10><19><11>AddTrust AB1&0$<6><3>U<4><11><19><29>AddTrust External TTP Network1"0 <6><3>U<4><3><19><25>AddTrust External CA Root0<130><1>"0<13><6><9>*<134>
>        EAP-Message = H<134><247><13><1><1><1><5><0><3><130><1><15><0>0<130><1><10><2><130><1><1><0><183><247><26>3<230><242><0><4>-9<224>N[<237><31><188>l<15><205><181><250>#<182><206><222><155><17>3<151><164>)L}<147><159><189>J<188><147><237><3><26><227><143><207><229>mPZ<214><151>)<148>Z<128><176>Iz<219>.<149><253><184><202><191>78-<30>><145>A<173>pV<199><240>O?<232>2<158>t<202><200><144>T<233><198>_<15>x<157><154>@<<14><172>a<170>^<20><143><158><135><161>jP<220><215><154>N<175><5><179><166>q<148><156>q<179>P`<10><199><19><157>8<7><134><2><168><233><168>i&<24><144><171>L<176>O#<171>:O<132><216><223><206><159><225>io<187><215>B<215>kD<228><199><173><238>mA_rZq<8>7<179>ye<164>Y<160><148>7<247><0>/<13><194><146>r<218><208>8r<219><20><168>E<196>]*}<183><180><214><196><238><172><205><19>D<183><201>+<221>C<0>%<250>a<185>ijX#<17><183><167>3<143>VuY
>        EAP-Message = <245><205>)<215>F<183><10>+e<182><211>Bo<21><178><184>{<251><239><233>]S<213>4Z'<2><3><1><0><1><163><129><220>0<129><217>0<29><6><3>U<29><14><4><22><4><20><173><189><152>z4<180>&<247><250><196>&T<239><3><189><224>$<203>T<26>0<11><6><3>U<29><15><4><4><3><2><1><6>0<15><6><3>U<29><19><1><1><255><4><5>0<3><1><1><255>0<129><153><6><3>U<29>#<4><129><145>0<129><142><128><20><173><189><152>z4<180>&<247><250><196>&T<239><3><189><224>$<203>T<26><161>s<164>q0o1<11>0<9><6><3>U<4><6><19><2>SE1<20>0<18><6><3>U<4><10><19><11>AddTrust AB1&0$<6><3>U<4><11><19><29>AddTrust External TTP Network1"0 <6><3>U<4><3><19><25>AddTrust External CA Root<130><1>
>        EAP-Message = <1>0<13><6><9>*<134>H<134><247><13><1><1><5><5><0><3><130><1><1><0><176><155><224><133>%<194><214>#<226><15><150><6><146><157>A<152><156><217><132>y<129><217><30>[<20><7>#6e<143><176><216>w<187><172>AlG`<131>Q<176><249>2=<231><252><246>&<19><199><128><22><165><191>Z<252><135><207>xy<137>!<154><226>L<7><10><134>5<188><242><222>Q<196><210><150><183><220>~N<238>p<253><28>9<235><12><2>Q<20>-<142><189><22><224><193><223>Fu<231>$<173><236><244>B<180><133><147>p<16>g<186><157><6>5J<24><211>+z<204>QB<161>zc<209><230><187><161><197>+<194>6<190><19><13><230><189>c~y{<167><9><13>@<171>j<221><143><138><195><246><246><140><26>B<5>Q<212>E<245><159><167>b!h<21> C<<153><231>|<189>$<216><169><145><23>s<136>?V<27>18<24><180>q<15><154><205><200><14><158><142>.<27><225><140><152><131><203><31>1<241>DL<198><4>sIv`<15><199><248><189><23><128>k.<233>
>        Message-Authenticator = <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
> 
> Tue Nov 16 16:15:15 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32771 ....
> Code:       Access-Request
> Identifier: 132
> Authentic:  <20>Kdx<129>:<132>me<233><212><208><196><3><151>"
> Attributes:
>        User-Name = "anonymous"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Framed-MTU = 1250
>        NAS-Port-Type = Wireless-IEEE-802-11
>        Framed-Compression = None
>        Connect-Info = "CONNECT 802.11a"
>        EAP-Message = <2><6><0><6><25><0>
>        Message-Authenticator = ]<148><154><29>%<200>#<202>?<250>=<142><204>*<178><223>
> 
> Tue Nov 16 16:15:15 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:15:15 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:15:15 2010: DEBUG:  Deleting session for anonymous, 128.255.11.74, 18433
> Tue Nov 16 16:15:15 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:15:15 2010: DEBUG: Handling with EAP: code 2, 6, 6, 25
> Tue Nov 16 16:15:15 2010: DEBUG: Response type 25
> Tue Nov 16 16:15:15 2010: DEBUG: EAP result: 3, EAP PEAP Challenge
> Tue Nov 16 16:15:15 2010: DEBUG: AuthBy FILE result: CHALLENGE, EAP PEAP Challenge
> Tue Nov 16 16:15:15 2010: DEBUG: Access challenged for anonymous: EAP PEAP Challenge
> Tue Nov 16 16:15:15 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32771 ....
> Code:       Access-Challenge
> Identifier: 132
> Authentic:  j<192><27>o"#<219>,<207>u<209>m<153>3=<26>
> Attributes:
>        EAP-Message = <1><7><0>-<25><0><204>L<14>Z<154>y<15> <10>.<213><158>c&<30>U<146><148><216><130><23>Z{<208><188><199><143>N<134><4><22><3><1><0><4><14><0><0><0>
>        Message-Authenticator = <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
> 
> Tue Nov 16 16:15:15 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32771 ....
> Code:       Access-Request
> Identifier: 133
> Authentic:  9X<174>@3Q$<24>H<235>-<183><233><20>z<198>
> Attributes:
>        User-Name = "anonymous"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Framed-MTU = 1250
>        NAS-Port-Type = Wireless-IEEE-802-11
>        Framed-Compression = None
>        Connect-Info = "CONNECT 802.11a"
>        EAP-Message = <2><7><1>P<25><128><0><0><1>F<22><3><1><1><6><16><0><1><2><1><0><142>U<209>K9>Z<251><225><169>=<221><249><9>b<182><151><236><225><173>u<241><165>a<248><206><>y<206><234><206><216>RM<177><30>P<216><239><244><182><205>"<170><207><230>pF<134><173><254>8<223><195><199><150><25><151><174><196><18><12><194><140><167><226>7z<163><137>]<214>!v<189>a?<177><143>$49a<131><11><2>_<138><179>8<244><24>w<140><148><203><140><31>=b6c<169><149>()`<17><19>vn<216><134>TM<11>_C<225><185><31><164><140>fW<10><4><8>-<193><241><231><222><161><13>1_,<187><158>r]j4<142><220><145><191>!v<187><232><157>=<217><128><184><237>G<153>K<176><133><212><4>3tQ!<10>71*<214><233><230>v<142>V<136><223>?<26><252><199><146>6<241><214>T<186>|T<13>Z<173>!:<17><170><213>*<200><168><191><127>b<20>7:<29><246>$<235>0<30>G<21><251>y<231><145>)<136><29><255>d<134>7<138><216>
>        EAP-Message = <202>}<192><139>e<191>%/}<185><28>g/<226><189>d<146><157><4><141>)<217>G<245><20><3><1><0><1><1><22><3><1><0>0<156>:<145><175><15><219>a<24>P<149><158>h<201> H<227><236><244><1><234><155>x(<241>e<167>'3<24><248><212><134>WV<149><217>VTz<149>=b<141>-V<1<172>
>        Message-Authenticator = <147><8><220>U<223><140><7><195><157><237><24>4g4<199>O
> 
> Tue Nov 16 16:15:15 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:15:15 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:15:15 2010: DEBUG:  Deleting session for anonymous, 128.255.11.74, 18433
> Tue Nov 16 16:15:15 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:15:15 2010: DEBUG: Handling with EAP: code 2, 7, 336, 25
> Tue Nov 16 16:15:15 2010: DEBUG: Response type 25
> Tue Nov 16 16:15:15 2010: DEBUG: EAP TLS SSL_accept result: 1, 0, 3
> Tue Nov 16 16:15:15 2010: DEBUG: EAP result: 3, EAP PEAP Challenge
> Tue Nov 16 16:15:15 2010: DEBUG: AuthBy FILE result: CHALLENGE, EAP PEAP Challenge
> Tue Nov 16 16:15:15 2010: DEBUG: Access challenged for anonymous: EAP PEAP Challenge
> Tue Nov 16 16:15:15 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32771 ....
> Code:       Access-Challenge
> Identifier: 133
> Authentic:  <147><200><187>/<220><250><196>.lvQ<196>M<196><168>I
> Attributes:
>        EAP-Message = <1><8><0>E<25><128><0><0><0>;<20><3><1><0><1><1><22><3><1><0>0t<249>a<183><<163><158><135>4<163><146><210>X<137><132>.sG<11><215><6><255><232><214>-<9><245>&3K<169><190><225>Y<241><163>p<249><158><184><23>n<202><212><26><11>RZ
>        Message-Authenticator = <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
> 
> Tue Nov 16 16:15:15 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32771 ....
> Code:       Access-Request
> Identifier: 134
> Authentic:  <198><196>?^0_<135><193><253><146>]<250><8><180><}
> Attributes:
>        User-Name = "anonymous"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Framed-MTU = 1250
>        NAS-Port-Type = Wireless-IEEE-802-11
>        Framed-Compression = None
>        Connect-Info = "CONNECT 802.11a"
>        EAP-Message = <2><8><0><6><25><0>
>        Message-Authenticator = <139>ie<143>'W6<156><221>n<23><240><158><6>G<214>
> 
> Tue Nov 16 16:15:15 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:15:15 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:15:15 2010: DEBUG:  Deleting session for anonymous, 128.255.11.74, 18433
> Tue Nov 16 16:15:15 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:15:15 2010: DEBUG: Handling with EAP: code 2, 8, 6, 25
> Tue Nov 16 16:15:15 2010: DEBUG: Response type 25
> Tue Nov 16 16:15:15 2010: DEBUG: EAP result: 3, EAP PEAP Challenge
> Tue Nov 16 16:15:15 2010: DEBUG: AuthBy FILE result: CHALLENGE, EAP PEAP Challenge
> Tue Nov 16 16:15:15 2010: DEBUG: Access challenged for anonymous: EAP PEAP Challenge
> Tue Nov 16 16:15:15 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32771 ....
> Code:       Access-Challenge
> Identifier: 134
> Authentic:  <241>~<167>^<161><250>,.)<173><157><174><146>Wu<139>
> Attributes:
>        EAP-Message = <1><9><0>+<25><0><23><3><1><0> lP<162><163><7><240><212><251>m<9><139>-\<131>Q<31>'2<15>J<134><247>f<197>x<175><134><158><214>><167><6>
>        Message-Authenticator = <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
> 
> Tue Nov 16 16:15:15 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32771 ....
> Code:       Access-Request
> Identifier: 135
> Authentic:  J<130>Uw<241><10>^<134><143>/|u<161><179><186><171>
> Attributes:
>        User-Name = "anonymous"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Framed-MTU = 1250
>        NAS-Port-Type = Wireless-IEEE-802-11
>        Framed-Compression = None
>        Connect-Info = "CONNECT 802.11a"
>        EAP-Message = <2><9><0>+<25><0><23><3><1><0> <139><137><220><141>Op<205><18>"<170><0><128><228><144><208><5><157><29>J<180><191><216><135><186><203>:AU<182><223>-<166>
>        Message-Authenticator = <202><5><165>?z<188>Iq<135><223><197><1>J<214>2<240>
> 
> Tue Nov 16 16:15:15 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:15:15 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:15:15 2010: DEBUG:  Deleting session for anonymous, 128.255.11.74, 18433
> Tue Nov 16 16:15:15 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:15:15 2010: DEBUG: Handling with EAP: code 2, 9, 43, 25
> Tue Nov 16 16:15:15 2010: DEBUG: Response type 25
> Tue Nov 16 16:15:15 2010: DEBUG: EAP PEAP inner authentication request for
> Tue Nov 16 16:15:15 2010: DEBUG: PEAP Tunnelled request Packet dump:
> Code:       Access-Request
> Identifier: UNDEF
> Authentic:  <2><16>pQ\<155><3><7><184><158><246>x<227><162>g<141>
> Attributes:
>        EAP-Message = <2><9><0><6><1>nmjoo
>        Message-Authenticator = <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        User-Name = ""
> 
> Tue Nov 16 16:15:15 2010: DEBUG: Handling request with Handler 'TunnelledByPEAP=1', Identifier ''
> Tue Nov 16 16:15:15 2010: DEBUG:  Deleting session for , 128.255.11.74, 18433
> Tue Nov 16 16:15:16 2010: DEBUG: Handling with Radius::AuthLSA:
> Tue Nov 16 16:15:16 2010: DEBUG: Handling with EAP: code 2, 9, 6, 1
> Tue Nov 16 16:15:16 2010: DEBUG: Response type 1
> Tue Nov 16 16:15:16 2010: DEBUG: EAP result: 3, EAP MSCHAP-V2 Challenge
> Tue Nov 16 16:15:16 2010: DEBUG: AuthBy LSA result: CHALLENGE, EAP MSCHAP-V2 Challenge
> Tue Nov 16 16:15:16 2010: DEBUG: Access challenged for : EAP MSCHAP-V2 Challenge
> Tue Nov 16 16:15:16 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:15:16 2010: DEBUG: Returned PEAP tunnelled packet dump:
> Code:       Access-Challenge
> Identifier: UNDEF
> Authentic:  <2><16>pQ\<155><3><7><184><158><246>x<227><162>g<141>
> Attributes:
>        EAP-Message = <1><10><0>"<26><1><10><0><29><16><198>w<190><14><154>D<152>m<162><239><174><193>_+<203>uitsnt929
>        Message-Authenticator = <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
> 
> Tue Nov 16 16:15:16 2010: DEBUG: EAP result: 3, EAP PEAP inner authentication redispatched to a Handler
> Tue Nov 16 16:15:16 2010: DEBUG: AuthBy FILE result: CHALLENGE, EAP PEAP inner authentication redispatched to a Handler
> Tue Nov 16 16:15:16 2010: DEBUG: Access challenged for anonymous: EAP PEAP inner authentication redispatched to a Handler
> Tue Nov 16 16:15:16 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32771 ....
> Code:       Access-Challenge
> Identifier: 135
> Authentic:  t<177>w*<241><12><168><158><29>f<183><132>v9XN
> Attributes:
>        EAP-Message = <1><10><0>K<25><0><23><3><1><0>@<181><159>QM<160>^<239><200><2>A<171><191><254><248><216><183><230><222><132>C<6><6><204><<147>p<228><13><164> <219><250>L<129><245>w<154>X"<242><212><201>z<153>A<221><28>7<159><197>(<20>R<171>X<140><150>4<135><174><190><149><134>$
>        Message-Authenticator = <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
> 
> Tue Nov 16 16:15:16 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32771 ....
> Code:       Access-Request
> Identifier: 136
> Authentic:  Ti<171><5>M<204>$<187><176><215><217>-<181><244><137><190>
> Attributes:
>        User-Name = "anonymous"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Framed-MTU = 1250
>        NAS-Port-Type = Wireless-IEEE-802-11
>        Framed-Compression = None
>        Connect-Info = "CONNECT 802.11a"
>        EAP-Message = <2><10><0>k<25><0><23><3><1><0>`<17><134><190><255><164><220><144><204><232>q<180><192><252><144>n<171>8<133><229><234><150><224>?<153><197>b<236><234><159>SeN<148>_<132><29><248><152><27>+<144>6Rh<158><190>*al<171><18><183>IN<137><168>u<254>V'<163><214><255><214><27>,3<144><128>"<20>\<219>8/<o0<25>7; <177>V<2><153><180><218><133><5>g at R<221>v<129>
>        Message-Authenticator = <198>}<5><185><143><225><223><233>4<132>c<207>o<238><244><185>
> 
> Tue Nov 16 16:15:16 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:15:16 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:15:16 2010: DEBUG:  Deleting session for anonymous, 128.255.11.74, 18433
> Tue Nov 16 16:15:16 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:15:16 2010: DEBUG: Handling with EAP: code 2, 10, 107, 25
> Tue Nov 16 16:15:16 2010: DEBUG: Response type 25
> Tue Nov 16 16:15:16 2010: DEBUG: EAP PEAP inner authentication request for nmjoo
> Tue Nov 16 16:15:16 2010: DEBUG: PEAP Tunnelled request Packet dump:
> Code:       Access-Request
> Identifier: UNDEF
> Authentic:  <155><239><139><187>=<158><253>=F<173><211>$<230><9>V<244>
> Attributes:
>        EAP-Message = <2><10><0><<26><2><10><0>;1<214>g<132><181>]<158>p<169>_}.<243>g[<218><134><0><0><0><0><0><0><0><0>s^wvl<28><152>(Xyr<146><152>v<<139><188>1<132><30>w<247>`<152><0>nmjoo
>        Message-Authenticator = <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        User-Name = "nmjoo"
> 
> Tue Nov 16 16:15:16 2010: DEBUG: Handling request with Handler 'TunnelledByPEAP=1', Identifier ''
> Tue Nov 16 16:15:16 2010: DEBUG:  Deleting session for nmjoo, 128.255.11.74, 18433
> Tue Nov 16 16:15:16 2010: DEBUG: Handling with Radius::AuthLSA:
> Tue Nov 16 16:15:16 2010: DEBUG: Handling with EAP: code 2, 10, 60, 26
> Tue Nov 16 16:15:16 2010: DEBUG: Response type 26
> Tue Nov 16 16:15:16 2010: DEBUG: Radius::AuthLSA looks for match with nmjoo [nmjoo]
> Tue Nov 16 16:15:16 2010: DEBUG: Checking LSA Group membership for \\IOWADC1, ITS-WIRELESS-IOWA, nmjoo
> Tue Nov 16 16:15:16 2010: DEBUG: Radius::AuthLSA ACCEPT: : nmjoo [nmjoo]
> Tue Nov 16 16:15:16 2010: DEBUG: EAP result: 3, EAP MSCHAP V2 Challenge: Success
> Tue Nov 16 16:15:16 2010: DEBUG: AuthBy LSA result: CHALLENGE, EAP MSCHAP V2 Challenge: Success
> Tue Nov 16 16:15:16 2010: DEBUG: Access challenged for nmjoo: EAP MSCHAP V2 Challenge: Success
> Tue Nov 16 16:15:16 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:15:16 2010: DEBUG: Returned PEAP tunnelled packet dump:
> Code:       Access-Challenge
> Identifier: UNDEF
> Authentic:  <155><239><139><187>=<158><253>=F<173><211>$<230><9>V<244>
> Attributes:
>        EAP-Message = <1><11><0>=<26><3><10><0>8S=2C71E0947106ED1D02B1E5697283F7C2C5030953 M=success
>        Message-Authenticator = <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
> 
> Tue Nov 16 16:15:16 2010: DEBUG: EAP result: 3, EAP PEAP inner authentication redispatched to a Handler
> Tue Nov 16 16:15:16 2010: DEBUG: AuthBy FILE result: CHALLENGE, EAP PEAP inner authentication redispatched to a Handler
> Tue Nov 16 16:15:16 2010: DEBUG: Access challenged for anonymous: EAP PEAP inner authentication redispatched to a Handler
> Tue Nov 16 16:15:16 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32771 ....
> Code:       Access-Challenge
> Identifier: 136
> Authentic:  ;<199><190>fs<172>2<131>u<8>5g<220><4>L<187>
> Attributes:
>        EAP-Message = <1><11><0>[<25><0><23><3><1><0>P<172><163><223><214><135><222><241><29><138>x<231><10><252>k<233>j<150><147>Cr%<226><14><20>K*<24><249><164><254>x<138><167>H^<15>tno<179><213><158><163>X<10><168><157><151><250>%<216>^p<168>7<255>@e(<188><136><242><211><12>9<231><245>]<129><179>s<235>{<146><23><237><185><149><201>3
>        Message-Authenticator = <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
> 
> Tue Nov 16 16:15:17 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32771 ....
> Code:       Access-Request
> Identifier: 137
> Authentic:  <148>T<180>H]<191><252><139><185><143><19><178><145>L(<12>
> Attributes:
>        User-Name = "anonymous"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Framed-MTU = 1250
>        NAS-Port-Type = Wireless-IEEE-802-11
>        Framed-Compression = None
>        Connect-Info = "CONNECT 802.11a"
>        EAP-Message = <2><11><0>+<25><0><23><3><1><0> <128><156>K<191><20><144><197><180><236><127>o<3><22><198><253>K<209><255><127>f<243> '<183>p<18><7>8<11><20>}<134>
>        Message-Authenticator =  <219>(<205>LwER<153><138>:<155>,<233><201>'
> 
> Tue Nov 16 16:15:17 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:15:17 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:15:17 2010: DEBUG:  Deleting session for anonymous, 128.255.11.74, 18433
> Tue Nov 16 16:15:17 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:15:17 2010: DEBUG: Handling with EAP: code 2, 11, 43, 25
> Tue Nov 16 16:15:17 2010: DEBUG: Response type 25
> Tue Nov 16 16:15:17 2010: DEBUG: EAP PEAP inner authentication request for nmjoo
> Tue Nov 16 16:15:17 2010: DEBUG: PEAP Tunnelled request Packet dump:
> Code:       Access-Request
> Identifier: UNDEF
> Authentic:  <10><8><173>AQ*<179><213><207>|<1>8{<213>F8
> Attributes:
>        EAP-Message = <2><11><0><2><26><3>
>        Message-Authenticator = <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        User-Name = "nmjoo"
> 
> Tue Nov 16 16:15:17 2010: DEBUG: Handling request with Handler 'TunnelledByPEAP=1', Identifier ''
> Tue Nov 16 16:15:17 2010: DEBUG:  Deleting session for nmjoo, 128.255.11.74, 18433
> Tue Nov 16 16:15:17 2010: DEBUG: Handling with Radius::AuthLSA:
> Tue Nov 16 16:15:17 2010: DEBUG: Handling with EAP: code 2, 11, 2, 26
> Tue Nov 16 16:15:17 2010: DEBUG: Response type 26
> Tue Nov 16 16:15:17 2010: DEBUG: EAP result: 0,
> Tue Nov 16 16:15:17 2010: DEBUG: AuthBy LSA result: ACCEPT,
> Tue Nov 16 16:15:17 2010: DEBUG: Access accepted for nmjoo
> Tue Nov 16 16:15:17 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:15:17 2010: DEBUG: eap_acct_username: Copying username to outer request
> Tue Nov 16 16:15:17 2010: DEBUG: PostProcessingHook: VLAN Tag Not Found!
> Tue Nov 16 16:15:17 2010: DEBUG: PostProcessingHook: Calling Station ID: 00-1F-3B-CC-09-ED
> Tue Nov 16 16:15:17 2010: DEBUG: PostProcessingHook: Database Issue Searching for Station: 00-1F-3B-CC-09-ED:
> Tue Nov 16 16:15:17 2010: DEBUG: PostProcessingHook: Existing Entry Found.
> Tue Nov 16 16:15:17 2010: DEBUG: PostProcessingHook: 1289945717
> Tue Nov 16 16:15:17 2010: DEBUG: PostProcessingHook: Existing Entry is Stale, Deleting.
> Tue Nov 16 16:15:17 2010: INFO: PostProcessingHook: Setting Station 00-1F-3B-CC-09-ED VLAN to 821
> Tue Nov 16 16:15:17 2010: DEBUG: Returned PEAP tunnelled packet dump:
> Code:       Access-Accept
> Identifier: UNDEF
> Authentic:  <10><8><173>AQ*<179><213><207>|<1>8{<213>F8
> Attributes:
>        EAP-Message = <3><11><0><4>
>        Message-Authenticator = <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
>        User-Name = "nmjoo"
>        Tunnel-Private-Group-ID = 821
>        Tunnel-Type = VLAN
>        Tunnel-Medium-Type = 802
> 
> Tue Nov 16 16:15:17 2010: DEBUG: EAP result: 3, EAP PEAP inner authentication redispatched to a Handler
> Tue Nov 16 16:15:17 2010: DEBUG: AuthBy FILE result: CHALLENGE, EAP PEAP inner authentication redispatched to a Handler
> Tue Nov 16 16:15:17 2010: DEBUG: Access challenged for anonymous: EAP PEAP inner authentication redispatched to a Handler
> Tue Nov 16 16:15:17 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32771 ....
> Code:       Access-Challenge
> Identifier: 137
> Authentic:  <153><215><28>P at w>><228><168><157><242>P<140><147><253>
> Attributes:
>        EAP-Message = <1><12><0>+<25><0><23><3><1><0> -<208><158><22>`UL<182><27><132><226><164><209>T.g<243><190>X<207>l<225><242><231>[h<236><155><12>0<10>B
>        Message-Authenticator = <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
> 
> Tue Nov 16 16:15:17 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32771 ....
> Code:       Access-Request
> Identifier: 138
> Authentic:  <178><184><251>18<11><227><18><235><181>g<128><4><192><229>v
> Attributes:
>        User-Name = "anonymous"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Framed-MTU = 1250
>        NAS-Port-Type = Wireless-IEEE-802-11
>        Framed-Compression = None
>        Connect-Info = "CONNECT 802.11a"
>        EAP-Message = <2><12><0>+<25><0><23><3><1><0> 5<209><l<229><135><252><127><192>)!<140>d1<199>h<26>N<180><169><252><206><206><228>e<223><231><29>_(<221><24>
>        Message-Authenticator = <155>A<173>R<201><216>^K<139>!<205>*}<189><242><162>
> 
> Tue Nov 16 16:15:17 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:15:17 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:15:17 2010: DEBUG:  Deleting session for anonymous, 128.255.11.74, 18433
> Tue Nov 16 16:15:17 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:15:17 2010: DEBUG: Handling with EAP: code 2, 12, 43, 25
> Tue Nov 16 16:15:17 2010: DEBUG: Response type 25
> Tue Nov 16 16:15:17 2010: DEBUG: EAP result: 0,
> Tue Nov 16 16:15:17 2010: DEBUG: AuthBy FILE result: ACCEPT,
> Tue Nov 16 16:15:17 2010: DEBUG: Access accepted for anonymous
> Tue Nov 16 16:15:17 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32771 ....
> Code:       Access-Accept
> Identifier: 138
> Authentic:  "Z\<29><183>C<9><149>{<194><165><177><201><29><22>"
> Attributes:
>        EAP-Message = <3><12><0><4>
>        Message-Authenticator = <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
>        User-Name = "nmjoo"
>        Tunnel-Private-Group-ID = 821
>        Tunnel-Type = VLAN
>        Tunnel-Medium-Type = 802
>        MS-MPPE-Send-Key = i<30><200><201>4<155><216>X<26><166>M<160><237><170><175>Q<175>_<19><180>A<239>x<236>$cIs<198><164>X<218>
>        MS-MPPE-Recv-Key = <200><177>N<212><234><233>F<157>-<198><20><174><167><214>f<166><187><149>|<237><196><26><7><252><146><205>?^<234>7<189><160>
> 
> Tue Nov 16 16:15:17 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32769 ....
> Code:       Accounting-Request
> Identifier: 139
> Authentic:  ~`<18><209><169>#k.<214><227><180><204><17><142><138><187>
> Attributes:
>        Acct-Status-Type = Start
>        Acct-Session-Id = "4C74A82D-00000410"
>        Acct-Authentic = RADIUS
>        User-Name = "nmjoo"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        NAS-Port-Type = Wireless-IEEE-802-11
>        NAS-Identifier = "00-90-0B-07-8C-89"
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Connect-Info = "CONNECT 802.11a"
>        Acct-Delay-Time = 0
>        Meru-AP-Id = 22
>        Meru-AP-Name = "AP-NEILDESK-1"
> 
> Tue Nov 16 16:15:17 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:15:17 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:15:17 2010: DEBUG: PreProcessingHook: Accounting-Request packet found!
> Tue Nov 16 16:15:17 2010: DEBUG: PreProcessingHook: Accounting-Status-Type: Start
> Tue Nov 16 16:15:17 2010: DEBUG: PreProcessingHook: Calling Station ID: 00-1F-3B-CC-09-ED
> Tue Nov 16 16:15:17 2010: INFO: PreProcessingHook: Station 00-1F-3B-CC-09-ED Found, updating Timestamp.
> Tue Nov 16 16:15:17 2010: DEBUG:  Adding session for nmjoo, 128.255.11.74, 18433
> Tue Nov 16 16:15:17 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:15:17 2010: DEBUG: AuthBy FILE result: ACCEPT,
> Tue Nov 16 16:15:17 2010: DEBUG: Accounting accepted
> Tue Nov 16 16:15:17 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32769 ....
> Code:       Accounting-Response
> Identifier: 139
> Authentic:  <154>)|Z<197><206><143>)1<183>&<218><137><131><242>
> Attributes:
> #########################
> Tue Nov 16 16:16:10 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32769 ....
> Code:       Accounting-Request
> Identifier: 140
> Authentic:  \D<251>:d<180>/\<233><6>ID<227><228><183>`
> Attributes:
>        Acct-Status-Type = Stop
>        Acct-Session-Id = "4C74A82D-00000410"
>        Acct-Authentic = RADIUS
>        User-Name = "nmjoo"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        NAS-Port-Type = Wireless-IEEE-802-11
>        NAS-Identifier = "00-90-0B-07-8C-89"
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Connect-Info = "CONNECT 802.11a"
>        Acct-Session-Time = 53
>        Acct-Delay-Time = 0
>        Acct-Terminate-Cause = User-Request
>        Acct-Input-Packets = 0
>        Acct-Output-Packets = 0
>        Acct-Input-Octets = 0
>        Acct-Output-Octets = 0
>        Meru-AP-Id = 22
>        Meru-AP-Name = "AP-NEILDESK-1"
> 
> Tue Nov 16 16:16:10 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:16:10 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:16:10 2010: DEBUG: PreProcessingHook: Accounting-Request packet found!
> Tue Nov 16 16:16:10 2010: DEBUG: PreProcessingHook: Accounting-Status-Type: Stop
> Tue Nov 16 16:16:10 2010: INFO: PreProcessingHook: Station 00-1F-3B-CC-09-ED Found, Deleting.
> Tue Nov 16 16:16:10 2010: DEBUG:  Deleting session for nmjoo, 128.255.11.74, 18433
> Tue Nov 16 16:16:10 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:16:10 2010: DEBUG: AuthBy FILE result: ACCEPT,
> Tue Nov 16 16:16:10 2010: DEBUG: Accounting accepted
> Tue Nov 16 16:16:10 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32769 ....
> Code:       Accounting-Response
> Identifier: 140
> Authentic:  <13>H<4><191><171>_<161><246><131>5<18><179>B<22>vC
> Attributes:
> 
> Tue Nov 16 16:16:10 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32771 ....
> Code:       Access-Request
> Identifier: 141
> Authentic:  x<157><172><250>0%<229><232>Q<170><143><176><223>H6<204>
> Attributes:
>        User-Name = "anonymous"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Framed-MTU = 1250
>        NAS-Port-Type = Wireless-IEEE-802-11
>        Framed-Compression = None
>        Connect-Info = "CONNECT 802.11a"
>        EAP-Message = <2><1><0><14><1>anonymous
>        Message-Authenticator = <247><8>JcY<252>2<161>To<159>:{<127><183><217>
> 
> Tue Nov 16 16:16:10 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:16:10 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:16:10 2010: DEBUG:  Deleting session for anonymous, 128.255.11.74, 18433
> Tue Nov 16 16:16:10 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:16:10 2010: DEBUG: Handling with EAP: code 2, 1, 14, 1
> Tue Nov 16 16:16:10 2010: DEBUG: Response type 1
> Tue Nov 16 16:16:10 2010: DEBUG: EAP result: 3, EAP PEAP Challenge
> Tue Nov 16 16:16:10 2010: DEBUG: AuthBy FILE result: CHALLENGE, EAP PEAP Challenge
> Tue Nov 16 16:16:10 2010: DEBUG: Access challenged for anonymous: EAP PEAP Challenge
> Tue Nov 16 16:16:11 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32771 ....
> Code:       Access-Challenge
> Identifier: 141
> Authentic:  G<224>g<243><209>/<208><162><155><29><131><28>D<233><28><147>
> Attributes:
>        EAP-Message = <1><2><0><6><25>
>        Message-Authenticator = <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
> 
> Tue Nov 16 16:16:11 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32771 ....
> Code:       Access-Request
> Identifier: 142
> Authentic:  /<127>A?<212><229><15>U<191>sF<1><8><30><3>!
> Attributes:
>        User-Name = "anonymous"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Framed-MTU = 1250
>        NAS-Port-Type = Wireless-IEEE-802-11
>        Framed-Compression = None
>        Connect-Info = "CONNECT 802.11a"
>        EAP-Message = <2><2><0><151><25><128><0><0><0><141><22><3><1><0><136><1><0><0><132><3><1>L<227><2><171>m<163><209><27><197>=#<132><206><156><221><164><241><130>`<220>(<173>P<144>Dq<138>h[<221><8><197> <208><149><168><1>~X<30><127><16><254>R*<218><175>4<222><0><166>Fc<143>@<252><225>/2<247><215>z<162><210><171><0><24><0>/<0>5<0><5><0><10><192><19><192><20><192><9><192><10><0>2<0>8<0><19><0><4><1><0><0>#<255><1><0><1><0><0><0><0><10><0><8><0><0><5>nmjoo<0><10><0><6><0><4><0><23><0><24><0><11><0><2><1><0>
>        Message-Authenticator = <10><201><161><175><236>qR<138>)<176><23><177><149><15><137><163>
> 
> Tue Nov 16 16:16:11 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:16:11 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:16:11 2010: DEBUG:  Deleting session for anonymous, 128.255.11.74, 18433
> Tue Nov 16 16:16:11 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:16:11 2010: DEBUG: Handling with EAP: code 2, 2, 151, 25
> Tue Nov 16 16:16:11 2010: DEBUG: Response type 25
> Tue Nov 16 16:16:11 2010: DEBUG: EAP TLS SSL_accept result: -1, 2, 8640
> Tue Nov 16 16:16:11 2010: DEBUG: EAP result: 3, EAP PEAP Challenge
> Tue Nov 16 16:16:11 2010: DEBUG: AuthBy FILE result: CHALLENGE, EAP PEAP Challenge
> Tue Nov 16 16:16:11 2010: DEBUG: Access challenged for anonymous: EAP PEAP Challenge
> Tue Nov 16 16:16:11 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32771 ....
> Code:       Access-Challenge
> Identifier: 142
> Authentic:  <183>g+L)<157>p<253>5u<216><13>:<206><226><143>
> Attributes:
>        EAP-Message = <1><3><0><148><25><128><0><0><0><138><22><3><1><0>J<2><0><0>F<3><1>L<227><2><171>.<142><241><255><244><239><204>P<235><143><176><208><226>A<209><221><204>Uk@<2><192><5><11><230>Z<<202> <208><149><168><1>~X<30><127><16><254>R*<218><175>4<222><0><166>Fc<143>@<252><225>/2<247><215>z<162><210><171><0>/<0><20><3><1><0><1><1><22><3><1><0>0<219>RH7^<133>vU<15><205><255>BFL<203><213>H<218><223><142><4><205><2><229>C<196><20><199><173><14><221><177><251><189>i<253><220>g<234>d<188>C<193><152>i<231><214>B
>        Message-Authenticator = <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
> 
> Tue Nov 16 16:16:11 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32771 ....
> Code:       Access-Request
> Identifier: 143
> Authentic:  <207>L.<143><195><225><154><131>4<184><9><213><252><254>t<245>
> Attributes:
>        User-Name = "anonymous"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Framed-MTU = 1250
>        NAS-Port-Type = Wireless-IEEE-802-11
>        Framed-Compression = None
>        Connect-Info = "CONNECT 802.11a"
>        EAP-Message = <2><3><0>E<25><128><0><0><0>;<20><3><1><0><1><1><22><3><1><0>0<212><1><8><164>Q<146>M<223><252><153><238> S<134><11><199>5K<152><138>%<18>6<194><171>z<136><10>l<141><175><207>F<252><191>\Z<182><27>o(<19><12><226><190>G<198><178>
>        Message-Authenticator = <21>S3<181><215>r6+<207><252><19><196><160><31><136><151>
> 
> Tue Nov 16 16:16:11 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:16:11 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:16:11 2010: DEBUG:  Deleting session for anonymous, 128.255.11.74, 18433
> Tue Nov 16 16:16:11 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:16:11 2010: DEBUG: Handling with EAP: code 2, 3, 69, 25
> Tue Nov 16 16:16:11 2010: DEBUG: Response type 25
> Tue Nov 16 16:16:11 2010: DEBUG: EAP TLS SSL_accept result: 1, 0, 3
> Tue Nov 16 16:16:11 2010: DEBUG: EAP result: 0,
> Tue Nov 16 16:16:11 2010: DEBUG: AuthBy FILE result: ACCEPT,
> Tue Nov 16 16:16:11 2010: DEBUG: Access accepted for anonymous
> Tue Nov 16 16:16:11 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32771 ....
> Code:       Access-Accept
> Identifier: 143
> Authentic:  <142>j<204><220>j<201><153><226><238>k<12><145><240>@<245><154>
> Attributes:
>        EAP-Message = <3><3><0><4>
>        Message-Authenticator = <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
>        User-Name = "nmjoo"
>        Tunnel-Private-Group-ID = 821
>        Tunnel-Type = VLAN
>        Tunnel-Medium-Type = 802
>        MS-MPPE-Send-Key = <247><172><160><243><174>f<183>-<16><141><224><187><170>r<192><195>D<149><240><149><11><200>r<191><20><0><241><246>D<236>"<254>
>        MS-MPPE-Recv-Key = <210><140><135>7<28><143>j<214>-<135>j<2><155>*<5><25><141><165>~<197><212><158> n/9<214><211>,<164>C<161>
> 
> Tue Nov 16 16:16:11 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32769 ....
> Code:       Accounting-Request
> Identifier: 144
> Authentic:  wiU<239><147><20><241><167><175><162><0><250><134><136><0>/
> Attributes:
>        Acct-Status-Type = Start
>        Acct-Session-Id = "4C74A82D-00000411"
>        Acct-Authentic = RADIUS
>        User-Name = "nmjoo"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        NAS-Port-Type = Wireless-IEEE-802-11
>        NAS-Identifier = "00-90-0B-07-8C-89"
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Connect-Info = "CONNECT 802.11a"
>        Acct-Delay-Time = 0
>        Meru-AP-Id = 22
>        Meru-AP-Name = "AP-NEILDESK-1"
> 
> Tue Nov 16 16:16:11 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:16:11 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:16:11 2010: DEBUG: PreProcessingHook: Accounting-Request packet found!
> Tue Nov 16 16:16:11 2010: DEBUG: PreProcessingHook: Accounting-Status-Type: Start
> Tue Nov 16 16:16:11 2010: DEBUG: PreProcessingHook: Calling Station ID: 00-1F-3B-CC-09-ED
> Tue Nov 16 16:16:11 2010: INFO: PreProcessingHook: Database Issue: Finding Station
> Tue Nov 16 16:16:11 2010: INFO: PreProcessingHook: Station 00-1F-3B-CC-09-ED Found, updating Timestamp.
> Tue Nov 16 16:16:11 2010: DEBUG:  Adding session for nmjoo, 128.255.11.74, 18433
> Tue Nov 16 16:16:11 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:16:11 2010: DEBUG: AuthBy FILE result: ACCEPT,
> Tue Nov 16 16:16:11 2010: DEBUG: Accounting accepted
> Tue Nov 16 16:16:11 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32769 ....
> Code:       Accounting-Response
> Identifier: 144
> Authentic:  7<20><178>d<29><153><177>\v7<144>h<185>v6<25>
> Attributes:
> 
> Tue Nov 16 16:16:15 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32769 ....
> Code:       Accounting-Request
> Identifier: 145
> Authentic:  <218><179>#<127><188><30>R0<26>x<192>uT<152><128>C
> Attributes:
>        Acct-Status-Type = Stop
>        Acct-Session-Id = "4C74A82D-00000411"
>        Acct-Authentic = RADIUS
>        User-Name = "nmjoo"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        NAS-Port-Type = Wireless-IEEE-802-11
>        NAS-Identifier = "00-90-0B-07-8C-89"
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Connect-Info = "CONNECT 802.11a"
>        Acct-Session-Time = 4
>        Acct-Delay-Time = 0
>        Acct-Terminate-Cause = User-Request
>        Acct-Input-Packets = 0
>        Acct-Output-Packets = 0
>        Acct-Input-Octets = 0
>        Acct-Output-Octets = 0
>        Meru-AP-Id = 22
>        Meru-AP-Name = "AP-NEILDESK-1"
> 
> Tue Nov 16 16:16:15 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:16:15 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:16:15 2010: DEBUG: PreProcessingHook: Accounting-Request packet found!
> Tue Nov 16 16:16:15 2010: DEBUG: PreProcessingHook: Accounting-Status-Type: Stop
> Tue Nov 16 16:16:15 2010: INFO: PreProcessingHook: Database Issue: Finding Station
> Tue Nov 16 16:16:15 2010: INFO: PreProcessingHook: Station 00-1F-3B-CC-09-ED Found, Deleting.
> Tue Nov 16 16:16:15 2010: DEBUG:  Deleting session for nmjoo, 128.255.11.74, 18433
> Tue Nov 16 16:16:15 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:16:15 2010: DEBUG: AuthBy FILE result: ACCEPT,
> Tue Nov 16 16:16:15 2010: DEBUG: Accounting accepted
> Tue Nov 16 16:16:15 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32769 ....
> Code:       Accounting-Response
> Identifier: 145
> Authentic:  ;P<173><164><217><31><153><164><239><157><189><199><232><187><135><185>
> Attributes:
> 
> Tue Nov 16 16:16:15 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32771 ....
> Code:       Access-Request
> Identifier: 146
> Authentic:  <143>7<207>7<230><12>3Ug<206>D<155><143><237><208>d
> Attributes:
>        User-Name = "anonymous"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Framed-MTU = 1250
>        NAS-Port-Type = Wireless-IEEE-802-11
>        Framed-Compression = None
>        Connect-Info = "CONNECT 802.11a"
>        EAP-Message = <2><1><0><14><1>anonymous
>        Message-Authenticator = <180><224>"p<161>h<141>oJ9<30><155><137>.<181><228>
> 
> Tue Nov 16 16:16:15 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:16:15 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:16:15 2010: DEBUG:  Deleting session for anonymous, 128.255.11.74, 18433
> Tue Nov 16 16:16:15 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:16:15 2010: DEBUG: Handling with EAP: code 2, 1, 14, 1
> Tue Nov 16 16:16:15 2010: DEBUG: Response type 1
> Tue Nov 16 16:16:16 2010: DEBUG: EAP result: 3, EAP PEAP Challenge
> Tue Nov 16 16:16:16 2010: DEBUG: AuthBy FILE result: CHALLENGE, EAP PEAP Challenge
> Tue Nov 16 16:16:16 2010: DEBUG: Access challenged for anonymous: EAP PEAP Challenge
> Tue Nov 16 16:16:16 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32771 ....
> Code:       Access-Challenge
> Identifier: 146
> Authentic:  <246><159>h;S*l<29>`<230><196>|<181><150><17><190>
> Attributes:
>        EAP-Message = <1><2><0><6><25>
>        Message-Authenticator = <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
> 
> Tue Nov 16 16:16:16 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32771 ....
> Code:       Access-Request
> Identifier: 147
> Authentic:  <224><146><174><12>?<146><187>*<249>E<144><214><226><134>]<145>
> Attributes:
>        User-Name = "anonymous"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Framed-MTU = 1250
>        NAS-Port-Type = Wireless-IEEE-802-11
>        Framed-Compression = None
>        Connect-Info = "CONNECT 802.11a"
>        EAP-Message = <2><2><0><151><25><128><0><0><0><141><22><3><1><0><136><1><0><0><132><3><1>L<227><2><176><0>V*<195><143><174>~<137>;[<234><167><183><242><192><17><234><<166><3><251>p<1><129>K<242>%n <208><149><168><1>~X<30><127><16><254>R*<218><175>4<222><0><166>Fc<143>@<252><225>/2<247><215>z<162><210><171><0><24><0>/<0>5<0><5><0><10><192><19><192><20><192><9><192><10><0>2<0>8<0><19><0><4><1><0><0>#<255><1><0><1><0><0><0><0><10><0><8><0><0><5>nmjoo<0><10><0><6><0><4><0><23><0><24><0><11><0><2><1><0>
>        Message-Authenticator = <158><25><248>J<146>?<30><128>b<226>Y<216><21><194><223>|
> 
> Tue Nov 16 16:16:16 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:16:16 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:16:16 2010: DEBUG:  Deleting session for anonymous, 128.255.11.74, 18433
> Tue Nov 16 16:16:16 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:16:16 2010: DEBUG: Handling with EAP: code 2, 2, 151, 25
> Tue Nov 16 16:16:16 2010: DEBUG: Response type 25
> Tue Nov 16 16:16:16 2010: DEBUG: EAP TLS SSL_accept result: -1, 2, 8640
> Tue Nov 16 16:16:16 2010: DEBUG: EAP result: 3, EAP PEAP Challenge
> Tue Nov 16 16:16:16 2010: DEBUG: AuthBy FILE result: CHALLENGE, EAP PEAP Challenge
> Tue Nov 16 16:16:16 2010: DEBUG: Access challenged for anonymous: EAP PEAP Challenge
> Tue Nov 16 16:16:16 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32771 ....
> Code:       Access-Challenge
> Identifier: 147
> Authentic:  <5><230>F)<196>1-<205>'<160>=B<207><227>!<198>
> Attributes:
>        EAP-Message = <1><3><0><148><25><128><0><0><0><138><22><3><1><0>J<2><0><0>F<3><1>L<227><2><176><255>b<175><213><18>o<208>l<233><233><164><185><189><190>b<221><178>&<207>.<27><142><189>i"<159><149>L <208><149><168><1>~X<30><127><16><254>R*<218><175>4<222><0><166>Fc<143>@<252><225>/2<247><215>z<162><210><171><0>/<0><20><3><1><0><1><1><22><3><1><0>0<145><173>h<171><130>e<197><1><198><158><10>:<20><175><194><196>a<217><140><163><22><177><149><11>w<156><5><25><9><230>3<236>i<188>^<0><156><165><132><23><206><174>GX<217>4<4><11>
>        Message-Authenticator = <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
> 
> Tue Nov 16 16:16:16 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32771 ....
> Code:       Access-Request
> Identifier: 148
> Authentic:  <156>K<246><154><202>d<174>IO<0><254>6S{<227><15>
> Attributes:
>        User-Name = "anonymous"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Framed-MTU = 1250
>        NAS-Port-Type = Wireless-IEEE-802-11
>        Framed-Compression = None
>        Connect-Info = "CONNECT 802.11a"
>        EAP-Message = <2><3><0>E<25><128><0><0><0>;<20><3><1><0><1><1><22><3><1><0>0<212><139><245>E<12><169>!M<23><205>63&<230><136><255><215>c<18><228><221><234>S<149><153><163><188>E<169><169><234>g<128><5><15><18><198><150><217><143><155><139><171><154>Q<175><206><233>
>        Message-Authenticator = <4>C<162>"<0><130><151><233><145>B<178><183><163><201><15>H
> 
> Tue Nov 16 16:16:16 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:16:16 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:16:16 2010: DEBUG:  Deleting session for anonymous, 128.255.11.74, 18433
> Tue Nov 16 16:16:16 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:16:16 2010: DEBUG: Handling with EAP: code 2, 3, 69, 25
> Tue Nov 16 16:16:16 2010: DEBUG: Response type 25
> Tue Nov 16 16:16:16 2010: DEBUG: EAP TLS SSL_accept result: 1, 0, 3
> Tue Nov 16 16:16:16 2010: DEBUG: EAP result: 0,
> Tue Nov 16 16:16:16 2010: DEBUG: AuthBy FILE result: ACCEPT,
> Tue Nov 16 16:16:16 2010: DEBUG: Access accepted for anonymous
> Tue Nov 16 16:16:16 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32771 ....
> Code:       Access-Accept
> Identifier: 148
> Authentic:  <240><232><156><241>#<215>4<143><182><245>CyQ<230><226>)
> Attributes:
>        EAP-Message = <3><3><0><4>
>        Message-Authenticator = <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
>        User-Name = "nmjoo"
>        Tunnel-Private-Group-ID = 821
>        Tunnel-Type = VLAN
>        Tunnel-Medium-Type = 802
>        MS-MPPE-Send-Key = <208><166><30><150><213>R1J<216><185><176><152><193><203>)lH<192>"dX<30><195><233><253><174><8><205><251>5X<158>
>        MS-MPPE-Recv-Key = 9_<184>,qC<19>6<22>o<13>{<26><183><24><238><166>n6=<185><23>+<181><26><177>n<134>=Rp<194>
> 
> Tue Nov 16 16:16:16 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32769 ....
> Code:       Accounting-Request
> Identifier: 149
> Authentic:  <223><160>l<243><150><29><173>A1<238>A<180><137>n<17><216>
> Attributes:
>        Acct-Status-Type = Start
>        Acct-Session-Id = "4C74A82D-00000412"
>        Acct-Authentic = RADIUS
>        User-Name = "nmjoo"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        NAS-Port-Type = Wireless-IEEE-802-11
>        NAS-Identifier = "00-90-0B-07-8C-89"
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Connect-Info = "CONNECT 802.11a"
>        Acct-Delay-Time = 0
>        Meru-AP-Id = 22
>        Meru-AP-Name = "AP-NEILDESK-1"
> 
> Tue Nov 16 16:16:16 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:16:16 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:16:16 2010: DEBUG: PreProcessingHook: Accounting-Request packet found!
> Tue Nov 16 16:16:16 2010: DEBUG: PreProcessingHook: Accounting-Status-Type: Start
> Tue Nov 16 16:16:16 2010: DEBUG: PreProcessingHook: Calling Station ID: 00-1F-3B-CC-09-ED
> Tue Nov 16 16:16:16 2010: INFO: PreProcessingHook: Database Issue: Finding Station
> Tue Nov 16 16:16:16 2010: INFO: PreProcessingHook: Station 00-1F-3B-CC-09-ED Found, updating Timestamp.
> Tue Nov 16 16:16:16 2010: DEBUG:  Adding session for nmjoo, 128.255.11.74, 18433
> Tue Nov 16 16:16:16 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:16:16 2010: DEBUG: AuthBy FILE result: ACCEPT,
> Tue Nov 16 16:16:16 2010: DEBUG: Accounting accepted
> Tue Nov 16 16:16:16 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32769 ....
> Code:       Accounting-Response
> Identifier: 149
> Authentic:  <127><184><235><<197>"<157><182><224><14>%^<252><17><204><166>
> Attributes:
> 
> Tue Nov 16 16:16:20 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32769 ....
> Code:       Accounting-Request
> Identifier: 150
> Authentic:  LY<192><18>BT<21>a<173><189><254><152><0><242>^<170>
> Attributes:
>        Acct-Status-Type = Stop
>        Acct-Session-Id = "4C74A82D-00000412"
>        Acct-Authentic = RADIUS
>        User-Name = "nmjoo"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        NAS-Port-Type = Wireless-IEEE-802-11
>        NAS-Identifier = "00-90-0B-07-8C-89"
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Connect-Info = "CONNECT 802.11a"
>        Acct-Session-Time = 4
>        Acct-Delay-Time = 0
>        Acct-Terminate-Cause = User-Request
>        Acct-Input-Packets = 5
>        Acct-Output-Packets = 6
>        Acct-Input-Octets = 459
>        Acct-Output-Octets = 547
>        Meru-AP-Id = 22
>        Meru-AP-Name = "AP-NEILDESK-1"
> 
> Tue Nov 16 16:16:20 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:16:20 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:16:20 2010: DEBUG: PreProcessingHook: Accounting-Request packet found!
> Tue Nov 16 16:16:20 2010: DEBUG: PreProcessingHook: Accounting-Status-Type: Stop
> Tue Nov 16 16:16:20 2010: INFO: PreProcessingHook: Database Issue: Finding Station
> Tue Nov 16 16:16:20 2010: INFO: PreProcessingHook: Station 00-1F-3B-CC-09-ED Found, Deleting.
> Tue Nov 16 16:16:21 2010: DEBUG:  Deleting session for nmjoo, 128.255.11.74, 18433
> Tue Nov 16 16:16:21 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:16:21 2010: DEBUG: AuthBy FILE result: ACCEPT,
> Tue Nov 16 16:16:21 2010: DEBUG: Accounting accepted
> Tue Nov 16 16:16:21 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32769 ....
> Code:       Accounting-Response
> Identifier: 150
> Authentic:  n.<146><6><150><8>)<236><23><22><170><19><127><141>2F
> Attributes:
> 
> Tue Nov 16 16:16:21 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32771 ....
> Code:       Access-Request
> Identifier: 151
> Authentic:  <219>x<207><245><253>Vn<147><12>vx*G<220>{<5>
> Attributes:
>        User-Name = "anonymous"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Framed-MTU = 1250
>        NAS-Port-Type = Wireless-IEEE-802-11
>        Framed-Compression = None
>        Connect-Info = "CONNECT 802.11a"
>        EAP-Message = <2><1><0><14><1>anonymous
>        Message-Authenticator = 7<201><201><192><1><251><137>K<15>,<158>Z<172>\<13>;
> 
> Tue Nov 16 16:16:21 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:16:21 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:16:21 2010: DEBUG:  Deleting session for anonymous, 128.255.11.74, 18433
> Tue Nov 16 16:16:21 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:16:21 2010: DEBUG: Handling with EAP: code 2, 1, 14, 1
> Tue Nov 16 16:16:21 2010: DEBUG: Response type 1
> Tue Nov 16 16:16:21 2010: DEBUG: EAP result: 3, EAP PEAP Challenge
> Tue Nov 16 16:16:21 2010: DEBUG: AuthBy FILE result: CHALLENGE, EAP PEAP Challenge
> Tue Nov 16 16:16:21 2010: DEBUG: Access challenged for anonymous: EAP PEAP Challenge
> Tue Nov 16 16:16:21 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32771 ....
> Code:       Access-Challenge
> Identifier: 151
> Authentic:  \<249><250>S<254><183><30><171>9<167><0><198><210>!<170><2>
> Attributes:
>        EAP-Message = <1><2><0><6><25>
>        Message-Authenticator = <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
> 
> Tue Nov 16 16:16:21 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32771 ....
> Code:       Access-Request
> Identifier: 152
> Authentic:  <17>b<21><0>W<254><224><255><10><185><132>}<184>4<139><192>
> Attributes:
>        User-Name = "anonymous"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Framed-MTU = 1250
>        NAS-Port-Type = Wireless-IEEE-802-11
>        Framed-Compression = None
>        Connect-Info = "CONNECT 802.11a"
>        EAP-Message = <2><2><0><151><25><128><0><0><0><141><22><3><1><0><136><1><0><0><132><3><1>L<227><2><181><10>G<248><144><181><203><5><26><210>C5<168>z<131><127><238><168><203>1M*<250><251><193>QL<140>] <208><149><168><1>~X<30><127><16><254>R*<218><175>4<222><0><166>Fc<143>@<252><225>/2<247><215>z<162><210><171><0><24><0>/<0>5<0><5><0><10><192><19><192><20><192><9><192><10><0>2<0>8<0><19><0><4><1><0><0>#<255><1><0><1><0><0><0><0><10><0><8><0><0><5>nmjoo<0><10><0><6><0><4><0><23><0><24><0><11><0><2><1><0>
>        Message-Authenticator = <<197>K{<213><227><145><254><255>Lhuc!<185><228>
> 
> Tue Nov 16 16:16:21 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:16:21 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:16:21 2010: DEBUG:  Deleting session for anonymous, 128.255.11.74, 18433
> Tue Nov 16 16:16:21 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:16:21 2010: DEBUG: Handling with EAP: code 2, 2, 151, 25
> Tue Nov 16 16:16:21 2010: DEBUG: Response type 25
> Tue Nov 16 16:16:21 2010: DEBUG: EAP TLS SSL_accept result: -1, 2, 8640
> Tue Nov 16 16:16:21 2010: DEBUG: EAP result: 3, EAP PEAP Challenge
> Tue Nov 16 16:16:21 2010: DEBUG: AuthBy FILE result: CHALLENGE, EAP PEAP Challenge
> Tue Nov 16 16:16:21 2010: DEBUG: Access challenged for anonymous: EAP PEAP Challenge
> Tue Nov 16 16:16:21 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32771 ....
> Code:       Access-Challenge
> Identifier: 152
> Authentic:  x<206><162><8><189><29><225>'<29><137><169><232><129>O<11><140>
> Attributes:
>        EAP-Message = <1><3><0><148><25><128><0><0><0><138><22><3><1><0>J<2><0><0>F<3><1>L<227><2><181>jZ<141>!L<233><16><168><208>@<255><19> <11><185><138>[<243><201><31><241><3><203>n<240><181><148><19> <208><149><168><1>~X<30><127><16><254>R*<218><175>4<222><0><166>Fc<143>@<252><225>/2<247><215>z<162><210><171><0>/<0><20><3><1><0><1><1><22><3><1><0>0\<24>@<7><248>A.<128><19>!<226>x<148><192>/<239>T<246>'<136><234><181> (<138><160><17><170><189><156>Q(<157>j<158><246>q<206>m<207><205>l@<210><145><236><248><202>
> 
>        Message-Authenticator = <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
> 
> Tue Nov 16 16:16:21 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32771 ....
> Code:       Access-Request
> Identifier: 153
> Authentic:  <218><243>V/b<167>p/<182><241><174><145><226><136>QI
> Attributes:
>        User-Name = "anonymous"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Framed-MTU = 1250
>        NAS-Port-Type = Wireless-IEEE-802-11
>        Framed-Compression = None
>        Connect-Info = "CONNECT 802.11a"
>        EAP-Message = <2><3><0>E<25><128><0><0><0>;<20><3><1><0><1><1><22><3><1><0>09m$<180>B<217><245><203>S<144><196><22>^<20>6%:<16>m<180><133>f<128><201><249><158><239><255>'<212>{Sk<247><220>><172>4<162><223>"<191><217>P<222>`<177>o
>        Message-Authenticator = p\<27>i<19><140>S<199><18><215><21>4<30><246><238>`
> 
> Tue Nov 16 16:16:21 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:16:21 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:16:21 2010: DEBUG:  Deleting session for anonymous, 128.255.11.74, 18433
> Tue Nov 16 16:16:21 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:16:21 2010: DEBUG: Handling with EAP: code 2, 3, 69, 25
> Tue Nov 16 16:16:21 2010: DEBUG: Response type 25
> Tue Nov 16 16:16:21 2010: DEBUG: EAP TLS SSL_accept result: 1, 0, 3
> Tue Nov 16 16:16:21 2010: DEBUG: EAP result: 0,
> Tue Nov 16 16:16:21 2010: DEBUG: AuthBy FILE result: ACCEPT,
> Tue Nov 16 16:16:21 2010: DEBUG: Access accepted for anonymous
> Tue Nov 16 16:16:21 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32771 ....
> Code:       Access-Accept
> Identifier: 153
> Authentic:  <8><161><177><176>L<145><224>W<138><146>+<171><136><133>C<20>
> Attributes:
>        EAP-Message = <3><3><0><4>
>        Message-Authenticator = <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
>        User-Name = "nmjoo"
>        Tunnel-Private-Group-ID = 821
>        Tunnel-Type = VLAN
>        Tunnel-Medium-Type = 802
>        MS-MPPE-Send-Key = %D<207>_<192>d<245><205><6>n|<219>'<21><17><233><213>Y<216>^<183>zFb<185><194><156><20>m<170><190><208>
>        MS-MPPE-Recv-Key = L<30><28>.<242><241><183>Pj<209><138><213><179><240>^<190><11><165>9<140>Nm<154>0RJ<143><166><168><212>h<164>
> 
> Tue Nov 16 16:16:21 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32769 ....
> Code:       Accounting-Request
> Identifier: 154
> Authentic:  .S<13>t<250><187><144><194><180> ;<233><176>1}<177>
> Attributes:
>        Acct-Status-Type = Start
>        Acct-Session-Id = "4C74A82D-00000413"
>        Acct-Authentic = RADIUS
>        User-Name = "nmjoo"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        NAS-Port-Type = Wireless-IEEE-802-11
>        NAS-Identifier = "00-90-0B-07-8C-89"
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Connect-Info = "CONNECT 802.11a"
>        Acct-Delay-Time = 0
>        Meru-AP-Id = 22
>        Meru-AP-Name = "AP-NEILDESK-1"
> 
> Tue Nov 16 16:16:21 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:16:21 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:16:21 2010: DEBUG: PreProcessingHook: Accounting-Request packet found!
> Tue Nov 16 16:16:21 2010: DEBUG: PreProcessingHook: Accounting-Status-Type: Start
> Tue Nov 16 16:16:21 2010: DEBUG: PreProcessingHook: Calling Station ID: 00-1F-3B-CC-09-ED
> Tue Nov 16 16:16:21 2010: INFO: PreProcessingHook: Database Issue: Finding Station
> Tue Nov 16 16:16:21 2010: INFO: PreProcessingHook: Station 00-1F-3B-CC-09-ED Found, updating Timestamp.
> Tue Nov 16 16:16:21 2010: DEBUG:  Adding session for nmjoo, 128.255.11.74, 18433
> Tue Nov 16 16:16:21 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:16:21 2010: DEBUG: AuthBy FILE result: ACCEPT,
> Tue Nov 16 16:16:21 2010: DEBUG: Accounting accepted
> Tue Nov 16 16:16:21 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32769 ....
> Code:       Accounting-Response
> Identifier: 154
> Authentic:  <174><189>{&<168>=}<237>"TM<156><238><234>c'
> Attributes:
> 
> Tue Nov 16 16:16:26 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32769 ....
> Code:       Accounting-Request
> Identifier: 155
> Authentic:  +r<23><177>3L><162><249><170><143><196><188><163>4Y
> Attributes:
>        Acct-Status-Type = Stop
>        Acct-Session-Id = "4C74A82D-00000413"
>        Acct-Authentic = RADIUS
>        User-Name = "nmjoo"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        NAS-Port-Type = Wireless-IEEE-802-11
>        NAS-Identifier = "00-90-0B-07-8C-89"
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Connect-Info = "CONNECT 802.11a"
>        Acct-Session-Time = 4
>        Acct-Delay-Time = 0
>        Acct-Terminate-Cause = User-Request
>        Acct-Input-Packets = 0
>        Acct-Output-Packets = 0
>        Acct-Input-Octets = 0
>        Acct-Output-Octets = 0
>        Meru-AP-Id = 22
>        Meru-AP-Name = "AP-NEILDESK-1"
> 
> Tue Nov 16 16:16:26 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:16:26 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:16:26 2010: DEBUG: PreProcessingHook: Accounting-Request packet found!
> Tue Nov 16 16:16:26 2010: DEBUG: PreProcessingHook: Accounting-Status-Type: Stop
> Tue Nov 16 16:16:26 2010: INFO: PreProcessingHook: Database Issue: Finding Station
> Tue Nov 16 16:16:26 2010: INFO: PreProcessingHook: Station 00-1F-3B-CC-09-ED Found, Deleting.
> Tue Nov 16 16:16:26 2010: DEBUG:  Deleting session for nmjoo, 128.255.11.74, 18433
> Tue Nov 16 16:16:26 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:16:26 2010: DEBUG: AuthBy FILE result: ACCEPT,
> Tue Nov 16 16:16:26 2010: DEBUG: Accounting accepted
> Tue Nov 16 16:16:26 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32769 ....
> Code:       Accounting-Response
> Identifier: 155
> Authentic:  <237><19><211><166>*<237><10><<133>U<151><24><21><243><176><180>
> Attributes:
> 
> Tue Nov 16 16:16:26 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32771 ....
> Code:       Access-Request
> Identifier: 156
> Authentic:  <169><215>7e<160><205>5J<15><159><195><254><13><226><179><5>
> Attributes:
>        User-Name = "anonymous"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Framed-MTU = 1250
>        NAS-Port-Type = Wireless-IEEE-802-11
>        Framed-Compression = None
>        Connect-Info = "CONNECT 802.11a"
>        EAP-Message = <2><1><0><14><1>anonymous
>        Message-Authenticator = <192><12><202><165><173>d<231><143>E<232>")<27><250>T~
> 
> Tue Nov 16 16:16:26 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:16:26 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:16:26 2010: DEBUG:  Deleting session for anonymous, 128.255.11.74, 18433
> Tue Nov 16 16:16:26 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:16:26 2010: DEBUG: Handling with EAP: code 2, 1, 14, 1
> Tue Nov 16 16:16:26 2010: DEBUG: Response type 1
> Tue Nov 16 16:16:26 2010: DEBUG: EAP result: 3, EAP PEAP Challenge
> Tue Nov 16 16:16:26 2010: DEBUG: AuthBy FILE result: CHALLENGE, EAP PEAP Challenge
> Tue Nov 16 16:16:26 2010: DEBUG: Access challenged for anonymous: EAP PEAP Challenge
> Tue Nov 16 16:16:26 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32771 ....
> Code:       Access-Challenge
> Identifier: 156
> Authentic:  <172>9?<234><175><197>3R<214>?<228>"P<214>T/
> Attributes:
>        EAP-Message = <1><2><0><6><25>
>        Message-Authenticator = <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
> 
> Tue Nov 16 16:16:26 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32771 ....
> Code:       Access-Request
> Identifier: 157
> Authentic:  h<241>tn<177><211><2><152>9<250>Ls<10><234><168>j
> Attributes:
>        User-Name = "anonymous"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Framed-MTU = 1250
>        NAS-Port-Type = Wireless-IEEE-802-11
>        Framed-Compression = None
>        Connect-Info = "CONNECT 802.11a"
>        EAP-Message = <2><2><0><151><25><128><0><0><0><141><22><3><1><0><136><1><0><0><132><3><1>L<227><2><186><29><237>X<130>{<178><29><31>A<138><238><208><214>HL*<205><201><21><223><151><185><154><167>2<222>U<25> <208><149><168><1>~X<30><127><16><254>R*<218><175>4<222><0><166>Fc<143>@<252><225>/2<247><215>z<162><210><171><0><24><0>/<0>5<0><5><0><10><192><19><192><20><192><9><192><10><0>2<0>8<0><19><0><4><1><0><0>#<255><1><0><1><0><0><0><0><10><0><8><0><0><5>nmjoo<0><10><0><6><0><4><0><23><0><24><0><11><0><2><1><0>
>        Message-Authenticator = <158><208><193>=<17><172><228><200><29><<217>Jo~<11><19>
> 
> Tue Nov 16 16:16:26 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:16:26 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:16:26 2010: DEBUG:  Deleting session for anonymous, 128.255.11.74, 18433
> Tue Nov 16 16:16:26 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:16:26 2010: DEBUG: Handling with EAP: code 2, 2, 151, 25
> Tue Nov 16 16:16:26 2010: DEBUG: Response type 25
> Tue Nov 16 16:16:26 2010: DEBUG: EAP TLS SSL_accept result: -1, 2, 8640
> Tue Nov 16 16:16:26 2010: DEBUG: EAP result: 3, EAP PEAP Challenge
> Tue Nov 16 16:16:26 2010: DEBUG: AuthBy FILE result: CHALLENGE, EAP PEAP Challenge
> Tue Nov 16 16:16:26 2010: DEBUG: Access challenged for anonymous: EAP PEAP Challenge
> Tue Nov 16 16:16:26 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32771 ....
> Code:       Access-Challenge
> Identifier: 157
> Authentic:  <182>Wj<214>--<154><11>l;m<236>=<202><127><22>
> Attributes:
>        EAP-Message = <1><3><0><148><25><128><0><0><0><138><22><3><1><0>J<2><0><0>F<3><1>L<227><2><186><166><212><19>s<190><204>z<208>;<137><234><186><146><160><155>x<194><223>_<233><232><245>^<221><239><241><142><0> <208><149><168><1>~X<30><127><16><254>R*<218><175>4<222><0><166>Fc<143>@<252><225>/2<247><215>z<162><210><171><0>/<0><20><3><1><0><1><1><22><3><1><0>0<3>(<133><248><176>~<254><13><191><240>`|d<221><194><241><200><20>Q<233>oh<191><195>B<159><204><214><246>_+<205>OW5<248><133><134><224><240><255><0>u<226><190> ;/
>        Message-Authenticator = <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
> 
> Tue Nov 16 16:16:26 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32771 ....
> Code:       Access-Request
> Identifier: 158
> Authentic:  N<239>}<147><14><20>C<143><161><228><192><167><227>7<214><196>
> Attributes:
>        User-Name = "anonymous"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Framed-MTU = 1250
>        NAS-Port-Type = Wireless-IEEE-802-11
>        Framed-Compression = None
>        Connect-Info = "CONNECT 802.11a"
>        EAP-Message = <2><3><0>E<25><128><0><0><0>;<20><3><1><0><1><1><22><3><1><0>0<170><172>-|#M/<13><169>iS<171><252><197><24>n<239>)<169><232><227><225><231><177><26><227><243>?;<219>%<146>@I<187><227><185>[<151><182>b<136>r<150>Y.E<6>
>        Message-Authenticator = ,<187><211>s<144><137><176><255>c<139><189><22><253><3>]<235>
> 
> Tue Nov 16 16:16:26 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:16:26 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:16:26 2010: DEBUG:  Deleting session for anonymous, 128.255.11.74, 18433
> Tue Nov 16 16:16:26 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:16:26 2010: DEBUG: Handling with EAP: code 2, 3, 69, 25
> Tue Nov 16 16:16:26 2010: DEBUG: Response type 25
> Tue Nov 16 16:16:26 2010: DEBUG: EAP TLS SSL_accept result: 1, 0, 3
> Tue Nov 16 16:16:26 2010: DEBUG: EAP result: 0,
> Tue Nov 16 16:16:26 2010: DEBUG: AuthBy FILE result: ACCEPT,
> Tue Nov 16 16:16:26 2010: DEBUG: Access accepted for anonymous
> Tue Nov 16 16:16:26 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32771 ....
> Code:       Access-Accept
> Identifier: 158
> Authentic:  p<148><194><183>d<235>q<152>'<12><173><137>ZS<16><24>
> Attributes:
>        EAP-Message = <3><3><0><4>
>        Message-Authenticator = <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
>        User-Name = "nmjoo"
>        Tunnel-Private-Group-ID = 821
>        Tunnel-Type = VLAN
>        Tunnel-Medium-Type = 802
>        MS-MPPE-Send-Key = ;<131>V<20><194><226><205><149><236><1>=<154><221><17><22>n<250>f<227>"<22>Q<182>Jb<212>/<166><28>[w<8>
>        MS-MPPE-Recv-Key = iD<211>Zlo<23>F<255>X<138><218><232>s<172>cs<227>)z<234><145>-<165><4><25><243>%Y!<185>(
> 
> Tue Nov 16 16:16:26 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32769 ....
> Code:       Accounting-Request
> Identifier: 159
> Authentic:  u<183><11>n<2>{<181>WL<184>W<195>^<216>.<179>
> Attributes:
>        Acct-Status-Type = Start
>        Acct-Session-Id = "4C74A82D-00000414"
>        Acct-Authentic = RADIUS
>        User-Name = "nmjoo"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        NAS-Port-Type = Wireless-IEEE-802-11
>        NAS-Identifier = "00-90-0B-07-8C-89"
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Connect-Info = "CONNECT 802.11a"
>        Acct-Delay-Time = 0
>        Meru-AP-Id = 22
>        Meru-AP-Name = "AP-NEILDESK-1"
> 
> Tue Nov 16 16:16:26 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:16:26 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:16:26 2010: DEBUG: PreProcessingHook: Accounting-Request packet found!
> Tue Nov 16 16:16:26 2010: DEBUG: PreProcessingHook: Accounting-Status-Type: Start
> Tue Nov 16 16:16:26 2010: DEBUG: PreProcessingHook: Calling Station ID: 00-1F-3B-CC-09-ED
> Tue Nov 16 16:16:26 2010: INFO: PreProcessingHook: Database Issue: Finding Station
> Tue Nov 16 16:16:26 2010: INFO: PreProcessingHook: Station 00-1F-3B-CC-09-ED Found, updating Timestamp.
> Tue Nov 16 16:16:26 2010: DEBUG:  Adding session for nmjoo, 128.255.11.74, 18433
> Tue Nov 16 16:16:26 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:16:26 2010: DEBUG: AuthBy FILE result: ACCEPT,
> Tue Nov 16 16:16:26 2010: DEBUG: Accounting accepted
> Tue Nov 16 16:16:26 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32769 ....
> Code:       Accounting-Response
> Identifier: 159
> Authentic:  <207><20><13>K<148><242><4>&2<151><170>He<147><240>v
> Attributes:
> 
> Tue Nov 16 16:16:31 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32769 ....
> Code:       Accounting-Request
> Identifier: 160
> Authentic:  1a<221><225>@w<30>^<7><222><144><178>T<207><9><227>
> Attributes:
>        Acct-Status-Type = Stop
>        Acct-Session-Id = "4C74A82D-00000414"
>        Acct-Authentic = RADIUS
>        User-Name = "nmjoo"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        NAS-Port-Type = Wireless-IEEE-802-11
>        NAS-Identifier = "00-90-0B-07-8C-89"
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Connect-Info = "CONNECT 802.11a"
>        Acct-Session-Time = 4
>        Acct-Delay-Time = 0
>        Acct-Terminate-Cause = User-Request
>        Acct-Input-Packets = 0
>        Acct-Output-Packets = 0
>        Acct-Input-Octets = 0
>        Acct-Output-Octets = 0
>        Meru-AP-Id = 22
>        Meru-AP-Name = "AP-NEILDESK-1"
> 
> Tue Nov 16 16:16:31 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:16:31 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:16:31 2010: DEBUG: PreProcessingHook: Accounting-Request packet found!
> Tue Nov 16 16:16:31 2010: DEBUG: PreProcessingHook: Accounting-Status-Type: Stop
> Tue Nov 16 16:16:31 2010: INFO: PreProcessingHook: Database Issue: Finding Station
> Tue Nov 16 16:16:31 2010: INFO: PreProcessingHook: Station 00-1F-3B-CC-09-ED Found, Deleting.
> Tue Nov 16 16:16:31 2010: DEBUG:  Deleting session for nmjoo, 128.255.11.74, 18433
> Tue Nov 16 16:16:31 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:16:31 2010: DEBUG: AuthBy FILE result: ACCEPT,
> Tue Nov 16 16:16:31 2010: DEBUG: Accounting accepted
> Tue Nov 16 16:16:31 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32769 ....
> Code:       Accounting-Response
> Identifier: 160
> Authentic:  t<146><242>}<31><130><246>5<165>6<16><18><147><30><243><221>
> Attributes:
> 
> Tue Nov 16 16:16:31 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32771 ....
> Code:       Access-Request
> Identifier: 161
> Authentic:  r<154><255>w<226><159><237><239><206><29><163><220><241>BI~
> Attributes:
>        User-Name = "anonymous"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Framed-MTU = 1250
>        NAS-Port-Type = Wireless-IEEE-802-11
>        Framed-Compression = None
>        Connect-Info = "CONNECT 802.11a"
>        EAP-Message = <2><1><0><14><1>anonymous
>        Message-Authenticator = x<230>%F<199><26><148>O<182>*<5><<147><198><239><180>
> 
> Tue Nov 16 16:16:31 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:16:31 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:16:31 2010: DEBUG:  Deleting session for anonymous, 128.255.11.74, 18433
> Tue Nov 16 16:16:31 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:16:31 2010: DEBUG: Handling with EAP: code 2, 1, 14, 1
> Tue Nov 16 16:16:31 2010: DEBUG: Response type 1
> Tue Nov 16 16:16:31 2010: DEBUG: EAP result: 3, EAP PEAP Challenge
> Tue Nov 16 16:16:31 2010: DEBUG: AuthBy FILE result: CHALLENGE, EAP PEAP Challenge
> Tue Nov 16 16:16:31 2010: DEBUG: Access challenged for anonymous: EAP PEAP Challenge
> Tue Nov 16 16:16:31 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32771 ....
> Code:       Access-Challenge
> Identifier: 161
> Authentic:  <<138>"!<13>k<129><139>><174><159><176>1<19><246><134>
> Attributes:
>        EAP-Message = <1><2><0><6><25>
>        Message-Authenticator = <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
> 
> Tue Nov 16 16:16:31 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32771 ....
> Code:       Access-Request
> Identifier: 162
> Authentic:  <199>G<181><224>~<168>h<26><235><187>H<210><192><255><185><138>
> Attributes:
>        User-Name = "anonymous"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Framed-MTU = 1250
>        NAS-Port-Type = Wireless-IEEE-802-11
>        Framed-Compression = None
>        Connect-Info = "CONNECT 802.11a"
>        EAP-Message = <2><2><0><151><25><128><0><0><0><141><22><3><1><0><136><1><0><0><132><3><1>L<227><2><192><186><188><154><192><219><5><3>k<212>qTK<169><4>%+<139><250>Z{V<156><228>\<229><133>Y" <208><149><168><1>~X<30><127><16><254>R*<218><175>4<222><0><166>Fc<143>@<252><225>/2<247><215>z<162><210><171><0><24><0>/<0>5<0><5><0><10><192><19><192><20><192><9><192><10><0>2<0>8<0><19><0><4><1><0><0>#<255><1><0><1><0><0><0><0><10><0><8><0><0><5>nmjoo<0><10><0><6><0><4><0><23><0><24><0><11><0><2><1><0>
>        Message-Authenticator = <223><247><140><5><201><198>A<191><239><168>i+<2><157><173>s
> 
> Tue Nov 16 16:16:31 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:16:31 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:16:31 2010: DEBUG:  Deleting session for anonymous, 128.255.11.74, 18433
> Tue Nov 16 16:16:31 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:16:31 2010: DEBUG: Handling with EAP: code 2, 2, 151, 25
> Tue Nov 16 16:16:31 2010: DEBUG: Response type 25
> Tue Nov 16 16:16:31 2010: DEBUG: EAP TLS SSL_accept result: -1, 2, 8640
> Tue Nov 16 16:16:31 2010: DEBUG: EAP result: 3, EAP PEAP Challenge
> Tue Nov 16 16:16:31 2010: DEBUG: AuthBy FILE result: CHALLENGE, EAP PEAP Challenge
> Tue Nov 16 16:16:31 2010: DEBUG: Access challenged for anonymous: EAP PEAP Challenge
> Tue Nov 16 16:16:31 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32771 ....
> Code:       Access-Challenge
> Identifier: 162
> Authentic:  <10><163><28><191><131><160>=<130>H]m<18><131><26>Dm
> Attributes:
>        EAP-Message = <1><3><0><148><25><128><0><0><0><138><22><3><1><0>J<2><0><0>F<3><1>L<227><2><191><223>m<143><141>E<249><10>u<168>:y<182>mq<147><188>i<184><243><217> <205><205><8><207>r<16>G <208><149><168><1>~X<30><127><16><254>R*<218><175>4<222><0><166>Fc<143>@<252><225>/2<247><215>z<162><210><171><0>/<0><20><3><1><0><1><1><22><3><1><0>0<235>D<131><184>|<142>iQ<231>!.<172><25><204><2><15><25>J4no<21>;<225>~w<210><157><147>%P<254><237>NA<127><185>*oc<243><27><189><141>a<160><21>[
>        Message-Authenticator = <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
> 
> Tue Nov 16 16:16:31 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32771 ....
> Code:       Access-Request
> Identifier: 163
> Authentic:  <145><251><15><25>AJ<144>9<181><225><222><208>A<167><13><140>
> Attributes:
>        User-Name = "anonymous"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Framed-MTU = 1250
>        NAS-Port-Type = Wireless-IEEE-802-11
>        Framed-Compression = None
>        Connect-Info = "CONNECT 802.11a"
>        EAP-Message = <2><3><0>E<25><128><0><0><0>;<20><3><1><0><1><1><22><3><1><0>0<207><144>cb^v<144><254><198>TWr*<1><ga<215>k<238>+<221>3<11><220><233>u<182>.-W7<218><250>/<2><0>m?e<10>G<219>L<212>{<197><189>
>        Message-Authenticator = <143>Y<163>\<157><<248>0<139><155><223><159><129><21><0><140>
> 
> Tue Nov 16 16:16:31 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:16:31 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:16:31 2010: DEBUG:  Deleting session for anonymous, 128.255.11.74, 18433
> Tue Nov 16 16:16:31 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:16:31 2010: DEBUG: Handling with EAP: code 2, 3, 69, 25
> Tue Nov 16 16:16:31 2010: DEBUG: Response type 25
> Tue Nov 16 16:16:31 2010: DEBUG: EAP TLS SSL_accept result: 1, 0, 3
> Tue Nov 16 16:16:31 2010: DEBUG: EAP result: 0,
> Tue Nov 16 16:16:31 2010: DEBUG: AuthBy FILE result: ACCEPT,
> Tue Nov 16 16:16:31 2010: DEBUG: Access accepted for anonymous
> Tue Nov 16 16:16:31 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32771 ....
> Code:       Access-Accept
> Identifier: 163
> Authentic:  <15>e<248><2><206>Bq<232><166><13><170>3<29>2<17>=
> Attributes:
>        EAP-Message = <3><3><0><4>
>        Message-Authenticator = <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
>        User-Name = "nmjoo"
>        Tunnel-Private-Group-ID = 821
>        Tunnel-Type = VLAN
>        Tunnel-Medium-Type = 802
>        MS-MPPE-Send-Key = <187>{<186>e<189><<130><19><9><190>c<136><139><213><205><231>P<217>r<8><195><194>'y<219>l<172><157>V<196><241><159>
>        MS-MPPE-Recv-Key = [<158><238>o<161>\I<214>^x<145>%<158><15>P<238><8>D<213><178>$<212><172><28><163>=<198>xK<27><199><9>
> 
> Tue Nov 16 16:16:32 2010: DEBUG: Packet dump:
> *** Received from 128.255.11.74 port 32769 ....
> Code:       Accounting-Request
> Identifier: 164
> Authentic:  <149>X<218>C<208><21><140><223><185><211>w<215>><5><239><250>
> Attributes:
>        Acct-Status-Type = Start
>        Acct-Session-Id = "4C74A82D-00000415"
>        Acct-Authentic = RADIUS
>        User-Name = "nmjoo"
>        NAS-IP-Address = 128.255.11.74
>        NAS-Port = 18433
>        NAS-Port-Type = Wireless-IEEE-802-11
>        NAS-Identifier = "00-90-0B-07-8C-89"
>        Called-Station-Id = "00-90-0B-07-8C-89:UI-Test-ITSNT929"
>        Calling-Station-Id = "00-1F-3B-CC-09-ED"
>        Connect-Info = "CONNECT 802.11a"
>        Acct-Delay-Time = 0
>        Meru-AP-Id = 22
>        Meru-AP-Name = "AP-NEILDESK-1"
> 
> Tue Nov 16 16:16:32 2010: DEBUG: Handling request with Handler '', Identifier ''
> Tue Nov 16 16:16:32 2010: DEBUG: PostProcessing Hook: called.
> Tue Nov 16 16:16:32 2010: DEBUG: PreProcessingHook: Accounting-Request packet found!
> Tue Nov 16 16:16:32 2010: DEBUG: PreProcessingHook: Accounting-Status-Type: Start
> Tue Nov 16 16:16:32 2010: DEBUG: PreProcessingHook: Calling Station ID: 00-1F-3B-CC-09-ED
> Tue Nov 16 16:16:32 2010: INFO: PreProcessingHook: Database Issue: Finding Station
> Tue Nov 16 16:16:32 2010: INFO: PreProcessingHook: Station 00-1F-3B-CC-09-ED Found, updating Timestamp.
> Tue Nov 16 16:16:32 2010: DEBUG:  Adding session for nmjoo, 128.255.11.74, 18433
> Tue Nov 16 16:16:32 2010: DEBUG: Handling with Radius::AuthFILE:
> Tue Nov 16 16:16:32 2010: DEBUG: AuthBy FILE result: ACCEPT,
> Tue Nov 16 16:16:32 2010: DEBUG: Accounting accepted
> Tue Nov 16 16:16:32 2010: DEBUG: Packet dump:
> *** Sending to 128.255.11.74 port 32769 ....
> Code:       Accounting-Response
> Identifier: 164
> Authentic:  <15>G'm<186><255>v<165><132><214><203><5><241><216><235><242>
> Attributes:
> 
> --
> Neil Johnson
> Network Engineer
> Information Technology Services
> The University of Iowa
> 319 384-0938
> neil-johnson at uiowa.edu
> 
> _______________________________________________
> radiator mailing list
> radiator at open.com.au
> http://www.open.com.au/mailman/listinfo/radiator



NB: 

Have you read the reference manual ("doc/ref.html")?
Have you searched the mailing list archive (www.open.com.au/archives/radiator)?
Have you had a quick look on Google (www.google.com)?
Have you included a copy of your configuration file (no secrets), 
together with a trace 4 debug showing what is happening?

-- 
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. Available on *NIX, *BSD, Windows, MacOS X.
Includes support for reliable RADIUS transport (RadSec),
and DIAMETER translation agent.
-
Nets: internetwork inventory and management - graphical, extensible,
flexible with hardware, software, platform and database independence.






More information about the radiator mailing list