[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freeradius-users
Subject:    Re: PEAP, Freeradius and Cisco AP 350
From:       J Zakhar <jzakhar () gmail ! com>
Date:       2005-08-31 21:40:15
Message-ID: 3048c6100508311440776f64f0 () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


I managed to get it working, the machine here running freeradius has 2 ip 
addresses. I had noticed in another message on the list, that can be 
problematic. I set freeradius to bind to a specific IP and it light right 
up, go figure heh. I do appreciate the respone though. I spent a good 5 1/2 
hours before posting to this list I am kind of embaressed to find out it was 
a simple IP address problem, sorry for the bogus posting. 

On 8/31/05, Artur Hecker <hecker@enst.fr> wrote: 
> 
> hi
> 
> 
> J Zakhar wrote:
> > Having some trouble setting up PEAP with a windows XP workstation, a
> > Cisco 350 AP (upgraded to IOS version 12.2), I am using the default XP
> > Client to set things up. Many moons ago I had LEAP working great, the
> > hard drive on this linux machine failed and it was time to reinstall.
> > Not sure why i'm having such trouble with this.
> >
> > Mousing over the icon in my task bar Status: Validating Identity is all
> > it ever says while trying to associate. I do however get prompted for my
> > user name and password. Any advice/help would be much appreciated.
> 
> unfortunately, imho Windows XP prompts for those before it starts the
> exchanges.
> 
> from your log it seems that there is no error on the Freeradius side. FR
> sends out the Challenge, but the second message from the client (id =
> 36) looks to me as a repeat of the original Request (id 35). the
> contents of the EAP-Message are the same.
> 
> thus it seems that your Windows client is not answering the challenge.
> Or the access point does not relay the challenge to the Windows client.
> 
> difficult to say more from what you've given so far. you could try the
> following:
> 
> - are you sure that you posted the complete log?
> 
> - if yes, deactivate Server Validation in the Windows XP PEAP client
> (only for testing, activate it later) and re-start. see if the
> authentication gets to a further point.
> 
> - if that does not change anything, take a look at the Ken Rosner's TLS
> FAQ (see www.freeradius.org <http://www.freeradius.org>). he describes how 
> you activate EAP debug on
> Cisco 350 APs. log in into your cisco, activate the EAP Debug level 2
> and see what happens - if it relays messages to the user machine.
> 
> 
> 
> ciao
> artur
> 
> 
> >
> > ./radiusd -A -X
> > Starting - reading configuration files ...
> > reread_config: reading radiusd.conf
> > Config: including file: /usr/local/freeradius/etc/raddb/proxy.conf
> > Config: including file: /usr/local/freeradius/etc/raddb/clients.conf
> > Config: including file: /usr/local/freeradius/etc/raddb/snmp.conf
> > Config: including file: /usr/local/freeradius/etc/raddb/eap.conf
> > Config: including file: /usr/local/freeradius/etc/raddb/sql.conf
> > main: prefix = "/usr/local/freeradius"
> > main: localstatedir = "/usr/local/freeradius/var"
> > main: logdir = "/usr/local/freeradius/var/log/radius"
> > main: libdir = "/usr/local/freeradius/lib"
> > main: radacctdir = "/usr/local/freeradius/var/log/radius/radacct"
> > main: hostname_lookups = no
> > main: max_request_time = 30
> > main: cleanup_delay = 5
> > main: max_requests = 1024
> > main: delete_blocked_requests = 0
> > main: port = 0
> > main: allow_core_dumps = no
> > main: log_stripped_names = no
> > main: log_file = "/usr/local/freeradius/var/log/radius/radius.log"
> > main: log_auth = no
> > main: log_auth_badpass = no
> > main: log_auth_goodpass = no
> > main: pidfile = "/usr/local/freeradius/var/run/radiusd/radiusd.pid"
> > main: user = "(null)"
> > main: group = "(null)"
> > main: usercollide = no
> > main: lower_user = "no"
> > main: lower_pass = "no"
> > main: nospace_user = "no"
> > main: nospace_pass = "no"
> > main: checkrad = "/usr/local/freeradius/sbin/checkrad"
> > main: proxy_requests = yes
> > proxy: retry_delay = 5
> > proxy: retry_count = 3
> > proxy: synchronous = no
> > proxy: default_fallback = yes
> > proxy: dead_time = 120
> > proxy: post_proxy_authorize = yes
> > proxy: wake_all_if_all_dead = no
> > security: max_attributes = 200
> > security: reject_delay = 1
> > security: status_server = no
> > main: debug_level = 0
> > read_config_files: reading dictionary
> > read_config_files: reading naslist
> > Using deprecated naslist file. Support for this will go away soon.
> > read_config_files: reading clients
> > read_config_files: reading realms
> > radiusd: entering modules setup
> > Module: Library search path is /usr/local/freeradius/lib
> > Module: Loaded exec
> > exec: wait = yes
> > exec: program = "(null)"
> > exec: input_pairs = "request"
> > exec: output_pairs = "(null)"
> > exec: packet_type = "(null)"
> > rlm_exec: Wait=yes but no output defined. Did you mean output=none?
> > Module: Instantiated exec (exec)
> > Module: Loaded expr
> > Module: Instantiated expr (expr)
> > Module: Loaded PAP
> > pap: encryption_scheme = "crypt"
> > Module: Instantiated pap (pap)
> > Module: Loaded CHAP
> > Module: Instantiated chap (chap)
> > Module: Loaded MS-CHAP
> > mschap: use_mppe = yes
> > mschap: require_encryption = yes
> > mschap: require_strong = yes
> > mschap: with_ntdomain_hack = no
> > mschap: passwd = "(null)"
> > mschap: authtype = "MS-CHAP"
> > mschap: ntlm_auth = "(null)"
> > Module: Instantiated mschap (mschap)
> > Module: Loaded System
> > unix: cache = no
> > unix: passwd = "(null)"
> > unix: shadow = "(null)"
> > unix: group = "(null)"
> > unix: radwtmp = "/usr/local/freeradius/var/log/radius/radwtmp"
> > unix: usegroup = no
> > unix: cache_reload = 600
> > Module: Instantiated unix (unix)
> > Module: Loaded eap
> > eap: default_eap_type = "peap"
> > eap: timer_expire = 60
> > eap: ignore_unknown_eap_types = no
> > eap: cisco_accounting_username_bug = yes
> > rlm_eap: Loaded and initialized type md5
> > rlm_eap: Loaded and initialized type leap
> > gtc: challenge = "Password: "
> > gtc: auth_type = "PAP"
> > rlm_eap: Loaded and initialized type gtc
> > tls: rsa_key_exchange = no
> > tls: dh_key_exchange = yes
> > tls: rsa_key_length = 512
> > tls: dh_key_length = 512
> > tls: verify_depth = 0
> > tls: CA_path = "(null)"
> > tls: pem_file_type = yes
> > tls: private_key_file = "/usr/local/freeradius/etc/raddb/certs/cert-
> > srv.pem"
> > tls: certificate_file =
> > "/usr/local/freeradius/etc/raddb/certs/cert-srv.pem"
> > tls: CA_file = "/usr/local/freeradius/etc/raddb/certs/demoCA/cacert.pem"
> > tls: private_key_password = "whatever"
> > tls: dh_file = "/usr/local/freeradius/etc/raddb/certs/dh"
> > tls: random_file = "/usr/local/freeradius/etc/raddb/certs/random"
> > tls: fragment_size = 1024
> > tls: include_length = yes
> > tls: check_crl = no
> > tls: check_cert_cn = "(null)"
> > rlm_eap: Loaded and initialized type tls
> > peap: default_eap_type = "mschapv2"
> > peap: copy_request_to_tunnel = no
> > peap: use_tunneled_reply = no
> > peap: proxy_tunneled_request_as_eap = yes
> > rlm_eap: Loaded and initialized type peap
> > mschapv2: with_ntdomain_hack = no
> > rlm_eap: Loaded and initialized type mschapv2
> > Module: Instantiated eap (eap)
> > Module: Loaded preprocess
> > preprocess: huntgroups = "/usr/local/freeradius/etc/raddb/huntgroups"
> > preprocess: hints = "/usr/local/freeradius/etc/raddb/hints"
> > preprocess: with_ascend_hack = no
> > preprocess: ascend_channels_per_line = 23
> > preprocess: with_ntdomain_hack = no
> > preprocess: with_specialix_jetstream_hack = no
> > preprocess: with_cisco_vsa_hack = no
> > Module: Instantiated preprocess (preprocess)
> > Module: Loaded realm
> > realm: format = "suffix"
> > realm: delimiter = "@"
> > realm: ignore_default = no
> > realm: ignore_null = no
> > Module: Instantiated realm (suffix)
> > Module: Loaded files
> > files: usersfile = "/usr/local/freeradius/etc/raddb/users"
> > files: acctusersfile = "/usr/local/freeradius/etc/raddb/acct_users"
> > files: preproxy_usersfile =
> > "/usr/local/freeradius/etc/raddb/preproxy_users"
> > files: compat = "no"
> > Module: Instantiated files (files)
> > Module: Loaded Acct-Unique-Session-Id
> > acct_unique: key = "User-Name, Acct-Session-Id, NAS-IP-Address,
> > Client-IP-Address, NAS-Port"
> > Module: Instantiated acct_unique (acct_unique)
> > Module: Loaded detail
> > detail: detailfile =
> > 
> "/usr/local/freeradius/var/log/radius/radacct/%{Client-IP-Address}/detail-%Y%m%d"
> > detail: detailperm = 384
> > detail: dirperm = 493
> > detail: locking = no
> > Module: Instantiated detail (detail)
> > Module: Loaded radutmp
> > radutmp: filename = "/usr/local/freeradius/var/log/radius/radutmp"
> > radutmp: username = "%{User-Name}"
> > radutmp: case_sensitive = yes
> > radutmp: check_with_nas = yes
> > radutmp: perm = 384
> > radutmp: callerid = yes
> > Module: Instantiated radutmp (radutmp)
> > Listening on authentication *:1812
> > Listening on accounting *:1813
> > Listening on proxy *:1814
> > Ready to process requests.
> > rad_recv: Access-Request packet from host 172.28.42.253:21646<http://172.28.42.253:21646>
> > <http://172.28.42.253:21646/>, id=35, length=132
> > User-Name = "jzakhar"
> > Framed-MTU = 1400
> > Called-Station-Id = "0040.9647.f2d6"
> > Calling-Station-Id = "000e.9b2e.179a"
> > Message-Authenticator = 0x657f7e3dee2731c4e91f25c395ef47d7
> > EAP-Message = 0x0202000c016a7a616b686172
> > NAS-Port-Type = Wireless-802.11
> > NAS-Port = 312
> > Service-Type = Framed-User
> > NAS-IP-Address = 172.28.42.253 <http://172.28.42.253> <
> http://172.28.42.253/>
> > NAS-Identifier = "apcisco"
> > Processing the authorize section of radiusd.conf
> > modcall: entering group authorize for request 0
> > modcall[authorize]: module "preprocess" returns ok for request 0
> > modcall[authorize]: module "chap" returns noop for request 0
> > modcall[authorize]: module "mschap" returns noop for request 0
> > rlm_realm: No '@' <mailto:'@'> in User-Name = "jzakhar", looking up
> > realm NULL
> > rlm_realm: No such realm "NULL"
> > modcall[authorize]: module "suffix" returns noop for request 0
> > rlm_eap: EAP packet type response id 2 length 12
> > rlm_eap: No EAP Start, assuming it's an on-going EAP conversation
> > modcall[authorize]: module "eap" returns updated for request 0
> > users: Matched jzakhar at 53
> > modcall[authorize]: module "files" returns ok for request 0
> > modcall: group authorize returns updated for request 0
> > rad_check_password: Found Auth-Type EAP
> > auth: type "EAP"
> > Processing the authenticate section of radiusd.conf
> > modcall: entering group authenticate for request 0
> > rlm_eap: EAP Identity
> > rlm_eap: processing type tls
> > rlm_eap_tls: Initiate
> > rlm_eap_tls: Start returned 1
> > modcall[authenticate]: module "eap" returns handled for request 0
> > modcall: group authenticate returns handled for request 0
> > Sending Access-Challenge of id 35 to 172.28.42.253:21646<http://172.28.42.253:21646>
> > <http://172.28.42.253:21646/>
> > EAP-Message = 0x010300061920
> > Message-Authenticator = 0x00000000000000000000000000000000
> > State = 0xf730c83b331f347cf002f96adbba538e
> > Finished request 0
> > Going to the next request
> > --- Walking the entire request list ---
> > Waking up in 6 seconds...
> > rad_recv: Access-Request packet from host 172.28.42.253:21646<http://172.28.42.253:21646>
> > <http://172.28.42.253:21646/>, id=35, length=132
> > Sending duplicate reply to client EAP:21646 - ID: 35
> > Re-sending Access-Challenge of id 35 to 172.28.42.253:21646<http://172.28.42.253:21646>
> > <http://172.28.42.253:21646/>
> > --- Walking the entire request list ---
> > Waking up in 1 seconds...
> > --- Walking the entire request list ---
> > Cleaning up request 0 ID 35 with timestamp 4315dbd4
> > Nothing to do. Sleeping until we see a request.
> > rad_recv: Access-Request packet from host 172.28.42.253:21646<http://172.28.42.253:21646>
> > <http://172.28.42.253:21646/>, id=36, length=132
> > User-Name = "jzakhar"
> > Framed-MTU = 1400
> > Called-Station-Id = "0040.9647.f2d6"
> > Calling-Station-Id = "000e.9b2e.179a"
> > Message-Authenticator = 0x843b8ca357e3281d250307dff3caa9e6
> > EAP-Message = 0x0202000c016a7a616b686172
> > NAS-Port-Type = Wireless-802.11
> > NAS-Port = 313
> > Service-Type = Framed-User
> > NAS-IP-Address = 172.28.42.253 <http://172.28.42.253> <
> http://172.28.42.253/>
> > NAS-Identifier = "apcisco"
> > Processing the authorize section of radiusd.conf
> > modcall: entering group authorize for request 1
> > modcall[authorize]: module "preprocess" returns ok for request 1
> > modcall[authorize]: module "chap" returns noop for request 1
> > modcall[authorize]: module "mschap" returns noop for request 1
> > rlm_realm: No '@' <mailto:'@'> in User-Name = "jzakhar", looking up
> > realm NULL
> > rlm_realm: No such realm "NULL"
> > modcall[authorize]: module "suffix" returns noop for request 1
> > rlm_eap: EAP packet type response id 2 length 12
> > rlm_eap: No EAP Start, assuming it's an on-going EAP conversation
> > modcall[authorize]: module "eap" returns updated for request 1
> > users: Matched jzakhar at 53
> > modcall[authorize]: module "files" returns ok for request 1
> > modcall: group authorize returns updated for request 1
> > rad_check_password: Found Auth-Type EAP
> > auth: type "EAP"
> > Processing the authenticate section of radiusd.conf
> > modcall: entering group authenticate for request 1
> > rlm_eap: EAP Identity
> > rlm_eap: processing type tls
> > rlm_eap_tls: Initiate
> > rlm_eap_tls: Start returned 1
> > modcall[authenticate]: module "eap" returns handled for request 1
> > modcall: group authenticate returns handled for request 1
> > Sending Access-Challenge of id 36 to 172.28.42.253:21646<http://172.28.42.253:21646>
> > <http://172.28.42.253:21646/>
> > EAP-Message = 0x010300061920
> > Message-Authenticator = 0x00000000000000000000000000000000
> > State = 0x479ac19253ee20dc4d21810846227fc5
> > Finished request 1
> > Going to the next request
> > --- Walking the entire request list ---
> > Waking up in 6 seconds...
> >
> >
> >
> > ------------------------------------------------------------------------
> >
> > -
> > List info/subscribe/unsubscribe? See 
> http://www.freeradius.org/list/users.html
> -
> List info/subscribe/unsubscribe? See 
> http://www.freeradius.org/list/users.html
>

[Attachment #5 (text/html)]

I managed to get it working, the machine here running freeradius has 2 ip addresses. \
I had noticed in another message on the list, that can be problematic. I set \
freeradius to bind to a specific IP and it light right up, go figure heh. I do \
appreciate the respone though. I spent a good 5 1/2 hours before posting to this list \
I am kind of embaressed to find out it was a simple IP address problem, sorry for the \
bogus posting.  <br><br>
<div><span class="gmail_quote">On 8/31/05, <b class="gmail_sendername">Artur \
Hecker</b> &lt;<a href="mailto:hecker@enst.fr">hecker@enst.fr</a>&gt; wrote:</span> \
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; \
BORDER-LEFT: #ccc 1px solid">hi<br><br><br>J Zakhar wrote:<br>&gt; Having some \
trouble setting up PEAP with a windows XP workstation, a <br>&gt; Cisco 350 AP \
(upgraded to IOS version 12.2), I am using the default XP<br>&gt; Client to set \
things up. Many moons ago I had LEAP working great, the<br>&gt; hard drive on this \
linux machine failed and it was time to reinstall. <br>&gt; Not sure why i'm having \
such trouble with this.<br>&gt;<br>&gt; Mousing over the icon in my task bar Status: \
Validating Identity is all<br>&gt; it ever says while trying to associate. I do \
however get prompted for my <br>&gt; user name and password. Any advice/help would be \
much appreciated.<br><br>unfortunately, imho Windows XP prompts for those before it \
starts the<br>exchanges.<br><br>from your log it seems that there is no error on the \
Freeradius side. FR <br>sends out the Challenge, but the second message from the \
client (id =<br>36) looks to me as a repeat of the original Request (id 35). \
the<br>contents of the EAP-Message are the same.<br><br>thus it seems that your \
Windows client is not answering the challenge. <br>Or the access point does not relay \
the challenge to the Windows client.<br><br>difficult to say more from what you've \
given so far. you could try the<br>following:<br><br>- are you sure that you posted \
the complete log? <br><br>- if yes, deactivate Server Validation in the Windows XP \
PEAP client<br>(only for testing, activate it later) and re-start. see if \
the<br>authentication gets to a further point.<br><br>- if that does not change \
anything, take a look at the Ken Rosner's TLS <br>FAQ (see <a \
href="http://www.freeradius.org">www.freeradius.org</a>). he describes how you \
activate EAP debug on<br>Cisco 350 APs. log in into your cisco, activate the EAP \
Debug level 2<br>and see what happens - if it relays messages to the user machine. \
<br><br><br><br>ciao<br>artur<br><br><br>&gt;<br>&gt; ./radiusd -A -X<br>&gt; \
Starting - reading configuration files ...<br>&gt; reread_config:&nbsp;&nbsp;reading \
radiusd.conf<br>&gt; Config:&nbsp;&nbsp; including file: \
/usr/local/freeradius/etc/raddb/proxy.conf <br>&gt; Config:&nbsp;&nbsp; including \
file: /usr/local/freeradius/etc/raddb/clients.conf<br>&gt; Config:&nbsp;&nbsp; \
including file: /usr/local/freeradius/etc/raddb/snmp.conf<br>&gt; Config:&nbsp;&nbsp; \
including file: /usr/local/freeradius/etc/raddb/eap.conf <br>&gt; Config:&nbsp;&nbsp; \
including file: /usr/local/freeradius/etc/raddb/sql.conf<br>&gt;&nbsp;&nbsp;main: \
prefix = &quot;/usr/local/freeradius&quot;<br>&gt;&nbsp;&nbsp;main: localstatedir = \
&quot;/usr/local/freeradius/var&quot;<br>&gt;&nbsp;&nbsp;main: logdir = \
&quot;/usr/local/freeradius/var/log/radius&quot; <br>&gt;&nbsp;&nbsp;main: libdir = \
&quot;/usr/local/freeradius/lib&quot;<br>&gt;&nbsp;&nbsp;main: radacctdir = \
&quot;/usr/local/freeradius/var/log/radius/radacct&quot;<br>&gt;&nbsp;&nbsp;main: \
hostname_lookups = no<br>&gt;&nbsp;&nbsp;main: max_request_time = 30 \
<br>&gt;&nbsp;&nbsp;main: cleanup_delay = 5<br>&gt;&nbsp;&nbsp;main: max_requests = \
1024<br>&gt;&nbsp;&nbsp;main: delete_blocked_requests = 0<br>&gt;&nbsp;&nbsp;main: \
port = 0<br>&gt;&nbsp;&nbsp;main: allow_core_dumps = no<br>&gt;&nbsp;&nbsp;main: \
log_stripped_names = no<br>&gt;&nbsp;&nbsp;main: log_file = \
&quot;/usr/local/freeradius/var/log/radius/radius.log&quot; <br>&gt;&nbsp;&nbsp;main: \
log_auth = no<br>&gt;&nbsp;&nbsp;main: log_auth_badpass = no<br>&gt;&nbsp;&nbsp;main: \
log_auth_goodpass = no<br>&gt;&nbsp;&nbsp;main: pidfile = \
&quot;/usr/local/freeradius/var/run/radiusd/radiusd.pid&quot;<br>&gt;&nbsp;&nbsp;main: \
user = &quot;(null)&quot; <br>&gt;&nbsp;&nbsp;main: group = \
&quot;(null)&quot;<br>&gt;&nbsp;&nbsp;main: usercollide = no<br>&gt;&nbsp;&nbsp;main: \
lower_user = &quot;no&quot;<br>&gt;&nbsp;&nbsp;main: lower_pass = \
&quot;no&quot;<br>&gt;&nbsp;&nbsp;main: nospace_user = \
&quot;no&quot;<br>&gt;&nbsp;&nbsp;main: nospace_pass = &quot;no&quot; \
<br>&gt;&nbsp;&nbsp;main: checkrad = \
&quot;/usr/local/freeradius/sbin/checkrad&quot;<br>&gt;&nbsp;&nbsp;main: \
proxy_requests = yes<br>&gt;&nbsp;&nbsp;proxy: retry_delay = \
5<br>&gt;&nbsp;&nbsp;proxy: retry_count = 3<br>&gt;&nbsp;&nbsp;proxy: synchronous = \
no<br>&gt;&nbsp;&nbsp;proxy: default_fallback = yes <br>&gt;&nbsp;&nbsp;proxy: \
dead_time = 120<br>&gt;&nbsp;&nbsp;proxy: post_proxy_authorize = \
yes<br>&gt;&nbsp;&nbsp;proxy: wake_all_if_all_dead = no<br>&gt;&nbsp;&nbsp;security: \
max_attributes = 200<br>&gt;&nbsp;&nbsp;security: reject_delay = \
1<br>&gt;&nbsp;&nbsp;security: status_server = no <br>&gt;&nbsp;&nbsp;main: \
debug_level = 0<br>&gt; read_config_files:&nbsp;&nbsp;reading dictionary<br>&gt; \
read_config_files:&nbsp;&nbsp;reading naslist<br>&gt; Using deprecated naslist \
file.&nbsp;&nbsp;Support for this will go away soon.<br>&gt; \
read_config_files:&nbsp;&nbsp;reading clients <br>&gt; \
read_config_files:&nbsp;&nbsp;reading realms<br>&gt; radiusd:&nbsp;&nbsp;entering \
modules setup<br>&gt; Module: Library search path is \
/usr/local/freeradius/lib<br>&gt; Module: Loaded exec<br>&gt;&nbsp;&nbsp;exec: wait = \
yes<br>&gt;&nbsp;&nbsp;exec: program = &quot;(null)&quot; <br>&gt;&nbsp;&nbsp;exec: \
input_pairs = &quot;request&quot;<br>&gt;&nbsp;&nbsp;exec: output_pairs = \
&quot;(null)&quot;<br>&gt;&nbsp;&nbsp;exec: packet_type = &quot;(null)&quot;<br>&gt; \
rlm_exec: Wait=yes but no output defined. Did you mean output=none? <br>&gt; Module: \
Instantiated exec (exec)<br>&gt; Module: Loaded expr<br>&gt; Module: Instantiated \
expr (expr)<br>&gt; Module: Loaded PAP<br>&gt;&nbsp;&nbsp;pap: encryption_scheme = \
&quot;crypt&quot;<br>&gt; Module: Instantiated pap (pap) <br>&gt; Module: Loaded \
CHAP<br>&gt; Module: Instantiated chap (chap)<br>&gt; Module: Loaded \
MS-CHAP<br>&gt;&nbsp;&nbsp;mschap: use_mppe = yes<br>&gt;&nbsp;&nbsp;mschap: \
require_encryption = yes<br>&gt;&nbsp;&nbsp;mschap: require_strong = \
yes<br>&gt;&nbsp;&nbsp;mschap: with_ntdomain_hack = no <br>&gt;&nbsp;&nbsp;mschap: \
passwd = &quot;(null)&quot;<br>&gt;&nbsp;&nbsp;mschap: authtype = \
&quot;MS-CHAP&quot;<br>&gt;&nbsp;&nbsp;mschap: ntlm_auth = &quot;(null)&quot;<br>&gt; \
Module: Instantiated mschap (mschap)<br>&gt; Module: Loaded \
System<br>&gt;&nbsp;&nbsp;unix: cache = no <br>&gt;&nbsp;&nbsp;unix: passwd = \
&quot;(null)&quot;<br>&gt;&nbsp;&nbsp;unix: shadow = \
&quot;(null)&quot;<br>&gt;&nbsp;&nbsp;unix: group = \
&quot;(null)&quot;<br>&gt;&nbsp;&nbsp;unix: radwtmp = \
&quot;/usr/local/freeradius/var/log/radius/radwtmp&quot;<br>&gt;&nbsp;&nbsp;unix: \
usegroup = no <br>&gt;&nbsp;&nbsp;unix: cache_reload = 600<br>&gt; Module: \
Instantiated unix (unix)<br>&gt; Module: Loaded eap<br>&gt;&nbsp;&nbsp;eap: \
default_eap_type = &quot;peap&quot;<br>&gt;&nbsp;&nbsp;eap: timer_expire = \
60<br>&gt;&nbsp;&nbsp;eap: ignore_unknown_eap_types = no <br>&gt;&nbsp;&nbsp;eap: \
cisco_accounting_username_bug = yes<br>&gt; rlm_eap: Loaded and initialized type \
md5<br>&gt; rlm_eap: Loaded and initialized type leap<br>&gt;&nbsp;&nbsp;gtc: \
challenge = &quot;Password: &quot;<br>&gt;&nbsp;&nbsp;gtc: auth_type = \
&quot;PAP&quot; <br>&gt; rlm_eap: Loaded and initialized type \
gtc<br>&gt;&nbsp;&nbsp;tls: rsa_key_exchange = no<br>&gt;&nbsp;&nbsp;tls: \
dh_key_exchange = yes<br>&gt;&nbsp;&nbsp;tls: rsa_key_length = \
512<br>&gt;&nbsp;&nbsp;tls: dh_key_length = 512<br>&gt;&nbsp;&nbsp;tls: verify_depth \
= 0 <br>&gt;&nbsp;&nbsp;tls: CA_path = &quot;(null)&quot;<br>&gt;&nbsp;&nbsp;tls: \
pem_file_type = yes<br>&gt;&nbsp;&nbsp;tls: private_key_file = \
&quot;/usr/local/freeradius/etc/raddb/certs/cert-<br>&gt; \
srv.pem&quot;<br>&gt;&nbsp;&nbsp;tls: certificate_file =<br>&gt; \
&quot;/usr/local/freeradius/etc/raddb/certs/cert- \
srv.pem&quot;<br>&gt;&nbsp;&nbsp;tls: CA_file = \
&quot;/usr/local/freeradius/etc/raddb/certs/demoCA/cacert.pem&quot;<br>&gt;&nbsp;&nbsp;tls: \
private_key_password = &quot;whatever&quot;<br>&gt;&nbsp;&nbsp;tls: dh_file = \
&quot;/usr/local/freeradius/etc/raddb/certs/dh&quot; <br>&gt;&nbsp;&nbsp;tls: \
random_file = &quot;/usr/local/freeradius/etc/raddb/certs/random&quot;<br>&gt;&nbsp;&nbsp;tls: \
fragment_size = 1024<br>&gt;&nbsp;&nbsp;tls: include_length = \
yes<br>&gt;&nbsp;&nbsp;tls: check_crl = no<br>&gt;&nbsp;&nbsp;tls: check_cert_cn = \
&quot;(null)&quot; <br>&gt; rlm_eap: Loaded and initialized type \
tls<br>&gt;&nbsp;&nbsp;peap: default_eap_type = \
&quot;mschapv2&quot;<br>&gt;&nbsp;&nbsp;peap: copy_request_to_tunnel = \
no<br>&gt;&nbsp;&nbsp;peap: use_tunneled_reply = no<br>&gt;&nbsp;&nbsp;peap: \
proxy_tunneled_request_as_eap = yes <br>&gt; rlm_eap: Loaded and initialized type \
peap<br>&gt;&nbsp;&nbsp;mschapv2: with_ntdomain_hack = no<br>&gt; rlm_eap: Loaded and \
initialized type mschapv2<br>&gt; Module: Instantiated eap (eap)<br>&gt; Module: \
Loaded preprocess<br> &gt;&nbsp;&nbsp;preprocess: huntgroups = \
&quot;/usr/local/freeradius/etc/raddb/huntgroups&quot;<br>&gt;&nbsp;&nbsp;preprocess: \
hints = &quot;/usr/local/freeradius/etc/raddb/hints&quot;<br>&gt;&nbsp;&nbsp;preprocess: \
with_ascend_hack = no<br>&gt;&nbsp;&nbsp;preprocess: ascend_channels_per_line = 23 \
<br>&gt;&nbsp;&nbsp;preprocess: with_ntdomain_hack = \
no<br>&gt;&nbsp;&nbsp;preprocess: with_specialix_jetstream_hack = \
no<br>&gt;&nbsp;&nbsp;preprocess: with_cisco_vsa_hack = no<br>&gt; Module: \
Instantiated preprocess (preprocess)<br>&gt; Module: Loaded realm \
<br>&gt;&nbsp;&nbsp;realm: format = &quot;suffix&quot;<br>&gt;&nbsp;&nbsp;realm: \
delimiter = &quot;@&quot;<br>&gt;&nbsp;&nbsp;realm: ignore_default = \
no<br>&gt;&nbsp;&nbsp;realm: ignore_null = no<br>&gt; Module: Instantiated realm \
(suffix)<br>&gt; Module: Loaded files <br>&gt;&nbsp;&nbsp;files: usersfile = \
&quot;/usr/local/freeradius/etc/raddb/users&quot;<br>&gt;&nbsp;&nbsp;files: \
acctusersfile = &quot;/usr/local/freeradius/etc/raddb/acct_users&quot;<br>&gt;&nbsp;&nbsp;files: \
preproxy_usersfile =<br>&gt; \
&quot;/usr/local/freeradius/etc/raddb/preproxy_users&quot; <br>&gt;&nbsp;&nbsp;files: \
compat = &quot;no&quot;<br>&gt; Module: Instantiated files (files)<br>&gt; Module: \
Loaded Acct-Unique-Session-Id<br>&gt;&nbsp;&nbsp;acct_unique: key = &quot;User-Name, \
Acct-Session-Id, NAS-IP-Address,<br>&gt; Client-IP-Address, NAS-Port&quot; <br>&gt; \
Module: Instantiated acct_unique (acct_unique)<br>&gt; Module: Loaded \
detail<br>&gt;&nbsp;&nbsp;detail: detailfile =<br>&gt; \
&quot;/usr/local/freeradius/var/log/radius/radacct/%{Client-IP-Address}/detail-%Y%m%d&quot;<br>&gt;&nbsp;&nbsp;detail: \
detailperm = 384 <br>&gt;&nbsp;&nbsp;detail: dirperm = 493<br>&gt;&nbsp;&nbsp;detail: \
locking = no<br>&gt; Module: Instantiated detail (detail)<br>&gt; Module: Loaded \
radutmp<br>&gt;&nbsp;&nbsp;radutmp: filename = \
&quot;/usr/local/freeradius/var/log/radius/radutmp&quot; <br>&gt;&nbsp;&nbsp;radutmp: \
username = &quot;%{User-Name}&quot;<br>&gt;&nbsp;&nbsp;radutmp: case_sensitive = \
yes<br>&gt;&nbsp;&nbsp;radutmp: check_with_nas = yes<br>&gt;&nbsp;&nbsp;radutmp: perm \
= 384<br>&gt;&nbsp;&nbsp;radutmp: callerid = yes<br>&gt; Module: Instantiated radutmp \
(radutmp) <br>&gt; Listening on authentication *:1812<br>&gt; Listening on accounting \
*:1813<br>&gt; Listening on proxy *:1814<br>&gt; Ready to process requests.<br>&gt; \
rad_recv: Access-Request packet from host <a href="http://172.28.42.253:21646"> \
172.28.42.253:21646</a><br>&gt; &lt;<a \
href="http://172.28.42.253:21646/">http://172.28.42.253:21646/</a>&gt;, id=35, \
length=132<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; User-Name = \
&quot;jzakhar&quot;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
Framed-MTU = 1400<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
Called-Station-Id = &quot; \
0040.9647.f2d6&quot;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
Calling-Station-Id = \
&quot;000e.9b2e.179a&quot;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
Message-Authenticator = \
0x657f7e3dee2731c4e91f25c395ef47d7<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
EAP-Message = 0x0202000c016a7a616b686172<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
NAS-Port-Type =  Wireless-802.11<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
NAS-Port = 312<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Service-Type = \
Framed-User<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NAS-IP-Address = \
<a href="http://172.28.42.253">172.28.42.253</a> &lt;<a \
href="http://172.28.42.253/">http://172.28.42.253/ \
</a>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NAS-Identifier = \
&quot;apcisco&quot;<br>&gt;&nbsp;&nbsp; Processing the authorize section of \
radiusd.conf<br>&gt; modcall: entering group authorize for request \
0<br>&gt;&nbsp;&nbsp; modcall[authorize]: module &quot;preprocess&quot; returns ok \
for request 0 <br>&gt;&nbsp;&nbsp; modcall[authorize]: module &quot;chap&quot; \
returns noop for request 0<br>&gt;&nbsp;&nbsp; modcall[authorize]: module \
&quot;mschap&quot; returns noop for request 0<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; \
rlm_realm: No '@' &lt;mailto:'@'&gt; in User-Name = &quot;jzakhar&quot;, looking up \
<br>&gt; realm NULL<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; rlm_realm: No such realm \
&quot;NULL&quot;<br>&gt;&nbsp;&nbsp; modcall[authorize]: module &quot;suffix&quot; \
returns noop for request 0<br>&gt;&nbsp;&nbsp; rlm_eap: EAP packet type response id 2 \
length 12<br>&gt;&nbsp;&nbsp; rlm_eap: No EAP Start, assuming it's an on-going EAP \
conversation <br>&gt;&nbsp;&nbsp; modcall[authorize]: module &quot;eap&quot; returns \
updated for request 0<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; users: Matched jzakhar at \
53<br>&gt;&nbsp;&nbsp; modcall[authorize]: module &quot;files&quot; returns ok for \
request 0<br>&gt; modcall: group authorize returns updated for request 0 \
<br>&gt;&nbsp;&nbsp; rad_check_password:&nbsp;&nbsp;Found Auth-Type EAP<br>&gt; auth: \
type &quot;EAP&quot;<br>&gt;&nbsp;&nbsp; Processing the authenticate section of \
radiusd.conf<br>&gt; modcall: entering group authenticate for request \
0<br>&gt;&nbsp;&nbsp; rlm_eap: EAP Identity <br>&gt;&nbsp;&nbsp; rlm_eap: processing \
type tls<br>&gt;&nbsp;&nbsp; rlm_eap_tls: Initiate<br>&gt;&nbsp;&nbsp; rlm_eap_tls: \
Start returned 1<br>&gt;&nbsp;&nbsp; modcall[authenticate]: module &quot;eap&quot; \
returns handled for request 0<br>&gt; modcall: group authenticate returns handled for \
request 0 <br>&gt; Sending Access-Challenge of id 35 to <a \
href="http://172.28.42.253:21646">172.28.42.253:21646</a><br>&gt; &lt;<a \
href="http://172.28.42.253:21646/">http://172.28.42.253:21646/</a>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
EAP-Message = 0x010300061920 <br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
Message-Authenticator = \
0x00000000000000000000000000000000<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
State = 0xf730c83b331f347cf002f96adbba538e<br>&gt; Finished request 0<br>&gt; Going \
to the next request<br>&gt; --- Walking the entire request list --- <br>&gt; Waking \
up in 6 seconds...<br>&gt; rad_recv: Access-Request packet from host <a \
href="http://172.28.42.253:21646">172.28.42.253:21646</a><br>&gt; &lt;<a \
href="http://172.28.42.253:21646/">http://172.28.42.253:21646/ </a>&gt;, id=35, \
length=132<br>&gt; Sending duplicate reply to client EAP:21646 - ID: 35<br>&gt; \
http://172.28.42.253:21646/</a>&gt;<br>&gt; --- Walking the entire request list \
---<br>&gt; Waking up in 1 seconds...<br>&gt; --- Walking the entire request list \
---<br>&gt; Cleaning up request 0 ID 35 with timestamp 4315dbd4 <br>&gt; Nothing to \
do.&nbsp;&nbsp;Sleeping until we see a request.<br>&gt; rad_recv: Access-Request \
packet from host <a href="http://172.28.42.253:21646">172.28.42.253:21646</a><br>&gt; \
&lt;<a href="http://172.28.42.253:21646/">http://172.28.42.253:21646/ </a>&gt;, \
id=36, length=132<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; User-Name = \
&quot;jzakhar&quot;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
Framed-MTU = 1400<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
Called-Station-Id = &quot;0040.9647.f2d6&quot;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
Calling-Station-Id = &quot;000e.9b2e.179a \
&quot;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Message-Authenticator \
= 0x843b8ca357e3281d250307dff3caa9e6<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
EAP-Message = 0x0202000c016a7a616b686172<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
NAS-Port-Type = Wireless-802.11<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
NAS-Port = 313<br> &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Service-Type \
= Framed-User<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NAS-IP-Address \
= <a href="http://172.28.42.253">172.28.42.253</a> &lt;<a \
href="http://172.28.42.253/">http://172.28.42.253/</a>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
NAS-Identifier = &quot;apcisco&quot; <br>&gt;&nbsp;&nbsp; Processing the authorize \
section of radiusd.conf<br>&gt; modcall: entering group authorize for request \
1<br>&gt;&nbsp;&nbsp; modcall[authorize]: module &quot;preprocess&quot; returns ok \
for request 1<br>&gt;&nbsp;&nbsp; modcall[authorize]: module &quot;chap&quot; returns \
noop for request 1 <br>&gt;&nbsp;&nbsp; modcall[authorize]: module &quot;mschap&quot; \
returns noop for request 1<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; rlm_realm: No '@' \
&lt;mailto:'@'&gt; in User-Name = &quot;jzakhar&quot;, looking up<br>&gt; realm \
NULL<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; rlm_realm: No such realm &quot;NULL&quot; \
<br>&gt;&nbsp;&nbsp; modcall[authorize]: module &quot;suffix&quot; returns noop for \
request 1<br>&gt;&nbsp;&nbsp; rlm_eap: EAP packet type response id 2 length \
12<br>&gt;&nbsp;&nbsp; rlm_eap: No EAP Start, assuming it's an on-going EAP \
conversation<br> &gt;&nbsp;&nbsp; modcall[authorize]: module &quot;eap&quot; returns \
updated for request 1<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; users: Matched jzakhar at \
53<br>&gt;&nbsp;&nbsp; modcall[authorize]: module &quot;files&quot; returns ok for \
request 1<br>&gt; modcall: group authorize returns updated for request 1 \
<br>&gt;&nbsp;&nbsp; rad_check_password:&nbsp;&nbsp;Found Auth-Type EAP<br>&gt; auth: \
type &quot;EAP&quot;<br>&gt;&nbsp;&nbsp; Processing the authenticate section of \
radiusd.conf<br>&gt; modcall: entering group authenticate for request \
1<br>&gt;&nbsp;&nbsp; rlm_eap: EAP Identity <br>&gt;&nbsp;&nbsp; rlm_eap: processing \
type tls<br>&gt;&nbsp;&nbsp; rlm_eap_tls: Initiate<br>&gt;&nbsp;&nbsp; rlm_eap_tls: \
Start returned 1<br>&gt;&nbsp;&nbsp; modcall[authenticate]: module &quot;eap&quot; \
returns handled for request 1<br>&gt; modcall: group authenticate returns handled for \
request 1 <br>&gt; Sending Access-Challenge of id 36 to <a \
href="http://172.28.42.253:21646">172.28.42.253:21646</a><br>&gt; &lt;<a \
href="http://172.28.42.253:21646/">http://172.28.42.253:21646/</a>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
EAP-Message = 0x010300061920 <br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
Message-Authenticator = \
0x00000000000000000000000000000000<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
State = 0x479ac19253ee20dc4d21810846227fc5<br>&gt; Finished request 1<br>&gt; Going \
to the next request<br>&gt; --- Walking the entire request list --- <br>&gt; Waking \
up in 6 seconds...<br>&gt;<br>&gt;<br>&gt;<br>&gt; \
------------------------------------------------------------------------<br>&gt;<br>&gt; \
-<br>&gt; List info/subscribe/unsubscribe? See <a \
href="http://www.freeradius.org/list/users.html"> \
http://www.freeradius.org/list/users.html</a><br>-<br>List \
info/subscribe/unsubscribe? See <a \
href="http://www.freeradius.org/list/users.html">http://www.freeradius.org/list/users.html</a><br></blockquote></div><br>




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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic