(RADIATOR) Accelerating Authentication Process

Hugh Irvine hugh at open.com.au
Thu Sep 18 06:55:07 CDT 2003


Hello Karl -

Thanks for sending the debug.

It appears to me that at least part of the problem is very slow file  
I/O - are you reading/writing to an NFS mount or some other network  
drive? Notice that just reading the dictionary file takes over 1.5  
seconds. I also suspect that writing the log messages is taking a  
significant amount of time too. For your own interest, the six digit  
number after the year in the timestamp on the log messages is the  
microsecond number in the current second.

You should be able to get much faster throughput on your present  
hardware, but most people these days seem to run on "modern" PC server  
hardware with a fast processor and lots of RAM. YMMV.

regards

Hugh


On Thursday, Sep 18, 2003, at 21:24 Australia/Melbourne,  
Karl_Pracher/APR at bsr.at wrote:

>
> Sorry, I paste them in, that should work
>
>
> - - - - - - - -
> Micrologfile
> ---------------
>
> Thu Sep 18 11:31:03 2003 616509: DEBUG: Finished reading configuration  
> file '/etc/radiator/radius.cfg'
> Thu Sep 18 11:31:03 2003 803919: DEBUG: Reading dictionary file  
> '/etc/radiator/confs/dictionary'
> Thu Sep 18 11:31:05 2003 364082: DEBUG: Creating authentication port  
> 0.0.0.0:1812
> Thu Sep 18 11:31:05 2003 404118: DEBUG: Creating accounting port  
> 0.0.0.0:1813
> Thu Sep 18 11:31:05 2003 444993: NOTICE: Server started: Radiator 3.6  
> on xxx (EVALUATION)
> Thu Sep 18 11:31:24 2003 388223: DEBUG: Packet dump:
> *** Received from 192.168.1.180 port 1051 ....
> Code:       Access-Request
> Identifier: 27
> Authentic:  <175><191><23>l<255>{<195>IL<182>a<207><143><127><176><212>
> Attributes:
>         User-Name = "Karl"
>         cisco-avpair = "ssid=xxx"
>         NAS-IP-Address = 192.168.1.180
>         Called-Station-Id = "000d28240a8a"
>         Calling-Station-Id = "000bfd92f6e3"
>         NAS-Identifier = "AP1200"
>         NAS-Port = 37
>         Framed-MTU = 1400
>         NAS-Port-Type = Wireless-IEEE-802-11
>         Service-Type = Login-User
>         EAP-Message = <2><2><0><9><1>Karl
>         Message-Authenticator =  
> h<240>B<188>2<31><137><131><152><241>_<215>.G/<239>
>
> Thu Sep 18 11:31:24 2003 439427: DEBUG: Handling request with Handler  
> 'Realm=DEFAULT'
> Thu Sep 18 11:31:24 2003 490821: DEBUG:  Deleting session for Karl,  
> 192.168.1.180, 37
> Thu Sep 18 11:31:24 2003 537215: DEBUG: Handling with Radius::AuthFILE:
> Thu Sep 18 11:31:24 2003 669015: DEBUG: Handling with EAP: code 2, 2, 9
> Thu Sep 18 11:31:24 2003 712470: DEBUG: Response type 1
> Thu Sep 18 11:31:24 2003 986001: DEBUG: Access challenged for Karl:  
> EAP LEAP Challenge
> Thu Sep 18 11:31:25 2003 484846: DEBUG: Packet dump:
> *** Sending to 192.168.1.180 port 1051 ....
>
> Packet length = 60
> 0b 1b 00 3c d4 e8 05 25 dd 72 df d4 d4 e3 8c fd
> 66 4b 88 8a 4f 16 01 03 00 14 11 01 00 08 96 5d
> 3a 1e 47 7c 60 c7 4b 61 72 6c 50 12 e4 72 3f 06
> 84 28 bb 55 6d d1 0b bf 53 9c a3 3c
> Code:       Access-Challenge
> Identifier: 27
> Authentic:  <175><191><23>l<255>{<195>IL<182>a<207><143><127><176><212>
> Attributes:
>         EAP-Message = <1><3><0><20><17><1><0><8><150>]:<30>G|`<199>Karl
>         Message-Authenticator =  
> <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
>
> Thu Sep 18 11:31:26 2003 175623: DEBUG: Packet dump:
> *** Received from 192.168.1.180 port 1052 ....
> Code:       Access-Request
> Identifier: 28
> Authentic:  8<133><151>J0<190>M9<173><<184>g"<184><24>A
> Attributes:
>         User-Name = "Karl"
>         cisco-avpair = "ssid=xxx"
>         NAS-IP-Address = 192.168.1.180
>         Called-Station-Id = "000d28240a8a"
>         Calling-Station-Id = "000bfd92f6e3"
>         NAS-Identifier = "AP1200"
>         NAS-Port = 37
>         Framed-MTU = 1400
>         NAS-Port-Type = Wireless-IEEE-802-11
>         Service-Type = Login-User
>         EAP-Message =  
> <2><3><0>$<17><1><0><24>I<164><140><234><21>Ff<247>- 
> iv<240><221>m<218><168><232><153>[~<186>x<236>5Karl
>         Message-Authenticator =  
> <234><176><221><164><230>L<225><176><253>T=<28><186><171><192><216>
>
> Thu Sep 18 11:31:26 2003 224615: DEBUG: Handling request with Handler  
> 'Realm=DEFAULT'
> Thu Sep 18 11:31:26 2003 274052: DEBUG:  Deleting session for Karl,  
> 192.168.1.180, 37
> Thu Sep 18 11:31:26 2003 320769: DEBUG: Handling with Radius::AuthFILE:
> Thu Sep 18 11:31:26 2003 369155: DEBUG: Handling with EAP: code 2, 3,  
> 36
> Thu Sep 18 11:31:26 2003 414406: DEBUG: Response type 17
> Thu Sep 18 11:31:26 2003 467022: DEBUG: Radius::AuthFILE looks for  
> match with Karl
> Thu Sep 18 11:31:26 2003 514256: DEBUG: Radius::AuthFILE ACCEPT:
> Thu Sep 18 11:31:26 2003 586019: DEBUG: Access accepted for Karl
> Thu Sep 18 11:31:27 2003 70285: DEBUG: Packet dump:
> *** Sending to 192.168.1.180 port 1052 ....
>
> Packet length = 44
> 02 1c 00 2c fc 3a 1a 55 f5 1b 72 0f dc 65 f4 2c
> d7 e0 aa 26 4f 06 03 03 00 04 50 12 98 41 5c 8d
> f7 7d 7f 79 e6 8e cb 95 46 ba 6b 6d
> Code:       Access-Accept
> Identifier: 28
> Authentic:  8<133><151>J0<190>M9<173><<184>g"<184><24>A
> 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>
>
> Thu Sep 18 11:31:27 2003 706778: DEBUG: Packet dump:
> *** Received from 192.168.1.180 port 1053 ....
> Code:       Access-Request
> Identifier: 29
> Authentic:  u<172>3<218><209><172>W<194>Um<239><153>/<7>h9
> Attributes:
>         User-Name = "Karl"
>         cisco-avpair = "ssid=xxx"
>         NAS-IP-Address = 192.168.1.180
>         Called-Station-Id = "000d28240a8a"
>         Calling-Station-Id = "000bfd92f6e3"
>         NAS-Identifier = "AP1200"
>         NAS-Port = 37
>         Framed-MTU = 1400
>         NAS-Port-Type = Wireless-IEEE-802-11
>         Service-Type = Login-User
>         EAP-Message =  
> <1><3><0><20><17><1><0><8>Q<184><161><137>9<252><255><170>Karl
>         Message-Authenticator =  
> <247><231>e<130>'<186><131><255>[-<7>B<31><197><141>^
>
> Thu Sep 18 11:31:27 2003 751926: DEBUG: Handling request with Handler  
> 'Realm=DEFAULT'
> Thu Sep 18 11:31:27 2003 797398: DEBUG:  Deleting session for Karl,  
> 192.168.1.180, 37
> Thu Sep 18 11:31:27 2003 840076: DEBUG: Handling with Radius::AuthFILE:
> Thu Sep 18 11:31:27 2003 884595: DEBUG: Handling with EAP: code 1, 3,  
> 20
> Thu Sep 18 11:31:27 2003 926040: DEBUG: EAP Request 17
> Thu Sep 18 11:31:27 2003 974154: DEBUG: Radius::AuthFILE looks for  
> match with Karl
> Thu Sep 18 11:31:28 2003 17172: DEBUG: Radius::AuthFILE ACCEPT:
> Thu Sep 18 11:31:28 2003 82057: DEBUG: Access accepted for Karl
> Thu Sep 18 11:31:28 2003 825424: DEBUG: Packet dump:
> *** Sending to 192.168.1.180 port 1053 ....
>
> Packet length = 135
> 02 1d 00 87 53 15 d4 cd 90 bd 7a 29 94 57 fa c9
> a7 f6 24 b3 4f 26 02 03 00 24 11 01 00 18 15 18
> 0f 3a 8e b2 a3 96 e1 d2 35 52 91 67 9b a4 f8 38
> f1 28 4f a3 9f 1c 4b 61 72 6c 50 12 d1 dc 40 0f
> a2 f9 d5 a7 c4 0f 68 31 58 92 a2 ed 1a 3b 00 00
> 00 09 01 35 6c 65 61 70 3a 73 65 73 73 69 6f 6e
> 2d 6b 65 79 3d c4 c1 93 39 3b f4 12 75 4e 55 5e
> 90 35 f0 b6 35 de a2 f4 96 e8 ee 64 89 97 30 6b
> 6a d4 f1 fa df 94 8c
> Code:       Access-Accept
> Identifier: 29
> Authentic:  u<172>3<218><209><172>W<194>Um<239><153>/<7>h9
> Attributes:
>         EAP-Message =  
> <2><3><0>$<17><1><0><24><21><24><15>:<142><178><163><150><225><210>5R<1 
> 45>g<155><164><248>8<241>(O<163><159><28>Karl
>         Message-Authenticator =  
> <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
>         cisco-avpair =  
> "leap:session- 
> key=<196><193><147>9;<244><18>uNU^<144>5<240><182>5<222><162><244><150> 
> <232><238>d<137><151>0kj<212><241><250><223><148><140>"
>
>
> - - - - - - - -
> Configuration
> ---------------
>
> # Configuration for Radiator Radius Server Demo 3.6
> # OS : Linux
> # -------------------------------------------------------
>
> Foreground
> LogStdout
> Trace 4
>
> AuthPort 1812
> AcctPort 1813
>
> LogDir /etc/radiator/logs
> LogFile %L/Logfile_%Y%m%d
>
> DbDir /etc/radiator/confs
> DictionaryFile %D/dictionary
>
> <Log FILE>
>         Filename MicroLogfile_%Y%m%d
>         LogMicroseconds
>         Trace 4
>
>         <Client 192.168.1.180>
>                 Secret xxx
>                 PacketTrace
>                 IgnoreAcctSignature
>         </Client>
>
>         <Realm DEFAULT>
>                 <AuthBy FILE>
>                         Filename %D/users
>                         RejectEmptyPassword
>                         EAPType LEAP
>                 </AuthBy>
>
>                 <AuthLog FILE>
>                         Filename %L/Authlog_%Y%m%d
>                         LogSuccess 1
>                         LogFailure 1
>                 </AuthLog>
>        
>                 AcctLogFileName        %L/Acctlog_%Y%m%d
>
>                 PacketTrace
>         </Realm>
>
>         <Monitor>
>                 Port xxxx        
>                 Clients 127.0.0.1
>                 Username xxx
>                 Password xxx
>         </Monitor>
>
> </Log>
>
>
> ----------------------------------
> ----------------------------------
> ----------------------------------
>
>
>
> > > Hi High,
> > >
> > > Attached you'll find the logfile with microseconds. I also attached
> > > the config-file, so that you can have a look whether I made  
> everything
> > > right.
> > >
> > > Thanks
> > >
> > > Karl
> > >
> > >
> > > > > Hello Karl -
> > > > >
> > > > > Thanks for the information.
> > > > >
> > > > > I wonder whether you could run another test with a <Log FILE>  
> > > > > configured and LogMicroseconds enabled (requires Time-HiRes  
> from  
> > > > > CPAN). I would like to see the actual Radiator response times.
> > > > >
> > > > > See section 6.10 in the Radiator 3.6 reference manual
> > > ("doc/ref.html").
> > > > >
> > > > > regards
> > > > >
> > > > > Hugh
> > > > >
> > > > >
> > > > > On Thursday, Sep 18, 2003, at 17:23 Australia/Melbourne,  
> > > > > Karl_Pracher/APR at bsr.at wrote:
> > > > >
> > > > >>
> > > > >> Hi Hugh,
> > > > >>
> > > > >> I am running Radiator on a x86 machine with 166 MHz, 64 MB  
> RAM, a
> > > 4  
> > > > >> GB SCSI HDD and a 100 MBit network card. The software
> > > distribution I  
> > > > >> use is a minimum installation of SuSE Linux 8.1 Professional
> > > without  
> > > > >> a X-server. The version of Perl is 5.8. I only have the  
> standard  
> > > > >> system programms running and the CPU usage during  
> authentication
> > > is  
> > > > >> never higher than 50 %, as you can see in the attached
> > > "top"-output.
> > > > >>
> > > > >> Is it really possible, that this is the problem for Radiator
> > > being so  
> > > > >> slow? Which machine do you think is the minimum I can use  
> without
> > >  
> > > > >> getting such big delays?
> > > > >>
> > > > >> Thanks for you help
> > > > >>
> > > > >>
> > > > >> - - - - - - - - -
> > > > >> top-output
> > > > >> ---------------
> > > > >>
> > > > >> 8:56am        up 29 min,  2 users,  load average: 0.26, 0.09,  
>    
> > >    
> > > > >>  0.04
> > > > >> 38 processes: 37 sleeping, 1 running, 0        zombie,        
>  0  
> > > > >> stopped
> > > > >> CPU states:  1.1% user,         1.8% system,  0.0% nice,  
> 97.0%  
> > >      
> > > > >>  idle
> > > > >> Mem:        61848K av,   45808K used,   16040K free,       0K
> > > shrd,    
> > > > >>         1900K buff
> > > > >> Swap:  133048K av,         0K used,  133048K free              
>    
> > >      
> > > > >>      24772K cached
> > > > >>
> > > > >>   PID USER     PRI  NI        SIZE  RSS SHARE        STAT %CPU
> > > %MEM    
> > > > >>       TIME COMMAND
> > > > >>  1003 root        15   0         880  880   704                
>  R
> > >      
> > > > >>          2.6          1.4         0:00 top
> > > > >>     4     root        34  19           0        0     0        
>    
> > >      
> > > > >>  SWN           0.3          0.0         0:00 ksoftirqd_CPU0
> > > > >>     1     root        15   0         240  240   204            
>    
> > >  S  
> > > > >>             0.0          0.3         0:06 init
> > > > >>     2     root        15   0           0        0     0        
>    
> > >      
> > > > >>  SW            0.0          0.0         0:01 keventd
> > > > >>     3     root        15   0           0        0     0        
>    
> > >      
> > > > >>  SW            0.0          0.0         0:00 kapmd
> > > > >>     5     root        25   0           0        0     0        
>    
> > >      
> > > > >>  SW            0.0          0.0         0:00 kswapd
> > > > >>     6     root        25   0           0        0     0        
>    
> > >      
> > > > >>  SW            0.0          0.0         0:00 bdflush
> > > > >>     7     root        15   0           0        0     0        
>    
> > >      
> > > > >>  SW            0.0          0.0         0:00 kupdated
> > > > >>     8    root        25   0           0        0     0        
>    
> > >      
> > > > >>  SW            0.0          0.0         0:00 kinoded
> > > > >>    10   root        25   0           0        0     0          
>    
> > >    
> > > > >>  SW            0.0          0.0         0:00 mdrecoveryd
> > > > >>    13   root        25   0           0        0     0          
>    
> > >    
> > > > >>  SW            0.0          0.0         0:00 scsi_eh_0
> > > > >>    69   root         0 -20           0        0     0          
>    
> > >    
> > > > >>  SW<           0.0          0.0         0:00 lvm-mpd
> > > > >>   336  root        15   0         596  596   492              
>    S
> > >      
> > > > >>         0.0          0.9         0:00 syslogd
> > > > >>   339  root        15   0        1020 1020   424              
>    S
> > >      
> > > > >>         0.0          1.6         0:01 klogd
> > > > >>   383  bin        18   0         400  400   324                
>  S
> > >      
> > > > >>         0.0          0.6         0:00 portmap
> > > > >>   419  root        23   0        1604 1604  1328              
>    S
> > >      
> > > > >>         0.0          2.5         0:01 sshd
> > > > >>   481  root        15   0        1460 1460  1148              
>    S
> > >      
> > > > >>         0.0          2.3         0:00 master
> > > > >>   495    at        18   0         560  560   480              
>    S
> > >      
> > > > >>         0.0          0.9         0:00 atd
> > > > >>   511 postfix        15   0        1404 1404  1112            
>    
> > >  S    
> > > > >>           0.0          2.2         0:00 pickup
> > > > >>   512 postfix        15   0        1732 1732  1372            
>    
> > >  S    
> > > > >>           0.0          2.8         0:00 qmgr
> > > > >>   516 root        15   0         632  632   540                
>  S
> > >      
> > > > >>         0.0          1.0         0:00 cron
> > > > >>   541 root        15   0         724  724   608                
>  S
> > >      
> > > > >>         0.0          1.1         0:00 nscd
> > > > >>   547 root        15   0         724  724   608                
>  S
> > >      
> > > > >>         0.0          1.1         0:00 nscd
> > > > >>   548 root        15   0         724  724   608                
>  S
> > >      
> > > > >>         0.0          1.1         0:00 nscd
> > > > >>   549 root        15   0         724  724   608                
>  S
> > >      
> > > > >>         0.0          1.1         0:00 nscd
> > > > >>   550 root        15   0         724  724   608                
>  S
> > >      
> > > > >>         0.0          1.1         0:00 nscd
> > > > >>   551 root        15   0         724  724   608                
>  S
> > >      
> > > > >>         0.0          1.1         0:00 nscd
> > > > >>   552 root        15   0         724  724   608                
>  S
> > >      
> > > > >>         0.0          1.1         0:00 nscd
> > > > >>   841 root        16   0        1060 1060   736                
>  S
> > >      
> > > > >>         0.0          1.7         0:00 login
> > > > >>   842 root        16   0        1060 1060   736                
>  S
> > >      
> > > > >>         0.0          1.7         0:00 login
> > > > >>   843 root        16   0         488  488   424                
>  S
> > >      
> > > > >>         0.0          0.7         0:00 mingetty
> > > > >>   844 root        16   0         488  488   424                
>  S
> > >      
> > > > >>         0.0          0.7         0:00 mingetty
> > > > >>   845 root        17   0         488  488   424                
>  S
> > >      
> > > > >>         0.0          0.7         0:00 mingetty
> > > > >>   846 root        16   0         492  492   424                
>  S
> > >      
> > > > >>         0.0          0.7         0:00 mingetty
> > > > >>   847 root        15   0        1588 1588  1212                
>  S
> > >      
> > > > >>         0.0          2.5         0:00 bash
> > > > >>   869 root        16   0        1108 1104   900                
>  S
> > >      
> > > > >>         0.0          1.7         0:00 radiator.sh
> > > > >>   870 root        15   0        7880 7880  1656                
>  S
> > >      
> > > > >>         0.0         12.7         0:07 radiusd
> > > > >>   876 root        15   0        1584 1584  1212                
>  S
> > >      
> > > > >>         0.0          2.5         0:00 bash
> > > > >>
> > > > >> 8:56am        up 29 min,  2 users,  load average: 0.32, 0.11,  
>    
> > >    
> > > > >>  0.04
> > > > >> 39 processes: 37 sleeping, 2 running, 0        zombie,        
>  0  
> > > > >> stopped
> > > > >> CPU states:  5.2% user,         3.2% system,  0.0% nice,  
> 91.5%  
> > >      
> > > > >>  idle
> > > > >> Mem:        61848K av,   45860K used,   15988K free,       0K
> > > shrd,    
> > > > >>         1900K buff
> > > > >> Swap:  133048K av,         0K used,  133048K free              
>    
> > >      
> > > > >>      24776K cached
> > > > >>
> > > > >>   PID USER     PRI  NI        SIZE  RSS SHARE        STAT %CPU
> > > %MEM    
> > > > >>       TIME COMMAND
> > > > >>  1003 root        16   0         880  880   704                
>  R
> > >      
> > > > >>         4.4          1.4         0:00 top
> > > > >>  1005 root        17   0         216  212   172                
>  R
> > >      
> > > > >>         2.0          0.3         0:00 chmod
> > > > >>   870 root        16   0        7880 7880  1656                
>  S
> > >      
> > > > >>         1.6         12.7         0:07 radiusd
> > > > >>     1    root        15   0         240  240   204            
>    
> > >  S    
> > > > >>           0.0          0.3         0:06 init
> > > > >>     2    root        15   0           0        0     0        
>    
> > >      
> > > > >>  SW        0.0          0.0         0:01 keventd
> > > > >>     3    root        15   0           0        0     0        
>    
> > >      
> > > > >>  SW        0.0          0.0         0:00 kapmd
> > > > >>     4    root        34  19           0        0     0        
>    
> > >      
> > > > >>  SWN           0.0          0.0         0:00 ksoftirqd_CPU0
> > > > >>     5    root        25   0           0        0     0        
>    
> > >      
> > > > >>  SW            0.0          0.0         0:00 kswapd
> > > > >>     6    root        25   0           0        0     0        
>    
> > >      
> > > > >>  SW            0.0          0.0         0:00 bdflush
> > > > >>     7    root        15   0           0        0     0        
>    
> > >      
> > > > >>  SW            0.0          0.0         0:00 kupdated
> > > > >>     8    root        25   0           0        0     0        
>    
> > >      
> > > > >>  SW            0.0          0.0         0:00 kinoded
> > > > >>    10  root        25   0           0        0     0          
>    
> > >    
> > > > >>  SW            0.0          0.0         0:00 mdrecoveryd
> > > > >>    13  root        25   0           0        0     0          
>    
> > >    
> > > > >>  SW            0.0          0.0         0:00 scsi_eh_0
> > > > >>    69  root         0 -20           0        0     0          
>    
> > >    
> > > > >>  SW<           0.0          0.0         0:00 lvm-mpd
> > > > >>   336 root        15   0         596  596   492                
>  S
> > >      
> > > > >>         0.0          0.9         0:00 syslogd
> > > > >>   339 root        15   0        1020 1020   424                
>  S
> > >      
> > > > >>         0.0          1.6         0:01 klogd
> > > > >>   383 bin        18   0         400  400   324                
>  S  
> > >      
> > > > >>       0.0          0.6         0:00 portmap
> > > > >>   419 root        23   0        1604 1604  1328                
>  S
> > >      
> > > > >>         0.0          2.5         0:01 sshd
> > > > >>   481 root        15   0        1460 1460  1148                
>  S
> > >      
> > > > >>         0.0          2.3         0:00 master
> > > > >>   495    at        18   0         560  560   480              
>    S
> > >      
> > > > >>         0.0          0.9         0:00 atd
> > > > >>   511 postfix        15   0        1404 1404  1112            
>    
> > >  S    
> > > > >>           0.0          2.2         0:00 pickup
> > > > >>   512 postfix        15   0        1732 1732  1372            
>    
> > >  S    
> > > > >>           0.0          2.8         0:00 qmgr
> > > > >>   516 root        15   0         632  632   540                
>  S
> > >      
> > > > >>         0.0          1.0         0:00 cron
> > > > >>   541 root        15   0         724  724   608                
>  S
> > >      
> > > > >>         0.0          1.1         0:00 nscd
> > > > >>   547 root        15   0         724  724   608                
>  S
> > >      
> > > > >>         0.0          1.1         0:00 nscd
> > > > >>   548 root        15   0         724  724   608                
>  S
> > >      
> > > > >>         0.0          1.1         0:00 nscd
> > > > >>   549 root        15   0         724  724   608                
>  S
> > >      
> > > > >>         0.0          1.1         0:00 nscd
> > > > >>   550 root        15   0         724  724   608                
>  S
> > >      
> > > > >>        0.0          1.1         0:00 nscd
> > > > >>   551 root        15   0         724  724   608                
>  S
> > >      
> > > > >>        0.0          1.1         0:00 nscd
> > > > >>   552 root        15   0         724  724   608                
>  S
> > >      
> > > > >>        0.0          1.1         0:00 nscd
> > > > >>   841 root        16   0        1060 1060   736                
>  S
> > >      
> > > > >>         0.0          1.7         0:00 login
> > > > >>   842 root        16   0        1060 1060   736                
>  S
> > >      
> > > > >>         0.0          1.7         0:00 login
> > > > >>   843 root        16   0         488  488   424                
>  S
> > >      
> > > > >>         0.0          0.7         0:00 mingetty
> > > > >>   844 root        16   0         488  488   424                
>  S
> > >      
> > > > >>         0.0          0.7         0:00 mingetty
> > > > >>   845 root        17   0         488  488   424                
>  S
> > >      
> > > > >>         0.0          0.7         0:00 mingetty
> > > > >>   846 root        16   0         492  492   424                
>  S
> > >      
> > > > >>         0.0          0.7         0:00 mingetty
> > > > >>   847 root        15   0        1588 1588  1212                
>  S
> > >      
> > > > >>         0.0          2.5         0:00 bash
> > > > >>   869 root        16   0        1108 1104   900                
>  S
> > >      
> > > > >>         0.0          1.7         0:00 radiator.sh
> > > > >>   876 root        15   0        1584 1584  1212                
>  S
> > >      
> > > > >>         0.0          2.5         0:00 bash
> > > > >> 8:56am        up 29 min,  2 users,  load average: 0.32, 0.11,  
>    
> > >    
> > > > >>  0.04
> > > > >> 38 processes: 37 sleeping, 1 running, 0        zombie,        
>  0  
> > > > >> stopped
> > > > >> CPU states: 41.1% user,        27.5% system,  0.0% nice,  
> 31.2%  
> > >      
> > > > >>  idle
> > > > >> Mem:        61848K av,   45828K used,   16020K free,       0K
> > > shrd,    
> > > > >>         1900K buff
> > > > >> Swap:  133048K av,         0K used,  133048K free              
>    
> > >      
> > > > >>      24788K cached
> > > > >>
> > > > >>   PID USER     PRI  NI        SIZE  RSS SHARE        STAT %CPU
> > > %MEM    
> > > > >>       TIME COMMAND
> > > > >>   870 root        18   0        7880 7880  1656                
>  S
> > >      
> > > > >>        18.1         12.7         0:07 radiusd
> > > > >>  1003 root        15   0         880  880   704                
>  R
> > >      
> > > > >>         3.2          1.4         0:00 top
> > > > >>     1    root        15   0         240  240   204            
>    
> > >  S    
> > > > >>           0.0          0.3         0:06 init
> > > > >>     2    root        15   0           0        0     0        
>    
> > >      
> > > > >>  SW            0.0          0.0         0:01 keventd
> > > > >>     3    root        15   0           0        0     0        
>    
> > >      
> > > > >>  SW            0.0          0.0         0:00 kapmd
> > > > >>     4    root        34  19           0        0     0        
>    
> > >      
> > > > >>  SWN          0.0          0.0         0:00 ksoftirqd_CPU0
> > > > >>     5    root        25   0           0        0     0        
>    
> > >      
> > > > >>  SW            0.0          0.0         0:00 kswapd
> > > > >>     6    root        25   0           0        0     0        
>    
> > >      
> > > > >>  SW            0.0          0.0         0:00 bdflush
> > > > >>     7    root        15   0           0        0     0        
>    
> > >      
> > > > >>  SW            0.0          0.0         0:00 kupdated
> > > > >>     8    root        25   0           0        0     0        
>    
> > >      
> > > > >>  SW            0.0          0.0         0:00 kinoded
> > > > >>    10  root        25   0           0        0     0          
>    
> > >    
> > > > >>  SW            0.0          0.0         0:00 mdrecoveryd
> > > > >>    13  root        25   0           0        0     0          
>    
> > >    
> > > > >>  SW            0.0          0.0         0:00 scsi_eh_0
> > > > >>    69  root         0 -20           0        0     0          
>    
> > >    
> > > > >>  SW<         0.0          0.0         0:00 lvm-mpd
> > > > >>   336 root        15   0         596  596   492                
>  S
> > >      
> > > > >>         0.0          0.9         0:00 syslogd
> > > > >>   339 root        15   0        1020 1020   424                
>  S
> > >      
> > > > >>         0.0          1.6         0:01 klogd
> > > > >>   383 bin        18   0         400  400   324                
>  S  
> > >      
> > > > >>       0.0          0.6         0:00 portmap
> > > > >>   419 root        23   0        1604 1604  1328                
>  S
> > >      
> > > > >>         0.0          2.5         0:01 sshd
> > > > >>   481 root        15   0        1460 1460  1148                
>  S
> > >      
> > > > >>         0.0          2.3         0:00 master
> > > > >>   495    at        18   0         560  560   480              
>    S
> > >      
> > > > >>         0.0          0.9         0:00 atd
> > > > >>   511 postfix        15   0        1404 1404  1112            
>    
> > >  S    
> > > > >>           0.0          2.2         0:00 pickup
> > > > >>   512 postfix        15   0        1732 1732  1372            
>    
> > >  S    
> > > > >>           0.0          2.8         0:00 qmgr
> > > > >>   516 root        15   0         632  632   540                
>  S
> > >      
> > > > >>         0.0          1.0         0:00 cron
> > > > >>   541 root        15   0         724  724   608                
>  S
> > >      
> > > > >>         0.0          1.1         0:00 nscd
> > > > >>   547 root        15   0         724  724   608                
>  S
> > >      
> > > > >>         0.0          1.1         0:00 nscd
> > > > >>   548 root        15   0         724  724   608                
>  S
> > >      
> > > > >>         0.0          1.1         0:00 nscd
> > > > >>   549 root        15   0         724  724   608                
>  S
> > >      
> > > > >>         0.0          1.1         0:00 nscd
> > > > >>   550 root        15   0         724  724   608                
>  S
> > >      
> > > > >>         0.0          1.1         0:00 nscd
> > > > >>   551 root        15   0         724  724   608                
>  S
> > >      
> > > > >>         0.0          1.1         0:00 nscd
> > > > >>   552 root        15   0         724  724   608                
>  S
> > >      
> > > > >>         0.0          1.1         0:00 nscd
> > > > >>   841 root        16   0        1060 1060   736                
>  S
> > >      
> > > > >>         0.0          1.7         0:00 login
> > > > >>   842 root        16   0        1060 1060   736                
>  S
> > >      
> > > > >>         0.0          1.7         0:00 login
> > > > >>   843 root        16   0         488  488   424                
>  S
> > >      
> > > > >>         0.0          0.7         0:00 mingetty
> > > > >>   844 root        16   0         488  488   424                
>  S
> > >      
> > > > >>         0.0          0.7         0:00 mingetty
> > > > >>   845 root        17   0         488  488   424                
>  S
> > >      
> > > > >>         0.0          0.7         0:00 mingetty
> > > > >>   846 root        16   0         492  492   424                
>  S
> > >      
> > > > >>         0.0          0.7         0:00 mingetty
> > > > >>   847 root        15   0        1588 1588  1212                
>  S
> > >      
> > > > >>         0.0          2.5         0:00 bash
> > > > >>   869 root        16   0        1108 1104   900                
>  S
> > >      
> > > > >>         0.0          1.7         0:00 radiator.sh
> > > > >>   876 root        15   0        1584 1584  1212                
>  S
> > >      
> > > > >>         0.0          2.5         0:00 bash
> > > > >>
> > > > >> 8:56am        up 29 min,  2 users,  load average: 0.37, 0.12,  
>    
> > >    
> > > > >>  0.05
> > > > >> 38 processes: 37 sleeping, 1 running, 0        zombie,        
>  0  
> > > > >> stopped
> > > > >> CPU states:  0.4% user,        22.2% system,  0.0% nice,  
> 77.3%  
> > >      
> > > > >>  idle
> > > > >> Mem:        61848K av,   47364K used,   14484K free,       0K
> > > shrd,    
> > > > >>         1900K buff
> > > > >> Swap:  133048K av,         0K used,  133048K free              
>    
> > >      
> > > > >>      24788K cached
> > > > >>
> > > > >>   PID USER     PRI  NI        SIZE  RSS SHARE        STAT %CPU
> > > %MEM    
> > > > >>       TIME COMMAND
> > > > >>     2     root        17   0           0        0     0        
>    
> > >      
> > > > >>  SW           20.2          0.0         0:02 keventd
> > > > >>  1003 root        16   0         880  880   704                
>  R
> > >      
> > > > >>         2.4          1.4         0:00 top
> > > > >>     1     root        15   0         240  240   204            
>    
> > >  S  
> > > > >>             0.0          0.3         0:06 init
> > > > >>     3     root        15   0           0        0     0        
>    
> > >      
> > > > >>  SW            0.0          0.0         0:00 kapmd
> > > > >>     4     root        34  19           0        0     0        
>    
> > >      
> > > > >>  SWN           0.0          0.0         0:00 ksoftirqd_CPU0
> > > > >>     5    root        25   0           0        0     0        
>    
> > >      
> > > > >>  SW            0.0          0.0         0:00 kswapd
> > > > >>     6     root        25   0           0        0     0        
>    
> > >      
> > > > >>  SW            0.0          0.0         0:00 bdflush
> > > > >>     7     root        15   0           0        0     0        
>    
> > >      
> > > > >>  SW            0.0          0.0         0:00 kupdated
> > > > >>     8    root        25   0           0        0     0        
>    
> > >      
> > > > >>  SW            0.0          0.0         0:00 kinoded
> > > > >>    10   root        25   0           0        0     0          
>    
> > >    
> > > > >>  SW            0.0          0.0         0:00 mdrecoveryd
> > > > >>    13   root        25   0           0        0     0          
>    
> > >    
> > > > >>  SW            0.0          0.0         0:00 scsi_eh_0
> > > > >>    69   root         0 -20           0        0     0          
>    
> > >    
> > > > >>  SW<           0.0          0.0         0:00 lvm-mpd
> > > > >>   336 root        15   0         596  596   492                
>  S
> > >      
> > > > >>         0.0          0.9         0:00 syslogd
> > > > >>   339 root        15   0        1020 1020   424                
>  S
> > >      
> > > > >>         0.0          1.6         0:01 klogd
> > > > >>   383 bin        18   0         400  400   324                
>  S  
> > >      
> > > > >>       0.0          0.6         0:00 portmap
> > > > >>   419 root        23   0        1604 1604  1328                
>  S
> > >      
> > > > >>         0.0          2.5         0:01 sshd
> > > > >>   481 root        15   0        1460 1460  1148                
>  S
> > >      
> > > > >>         0.0          2.3         0:00 master
> > > > >>   495    at        18   0         560  560   480              
>    S
> > >      
> > > > >>         0.0          0.9         0:00 atd
> > > > >>   511 postfix        15   0        1404 1404  1112            
>    
> > >  S    
> > > > >>           0.0          2.2         0:00 pickup
> > > > >>   512 postfix        15   0        1732 1732  1372            
>    
> > >  S    
> > > > >>           0.0          2.8         0:00 qmgr
> > > > >>   516 root        15   0         632  632   540                
>  S
> > >      
> > > > >>         0.0          1.0         0:00 cron
> > > > >>   541 root        15   0         724  724   608                
>  S
> > >      
> > > > >>         0.0          1.1         0:00 nscd
> > > > >>   547 root        15   0         724  724   608                
>  S
> > >      
> > > > >>         0.0          1.1         0:00 nscd
> > > > >>   548 root        15   0         724  724   608                
>  S
> > >      
> > > > >>         0.0          1.1         0:00 nscd
> > > > >>   549 root        15   0         724  724   608                
>  S
> > >      
> > > > >>         0.0          1.1         0:00 nscd
> > > > >>   550 root        15   0         724  724   608                
>  S
> > >      
> > > > >>         0.0          1.1         0:00 nscd
> > > > >>   551 root        15   0         724  724   608                
>  S
> > >      
> > > > >>         0.0          1.1         0:00 nscd
> > > > >>   552 root        15   0         724  724   608                
>  S
> > >      
> > > > >>         0.0          1.1         0:00 nscd
> > > > >>   841 root        16   0        1060 1060   736                
>  S
> > >      
> > > > >>         0.0          1.7         0:00 login
> > > > >>   842 root        16   0        1060 1060   736                
>  S
> > >      
> > > > >>         0.0          1.7         0:00 login
> > > > >>   843 root        16   0         488  488   424                
>  S
> > >      
> > > > >>         0.0          0.7         0:00 mingetty
> > > > >>   844 root        16   0         488  488   424                
>  S
> > >      
> > > > >>         0.0          0.7         0:00 mingetty
> > > > >>   845 root        17   0         488  488   424                
>  S
> > >      
> > > > >>         0.0          0.7         0:00 mingetty
> > > > >>   846 root        16   0         492  492   424                
>  S
> > >      
> > > > >>         0.0          0.7         0:00 mingetty
> > > > >>   847 root        15   0        1588 1588  1212                
>  S
> > >      
> > > > >>         0.0          2.5         0:00 bash
> > > > >>   869 root        16   0        1108 1104   900                
>  S
> > >      
> > > > >>         0.0          1.7         0:00 radiator.sh
> > > > >>   870 root        15   0        7880 7880  1656                
>  S
> > >      
> > > > >>         0.0         12.7         0:07 radiusd
> > > > >>   876 root        15   0        1584 1584  1212                
>  S
> > >      
> > > > >>         0.0          2.5         0:00 bash
> > > > >>
> > > > >> 8:56am        up 29 min,  2 users,  load average: 0.37, 0.12,  
>    
> > >    
> > > > >>  0.05
> > > > >> 38 processes: 37 sleeping, 1 running, 0        zombie,        
>  0  
> > > > >> stopped
> > > > >> CPU states:  2.9% user,         0.3% system,  0.0% nice,  
> 96.7%  
> > >      
> > > > >>  idle
> > > > >> Mem:        61848K av,   47368K used,   14480K free,       0K
> > > shrd,    
> > > > >>         1900K buff
> > > > >> Swap:  133048K av,         0K used,  133048K free              
>    
> > >      
> > > > >>      24792K cached
> > > > >>
> > > > >>   PID USER     PRI  NI        SIZE  RSS SHARE        STAT %CPU
> > > %MEM    
> > > > >>       TIME COMMAND
> > > > >>  1003 root        15   0         880  880   704                
>  R
> > >      
> > > > >>         3.2          1.4         0:00 top
> > > > >>     1     root        15   0         240  240   204            
>    
> > >  S  
> > > > >>             0.0          0.3         0:06 init
> > > > >>     2     root        17   0           0        0     0        
>    
> > >      
> > > > >>  SW            0.0          0.0         0:02 keventd
> > > > >>     3     root        15   0           0        0     0        
>    
> > >      
> > > > >>  SW            0.0          0.0         0:00 kapmd
> > > > >>     4     root        34  19           0        0     0        
>    
> > >      
> > > > >>  SWN           0.0          0.0         0:00 ksoftirqd_CPU0
> > > > >>     5     root        25   0           0        0     0        
>    
> > >      
> > > > >>  SW            0.0          0.0         0:00 kswapd
> > > > >>     6     root        25   0           0        0     0        
>    
> > >      
> > > > >>  SW            0.0          0.0         0:00 bdflush
> > > > >>     7     root        15   0           0        0     0        
>    
> > >      
> > > > >>  SW            0.0          0.0         0:00 kupdated
> > > > >>     8     root        25   0           0        0     0        
>    
> > >      
> > > > >>  SW            0.0          0.0         0:00 kinoded
> > > > >>    10    root        25   0           0        0     0        
>    
> > >      
> > > > >>  SW            0.0          0.0         0:00 mdrecoveryd
> > > > >>    13    root        25   0           0        0     0        
>    
> > >      
> > > > >>  SW            0.0          0.0         0:00 scsi_eh_0
> > > > >>    69    root         0 -20           0        0     0        
>    
> > >      
> > > > >>  SW<         0.0          0.0         0:00 lvm-mpd
> > > > >>   336  root        15   0         596  596   492              
>    S
> > >      
> > > > >>         0.0          0.9         0:00 syslogd
> > > > >>   339 root        15   0        1020 1020   424                
>  S
> > >      
> > > > >>         0.0          1.6         0:01 klogd
> > > > >>   383 bin        18   0         400  400   324                
>  S  
> > >      
> > > > >>       0.0          0.6         0:00 portmap
> > > > >>   419 root        23   0        1604 1604  1328                
>  S
> > >      
> > > > >>         0.0          2.5         0:01 sshd
> > > > >>   481 root        15   0        1460 1460  1148                
>  S
> > >      
> > > > >>         0.0          2.3         0:00 master
> > > > >>   495    at        18   0         560  560   480              
>    S
> > >      
> > > > >>         0.0          0.9         0:00 atd
> > > > >>   511 postfix        15   0        1404 1404  1112            
>    
> > >  S    
> > > > >>           0.0          2.2         0:00 pickup
> > > > >>   512 postfix        15   0        1732 1732  1372            
>    
> > >  S    
> > > > >>           0.0          2.8         0:00 qmgr
> > > > >>   516 root        15   0         632  632   540                
>  S
> > >      
> > > > >>         0.0          1.0         0:00 cron
> > > > >>   541 root        15   0         724  724   608                
>  S
> > >      
> > > > >>         0.0          1.1         0:00 nscd
> > > > >>   547 root        15   0         724  724   608                
>  S
> > >      
> > > > >>         0.0          1.1         0:00 nscd
> > > > >>   548 root        15   0         724  724   608                
>  S
> > >      
> > > > >>         0.0          1.1         0:00 nscd
> > > > >>   549 root        15   0         724  724   608                
>  S
> > >      
> > > > >>         0.0          1.1         0:00 nscd
> > > > >>   550 root        15   0         724  724   608                
>  S
> > >      
> > > > >>         0.0          1.1         0:00 nscd
> > > > >>   551 root        15   0         724  724   608                
>  S
> > >      
> > > > >>         0.0          1.1         0:00 nscd
> > > > >>   552 root        15   0         724  724   608                
>  S
> > >      
> > > > >>         0.0          1.1         0:00 nscd
> > > > >>   841 root        16   0        1060 1060   736                
>  S
> > >      
> > > > >>         0.0          1.7         0:00 login
> > > > >>   842 root        16   0        1060 1060   736                
>  S
> > >      
> > > > >>         0.0          1.7         0:00 login
> > > > >>   843 root        16   0         488  488   424                
>  S
> > >      
> > > > >>         0.0          0.7         0:00 mingetty
> > > > >>   844 root        16   0         488  488   424                
>  S
> > >      
> > > > >>         0.0          0.7         0:00 mingetty
> > > > >>   845 root        17   0         488  488   424                
>  S
> > >      
> > > > >>         0.0          0.7         0:00 mingetty
> > > > >>   846 root        16   0         492  492   424                
>  S
> > >      
> > > > >>         0.0          0.7         0:00 mingetty
> > > > >>   847 root        15   0        1588 1588  1212                
>  S
> > >      
> > > > >>         0.0          2.5         0:00 bash
> > > > >>   869 root        16   0        1108 1104   900                
>  S
> > >      
> > > > >>         0.0          1.7         0:00 radiator.sh
> > > > >>   870 root        15   0        7880 7880  1656                
>  S
> > >      
> > > > >>         0.0         12.7         0:07 radiusd
> > > > >>   876 root        15   0        1584 1584  1212                
>  S
> > >      
> > > > >>         0.0          2.5         0:00 bash
> > > > >>
> > > > >>
> > > > >>
> > > > >>
> > > > >>
> > > > >> Hugh Irvine <hugh at open.com.au> schrieb am 09.18.2003 03:13:18  
> AM:
> > > > >>
> > > > >> >
> > > > >> > Hello Karl -
> > > > >> >
> > > > >> > I agree with you - the Radiator processing looks very slow.
> > > > >> >
> > > > >> > Can you tell me what type of machine you are running  
> (hardware
> > > and  
> > > > >> > software distribution)?
> > > > >> >
> > > > >> > And can you tell me what else is running on the machine?
> > > Perhaps  
> > > > >> you  
> > > > >> > could run a "top" and send it to me?
> > > > >> >
> > > > >> > The reason you are seeing two authentications is because the
> > > EAP  
> > > > >> > handling is a multi-step process, so what you are seeing is  
>  
> > > > >> "normal".
> > > > >> >
> > > > >> > regards
> > > > >> >
> > > > >> > Hugh
> > > > >> >
> > > > >> >
> > > > >> > On Thursday, Sep 18, 2003, at 00:13 Australia/Melbourne,  
> > > > >> > kpracher at bsr.at wrote:
> > > > >> >
> > > > >> > >
> > > > >> > > Hi!
> > > > >> > >
> > > > >> > > I set up and configured Radiator so that it works just  
> fine.
> > > My  
> > > > >> Users  
> > > > >> > > are working on MS-DOS- and WinCE-based WLAN devices which  
> are
> > >  
> > > > >> > > installed on fork-lift truck. They are driving around in a
> > > big  
> > > > >> storage  
> > > > >> > > hall where some Cisco access points are installed.
> > > > >> > >
> > > > >> > > When the users are moving around, they are roamed between  
> the
> > >  
> > > > >> > > different access points, where they are authenticated each
> > > time.  
> > > > >> But  
> > > > >> > > the authentication process takes about 3 seconds and that  
> is
> > > much  
> > > > >> to  
> > > > >> > > long. Do I have the opportunity to accelerate the
> > > authentication  
> > > > >> > > process or is there a way to tell the "next" access point
> > > that  
> > > > >> one  
> > > > >> > > user has been authenticated on another access point.
> > > > >> > >
> > > > >> > > Following I attach my configuration and the logfiles for  
> the  
> > > > >> > > authentication on one access point. What makes me  
> wondering a
> > > bit  
> > > > >> and  
> > > > >> > > also takes a lot of time is, that I have been  
> authenticated
> > > two  
> > > > >> times,  
> > > > >> > > but I only loged in once (I am quite sure about that)
> > > > >> > >
> > > > >> > > I hope someone can help me.
> > > > >> > >
> > > > >> > > Thanks
> > > > >> > >
> > > > >> > > - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
> - -
> > > - -  
> > > > >> - -  
> > > > >> > > - - - - - - - - -
> > > > >> > > #Configuration for Radiator Radius Server Demo 3.6
> > > > >> > > #OS : Linux
> > > > >> > >  
> > > > >>
> > >  
> #---------------------------------------------------------------------
> > > > >> -
> > > > >> > > -----
> > > > >> > >
> > > > >> > > Foreground
> > > > >> > > LogStdout
> > > > >> > > Trace 4
> > > > >> > >
> > > > >> > > AuthPort 1812
> > > > >> > > AcctPort 1813
> > > > >> > >
> > > > >> > > LogDir /etc/radiator/logs
> > > > >> > > LogFile %L/Logfile_%Y%m%d
> > > > >> > >
> > > > >> > > DbDir /etc/radiator/confs
> > > > >> > > DictionaryFile %D/dictionary
> > > > >> > >
> > > > >> > > <Client 192.168.1.180>
> > > > >> > >         Secret xxx
> > > > >> > >         PacketTrace
> > > > >> > >         IgnoreAcctSignature
> > > > >> > > </Client>
> > > > >> > >
> > > > >> > > <Realm DEFAULT>
> > > > >> > >         <AuthBy FILE>
> > > > >> > >                 Filename %D/users
> > > > >> > >                 RejectEmptyPassword
> > > > >> > >                 EAPType LEAP
> > > > >> > >         </AuthBy>
> > > > >> > >
> > > > >> > >         <AuthLog FILE>
> > > > >> > >                 Filename %L/Authlog_%Y%m%d
> > > > >> > >                 LogSuccess 1
> > > > >> > >                 LogFailure 1
> > > > >> > >         </AuthLog>
> > > > >> > >
> > > > >> > >         AcctLogFileName        %L/Acctlog_%Y%m%d
> > > > >> > >
> > > > >> > >         PacketTrace
> > > > >> > > </Realm>
> > > > >> > >
> > > > >> > > <Monitor>
> > > > >> > >         Port xxxx
> > > > >> > >         Clients 127.0.0.1
> > > > >> > >         Username xxx
> > > > >> > >         Password xxx
> > > > >> > > </Monitor>
> > > > >> > >
> > > > >> > >
> > > > >> > >
> > > > >> > >
> > > > >> > >
> > > > >> > >
> > > > >> > >
> > > > >> > > - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
> - -
> > > - -  
> > > > >> - -  
> > > > >> > > - - -
> > > > >> > > #Logfile of Radiator Radius Server Demo 3.6
> > > > >> > >
> > > #----------------------------------------------------------------
> > > > >> > >
> > > > >> > > Wed Sep 17 15:22:59 2003: DEBUG: Packet dump:
> > > > >> > > *** Received from 192.168.1.180 port 1085 ....
> > > > >> > > Code:       Access-Request
> > > > >> > > Identifier: 61
> > > > >> > > Authentic:  
> > > > >>  <200>#<154>_V<240><132><175><17><217>X<208>)<179><199>m
> > > > >> > > Attributes:
> > > > >> > >         User-Name = "Karl"
> > > > >> > >         cisco-avpair = "ssid=xxx"
> > > > >> > >         NAS-IP-Address = 192.168.1.180
> > > > >> > >         Called-Station-Id = "000d28240a8a"
> > > > >> > >         Calling-Station-Id = "000bfd92f6e3"
> > > > >> > >         NAS-Identifier = "AP1200"
> > > > >> > >         NAS-Port = 37
> > > > >> > >         Framed-MTU = 1400
> > > > >> > >         NAS-Port-Type = Wireless-IEEE-802-11
> > > > >> > >         Service-Type = Login-User
> > > > >> > >         EAP-Message = <2><15><0><9><1>Karl
> > > > >> > >         Message-Authenticator =  
> > > > >> > > <244><150><165><16><251>(<193><5><146>h5{R<189><13><132>
> > > > >> > >
> > > > >> > > Wed Sep 17 15:23:00 2003: DEBUG: Handling request with
> > > Handler  
> > > > >> > > 'Realm=DEFAULT'
> > > > >> > > Wed Sep 17 15:23:00 2003: DEBUG:  Deleting session for  
> Karl,  
> > > > >> > > 192.168.1.180, 37
> > > > >> > > Wed Sep 17 15:23:00 2003: DEBUG: Handling with
> > > Radius::AuthFILE:
> > > > >> > > Wed Sep 17 15:23:00 2003: DEBUG: Handling with EAP: code  
> 2,
> > > 15, 9
> > > > >> > > Wed Sep 17 15:23:00 2003: DEBUG: Response type 1
> > > > >> > > Wed Sep 17 15:23:00 2003: DEBUG: Access challenged for  
> Karl:
> > > EAP  
> > > > >> LEAP  
> > > > >> > > Challenge
> > > > >> > > Wed Sep 17 15:23:01 2003: DEBUG: Packet dump:
> > > > >> > > *** Sending to 192.168.1.180 port 1085 ....
> > > > >> > >
> > > > >> > > Packet length = 60
> > > > >> > > 0b 3d 00 3c 23 f6 81 58 b3 5a 3b f2 5a bb 74 b1
> > > > >> > > 38 f6 02 1a 4f 16 01 10 00 14 11 01 00 08 3c 7b
> > > > >> > > 62 65 b1 e1 21 5e 4b 61 72 6c 50 12 b6 29 11 f4
> > > > >> > > 76 3a a6 16 11 5e 5c 4e 43 33 62 57
> > > > >> > > Code:       Access-Challenge
> > > > >> > > Identifier: 61
> > > > >> > > Authentic:  
> > > > >>  <200>#<154>_V<240><132><175><17><217>X<208>)<179><199>m
> > > > >> > > Attributes:
> > > > >> > >         EAP-Message =  
> > > > >> <1><16><0><20><17><1><0><8><{be<177><225>!^Karl
> > > > >> > >         Message-Authenticator =  
> > > > >> > > <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
> > > > >> > >
> > > > >> > > Wed Sep 17 15:23:01 2003: DEBUG: Packet dump:
> > > > >> > > *** Received from 192.168.1.180 port 1086 ....
> > > > >> > > Code:       Access-Request
> > > > >> > > Identifier: 62
> > > > >> > > Authentic:  <16>C<4>~<211><207>#I7z<31>h<128><218>Dg
> > > > >> > > Attributes:
> > > > >> > >         User-Name = "Karl"
> > > > >> > >         cisco-avpair = "ssid=xxx"
> > > > >> > >         NAS-IP-Address = 192.168.1.180
> > > > >> > >         Called-Station-Id = "000d28240a8a"
> > > > >> > >         Calling-Station-Id = "000bfd92f6e3"
> > > > >> > >         NAS-Identifier = "AP1200"
> > > > >> > >         NAS-Port = 37
> > > > >> > >         Framed-MTU = 1400
> > > > >> > >         NAS-Port-Type = Wireless-IEEE-802-11
> > > > >> > >         Service-Type = Login-User
> > > > >> > >         EAP-Message =  
> > > > >> > >  
> > > > >>
> > >  
> <2><16><0>$<17><1><0><24>A.B<2><242>(W<15><242><221><156><157><195><12
> > > > >> >
> > > > >> > > <168><253><158><127><163><2>jR<212><146>Karl
> > > > >> > >         Message-Authenticator =  
> > > > >> > > $<153><175><222><177>9<140>[<172>Eo><25>x<22><145>
> > > > >> > >
> > > > >> > > Wed Sep 17 15:23:02 2003: DEBUG: Handling request with
> > > Handler  
> > > > >> > > 'Realm=DEFAULT'
> > > > >> > > Wed Sep 17 15:23:02 2003: DEBUG:  Deleting session for  
> Karl,  
> > > > >> > > 192.168.1.180, 37
> > > > >> > > Wed Sep 17 15:23:02 2003: DEBUG: Handling with
> > > Radius::AuthFILE:
> > > > >> > > Wed Sep 17 15:23:02 2003: DEBUG: Handling with EAP: code  
> 2,
> > > 16, 36
> > > > >> > > Wed Sep 17 15:23:02 2003: DEBUG: Response type 17
> > > > >> > > Wed Sep 17 15:23:02 2003: DEBUG: Radius::AuthFILE looks  
> for
> > > match  
> > > > >> with  
> > > > >> > > Karl
> > > > >> > > Wed Sep 17 15:23:02 2003: DEBUG: Radius::AuthFILE ACCEPT:
> > > > >> > > Wed Sep 17 15:23:02 2003: DEBUG: Access accepted for Karl
> > > > >> > > Wed Sep 17 15:23:03 2003: DEBUG: Packet dump:
> > > > >> > > *** Sending to 192.168.1.180 port 1086 ....
> > > > >> > >
> > > > >> > > Packet length = 44
> > > > >> > > 02 3e 00 2c 04 7f 46 81 e3 13 20 19 7e 46 e6 61
> > > > >> > > 67 bf 18 61 4f 06 03 10 00 04 50 12 c6 03 fa 3b
> > > > >> > > fe 57 6d 8e fc 91 3e e7 17 bc e2 dc
> > > > >> > > Code:       Access-Accept
> > > > >> > > Identifier: 62
> > > > >> > > Authentic:  <16>C<4>~<211><207>#I7z<31>h<128><218>Dg
> > > > >> > > Attributes:
> > > > >> > >         EAP-Message = <3><16><0><4>
> > > > >> > >         Message-Authenticator =  
> > > > >> > > <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
> > > > >> > >
> > > > >> > > Wed Sep 17 15:23:03 2003: DEBUG: Packet dump:
> > > > >> > > *** Received from 192.168.1.180 port 1087 ....
> > > > >> > > Code:       Access-Request
> > > > >> > > Identifier: 63
> > > > >> > > Authentic:
> > >  <228><169>i<170><148>f-<159>PT<150>g<152><255><198>K
> > > > >> > > Attributes:
> > > > >> > >         User-Name = "Karl"
> > > > >> > >         cisco-avpair = "ssid=xxx"
> > > > >> > >         NAS-IP-Address = 192.168.1.180
> > > > >> > >         Called-Station-Id = "000d28240a8a"
> > > > >> > >         Calling-Station-Id = "000bfd92f6e3"
> > > > >> > >         NAS-Identifier = "AP1200"
> > > > >> > >         NAS-Port = 37
> > > > >> > >         Framed-MTU = 1400
> > > > >> > >         NAS-Port-Type = Wireless-IEEE-802-11
> > > > >> > >         Service-Type = Login-User
> > > > >> > >         EAP-Message =  
> > > > >> > >  
> <1><16><0><20><17><1><0><8><202><224><144><140>'y<234><10>Karl
> > > > >> > >         Message-Authenticator =  
> > > > >> > > "<-<169><205>5<215><13>+/<8><238><208><6><224><211>
> > > > >> > >
> > > > >> > > Wed Sep 17 15:23:03 2003: DEBUG: Handling request with
> > > Handler  
> > > > >> > > 'Realm=DEFAULT'
> > > > >> > > Wed Sep 17 15:23:03 2003: DEBUG:  Deleting session for  
> Karl,  
> > > > >> > > 192.168.1.180, 37
> > > > >> > > Wed Sep 17 15:23:04 2003: DEBUG: Handling with
> > > Radius::AuthFILE:
> > > > >> > > Wed Sep 17 15:23:04 2003: DEBUG: Handling with EAP: code  
> 1,
> > > 16, 20
> > > > >> > > Wed Sep 17 15:23:04 2003: DEBUG: EAP Request 17
> > > > >> > > Wed Sep 17 15:23:04 2003: DEBUG: Radius::AuthFILE looks  
> for
> > > match  
> > > > >> with  
> > > > >> > > Karl
> > > > >> > > Wed Sep 17 15:23:04 2003: DEBUG: Radius::AuthFILE ACCEPT:
> > > > >> > > Wed Sep 17 15:23:04 2003: DEBUG: Access accepted for Karl
> > > > >> > > Wed Sep 17 15:23:05 2003: DEBUG: Packet dump:
> > > > >> > > *** Sending to 192.168.1.180 port 1087 ....
> > > > >> > >
> > > > >> > > Packet length = 135
> > > > >> > > 02 3f 00 87 32 fd be 57 c9 ad d2 bb b0 f2 c2 d6
> > > > >> > > f0 ba 1c 77 4f 26 02 10 00 24 11 01 00 18 8a 1f
> > > > >> > > a6 24 03 9c dc 04 29 0f eb b5 9e 2a de 91 d0 3c
> > > > >> > > 43 2e 01 bc 0d 79 4b 61 72 6c 50 12 70 26 65 15
> > > > >> > > 24 93 79 96 6f 50 e0 85 be 10 d5 00 1a 3b 00 00
> > > > >> > > 00 09 01 35 6c 65 61 70 3a 73 65 73 73 69 6f 6e
> > > > >> > > 2d 6b 65 79 3d 97 32 d2 b0 29 d4 48 06 ec 45 e5
> > > > >> > > 28 14 53 05 46 b7 4c 83 75 2d 46 49 45 49 86 8e
> > > > >> > > d1 f5 c0 3a eb df 81
> > > > >> > > Code:       Access-Accept
> > > > >> > > Identifier: 63
> > > > >> > > Authentic:
> > >  <228><169>i<170><148>f-<159>PT<150>g<152><255><198>K
> > > > >> > > Attributes:
> > > > >> > >         EAP-Message =  
> > > > >> > >  
> > > > >>
> > >  
> <2><16><0>$<17><1><0><24><138><31><166>$<3><156><220><4>)<15><235><181
> > > > >> >
> > > > >> > > <158>*<222><145><208><C.<1><188><13>yKarl
> > > > >> > >         Message-Authenticator =  
> > > > >> > > <0><0><0><0><0><0><0><0><0><0><0><0><0><0><0><0>
> > > > >> > >         cisco-avpair =  
> > > > >> > > "leap:session-
> > > > >> > >
> > > key=<151>2<210><176>)<212>H<6><236>E<229>(<20>S<5>F<183>L<131>u-
> > > > >> > > FIEI<134><142><209><245><192>:<235><223><129>"
> > > > >> > >
> > > > >> > >
> > > > >> > >
> > > > >> > >
> > > > >> > >
> > > > >> > >
> > > > >> > > - - - - - - - - - - - - - - - - - - - -
> > > > >> > > #Authentication Sucess
> > > > >> > > #---------------------------------
> > > > >> > > Wed Sep 17 15:23:02 2003:Karl::OK
> > > > >> > > Wed Sep 17 15:23:04 2003:Karl::OK
> > > > >> >
> > > > >> > NB: 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.
> > > > >> > -
> > > > >> > Nets: internetwork inventory and management - graphical,
> > > extensible,
> > > > >> > flexible with hardware, software, platform and database  
> > > > >> independence.
> > > > >> >
> > > > >>
> > > > >
> > > > > NB: 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.
> > > > > -
> > > > > Nets: internetwork inventory and management - graphical,
> > > extensible,
> > > > > flexible with hardware, software, platform and database
> > > independence.
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > > NB: 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.
> > > > -
> > > > Nets: internetwork inventory and management - graphical,  
> extensible,
> > > > flexible with hardware, software, platform and database  
> independence.
> > > >
> > >
> >
> > NB: 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.
> > -
> > Nets: internetwork inventory and management - graphical, extensible,
> > flexible with hardware, software, platform and database independence.
> >
>

NB: 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.
-
Nets: internetwork inventory and management - graphical, extensible,
flexible with hardware, software, platform and database independence.

===
Archive at http://www.open.com.au/archives/radiator/
Announcements on radiator-announce at open.com.au
To unsubscribe, email 'majordomo at open.com.au' with
'unsubscribe radiator' in the body of the message.


More information about the radiator mailing list