Hi all,

 I am trying to connect our SMC2804WBR wireless routes to the freeradius
1.0.0pre1 (RedHat 9 Linux) and to get connected from WinXP station
throuhg 802.1x EAP TLS connection.

The result of my tries is in the subject ... 

I've defined the in the config files following:

file users:
-----------
DEFAULT Pool-Name := "systinetpool"
    Fall-Through = yes

file radiusd.conf:
------------------
 ippool systinetpool {
                range-start = 192.168.3.1
                range-stop = 192.168.3.254
                netmask=255.255.255.0
                cache-size = 800
                session-db = ${raddbdir}/db.ippool
                ip-index = ${raddbdir}/db.ipindex
                override = yes
                maximum-timeout = 60
        }

post-auth {
       systinetpool
}


file clients.conf:
------------------
client 10.0.0.202/32 {
 secret = test
 shortname = SMC
 nastype     = other
}


The result is bellow, shortly - it sent Access-Accept to 10.0.0.202 (the
SMC wireless router/AP) but did not find Pool-Name attribute. Where and
how can i define it instead of in users file ? What did I configure
wrong?

  Processing the authenticate section of radiusd.conf
modcall: entering group authenticate for request 5
  rlm_eap: Request found, released from the list
  rlm_eap: EAP/tls
  rlm_eap: processing type tls
  rlm_eap_tls: Authenticate
  rlm_eap_tls: processing TLS
rlm_eap_tls: Received EAP-TLS ACK message
  eaptls_verify returned 3
  eaptls_process returned 3
  rlm_eap: Freeing handler
  modcall[authenticate]: module "eap" returns ok for request 5
modcall: group authenticate returns ok for request 5
Login OK: [Zdenek Pizl/<no User-Password attribute>] (from client SMC
port 29)
  Processing the post-auth section of radiusd.conf
modcall: entering group post-auth for request 5
rlm_ippool: Could not find Pool-Name attribute.
  modcall[post-auth]: module "systinetpool" returns noop for request 5
modcall: group post-auth returns noop for request 5
Sending Access-Accept of id 47 to 10.0.0.202:1066
        MS-MPPE-Recv-Key =
0x8c0fd0aef8f64035c63eed70234116753d74356dcd8cadc084c21bfb4ccac2f7
        MS-MPPE-Send-Key =
0x6cf0a5279334ce2b09ee9e5f1380103297f6691dca1c46c1857715e3237c960c
        EAP-Message = 0x032f0004
        Message-Authenticator = 0x00000000000000000000000000000000
        User-Name = "Zdenek Pizl"
Finished request 5

-- 
Zdenek Pizl
Systinet Corporation
Vinohradska 190
130 00 Praha 3



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

Reply via email to