FreeRADIUS 3.2.8 with EAP-FAST: MS-CHAP2-Response is incorrect

Dennis Bland dennis at dbperformance.com
Fri Jan 16 02:35:46 UTC 2026


On Fri, Jan 9, 2026 at 12:02 PM Dennis Bland <dennis at dbperformance.com>
wrote:
>
> On Fri, Jan 9, 2026 at 2:24 PM Alan DeKok <alan.dekok at inkbridge.io> wrote:
> >
> > On Jan 9, 2026, at 12:32 AM, Dennis Bland <dennis at dbperformance.com>
wrote:
> > > Thanks Alan, I will try changing SECLEVEL=0 to SECLEVEL=1 and let you
> > > know my results.
> >
> >   I've pushed some changes which should help.  They address differences
in the APIs between OpenSSL 1.x and OpenSSL 3.
> >
> >   You'll have to build it from source, but I think now it should work.
> >
> >   Alan DeKok.
> >
>
> Thanks again Alan.  I will test it out and report back.
>
> Best regards,
>
> Dennis

Hi Alan, I was finally able to confirm your EAP-FAST fix for OpenSSL 3.0.x
works with TLS 1.2.  Thanks!  This fix addresses issue 5706:

https://github.com/FreeRADIUS/freeradius-server/issues/5706

Log file is attached, which includes the PAC file creation phase and
expected EAP failure to force a new authentication with the PAC file.  I
also confirmed EAP-PEAP/MSCHAPv2 continues to work.

Best regards,

Dennis Bland
-------------- next part --------------
$ sudo radiusd -X
FreeRADIUS Version 3.2.9
Copyright (C) 1999-2025 The FreeRADIUS server project and contributors
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE
You may redistribute copies of FreeRADIUS under the terms of the
GNU General Public License
For more information about these matters, see the file named COPYRIGHT

FreeRADIUS is developed, maintained, and supported by InkBridge Networks.
For commercial support, please email sales at inkbridgenetworks.com
https://inkbridgenetworks.com/
Starting - reading configuration files ...
including dictionary file /usr/local/share/freeradius/dictionary
including dictionary file /usr/local/share/freeradius/dictionary.dhcp
including dictionary file /usr/local/share/freeradius/dictionary.vqp
including dictionary file /usr/local/etc/raddb/dictionary
including configuration file /usr/local/etc/raddb/radiusd.conf
including configuration file /usr/local/etc/raddb/proxy.conf
including configuration file /usr/local/etc/raddb/clients.conf
including files in directory /usr/local/etc/raddb/mods-enabled/
including configuration file /usr/local/etc/raddb/mods-enabled/detail.log
including configuration file /usr/local/etc/raddb/mods-enabled/exec
including configuration file /usr/local/etc/raddb/mods-enabled/realm
including configuration file /usr/local/etc/raddb/mods-enabled/mschap
including configuration file /usr/local/etc/raddb/mods-enabled/sradutmp
including configuration file /usr/local/etc/raddb/mods-enabled/linelog
including configuration file /usr/local/etc/raddb/mods-enabled/digest
including configuration file /usr/local/etc/raddb/mods-enabled/unix
including configuration file /usr/local/etc/raddb/mods-enabled/ntlm_auth
including configuration file /usr/local/etc/raddb/mods-enabled/radutmp
including configuration file /usr/local/etc/raddb/mods-enabled/utf8
including configuration file /usr/local/etc/raddb/mods-enabled/replicate
including configuration file /usr/local/etc/raddb/mods-enabled/chap
including configuration file /usr/local/etc/raddb/mods-enabled/totp
including configuration file /usr/local/etc/raddb/mods-enabled/date
including configuration file /usr/local/etc/raddb/mods-enabled/eap
including configuration file /usr/local/etc/raddb/mods-enabled/dynamic_clients
including configuration file /usr/local/etc/raddb/mods-enabled/unpack
including configuration file /usr/local/etc/raddb/mods-enabled/files
including configuration file /usr/local/etc/raddb/mods-enabled/preprocess
including configuration file /usr/local/etc/raddb/mods-enabled/pap
including configuration file /usr/local/etc/raddb/mods-enabled/soh
including configuration file /usr/local/etc/raddb/mods-enabled/proxy_rate_limit
including configuration file /usr/local/etc/raddb/mods-enabled/echo
including configuration file /usr/local/etc/raddb/mods-enabled/expiration
including configuration file /usr/local/etc/raddb/mods-enabled/logintime
including configuration file /usr/local/etc/raddb/mods-enabled/always
including configuration file /usr/local/etc/raddb/mods-enabled/passwd
including configuration file /usr/local/etc/raddb/mods-enabled/detail
including configuration file /usr/local/etc/raddb/mods-enabled/expr
including configuration file /usr/local/etc/raddb/mods-enabled/attr_filter
including files in directory /usr/local/etc/raddb/policy.d/
including configuration file /usr/local/etc/raddb/policy.d/operator-name
including configuration file /usr/local/etc/raddb/policy.d/debug
including configuration file /usr/local/etc/raddb/policy.d/moonshot-targeted-ids
including configuration file /usr/local/etc/raddb/policy.d/eap
including configuration file /usr/local/etc/raddb/policy.d/abfab-tr
including configuration file /usr/local/etc/raddb/policy.d/filter
including configuration file /usr/local/etc/raddb/policy.d/canonicalization
including configuration file /usr/local/etc/raddb/policy.d/control
including configuration file /usr/local/etc/raddb/policy.d/rfc7542
including configuration file /usr/local/etc/raddb/policy.d/accounting
including configuration file /usr/local/etc/raddb/policy.d/cui
including configuration file /usr/local/etc/raddb/policy.d/dhcp
including files in directory /usr/local/etc/raddb/sites-enabled/
including configuration file /usr/local/etc/raddb/sites-enabled/default
including configuration file /usr/local/etc/raddb/sites-enabled/inner-tunnel
main {
 security {
 	allow_core_dumps = no
 }
	name = "radiusd"
	prefix = "/usr/local"
	localstatedir = "/usr/local/var"
	logdir = "/usr/local/var/log/radius"
	run_dir = "/usr/local/var/run/radiusd"
}
main {
	name = "radiusd"
	prefix = "/usr/local"
	localstatedir = "/usr/local/var"
	sbindir = "/usr/local/sbin"
	logdir = "/usr/local/var/log/radius"
	run_dir = "/usr/local/var/run/radiusd"
	libdir = "/usr/local/lib"
	radacctdir = "/usr/local/var/log/radius/radacct"
	hostname_lookups = no
	max_request_time = 30
	proxy_dedup_window = 1
	cleanup_delay = 5
	max_requests = 16384
	max_fds = 512
	postauth_client_lost = no
	pidfile = "/usr/local/var/run/radiusd/radiusd.pid"
	checkrad = "/usr/local/sbin/checkrad"
	debug_level = 0
	proxy_requests = yes
 log {
 	stripped_names = no
 	auth = no
 	auth_badpass = no
 	auth_goodpass = no
 	colourise = yes
 	msg_denied = "You are already logged in - access denied"
 }
 resources {
 }
 security {
 	max_attributes = 200
 	reject_delay = 1.000000
 	delay_proxy_rejects = no
 	status_server = yes
 	require_message_authenticator = "auto"
 	limit_proxy_state = "auto"
 	allow_vulnerable_openssl = "no"
 }
 unlang {
 	group_stop_return = no
 	policy_stop_return = no
 }
}
radiusd: #### Loading Realms and Home Servers ####
 proxy server {
 	retry_delay = 5
 	retry_count = 3
 	default_fallback = no
 	dead_time = 120
 	wake_all_if_all_dead = no
 }
 home_server localhost {
 	nonblock = no
 	ipaddr = 127.0.0.1
 	port = 1812
 	type = "auth"
 	secret = <<< secret >>>
 	response_window = 20.000000
 	response_timeouts = 1
 	max_outstanding = 65536
 	zombie_period = 40
 	status_check = "status-server"
 	ping_interval = 30
 	check_interval = 30
 	check_timeout = 4
 	num_answers_to_alive = 3
 	revive_interval = 120
  limit {
  	max_connections = 16
  	max_requests = 0
  	lifetime = 0
  	idle_timeout = 0
  }
  coa {
  	irt = 2
  	mrt = 16
  	mrc = 5
  	mrd = 30
  }
 }
 home_server_pool my_auth_failover {
	type = fail-over
	home_server = localhost
 }
 realm example.com {
	auth_pool = my_auth_failover
 }
 realm LOCAL {
 }
radiusd: #### Loading Clients ####
 client pal {
 	ipaddr = 192.168.0.0/24
 	protocol_error = no
 	secret = <<< secret >>>
  limit {
  	max_connections = 16
  	lifetime = 0
  	idle_timeout = 30
  }
 }
 client localhost {
 	ipaddr = 127.0.0.1
 	protocol_error = no
 	secret = <<< secret >>>
 	nas_type = "other"
 	proto = "*"
  limit {
  	max_connections = 16
  	lifetime = 0
  	idle_timeout = 900
  }
 }
Shared secret for client localhost is short, and likely can be broken by an attacker.
 client localhost_ipv6 {
 	ipv6addr = ::1
 	protocol_error = no
 	secret = <<< secret >>>
  limit {
  	max_connections = 16
  	lifetime = 0
  	idle_timeout = 30
  }
 }
Shared secret for client localhost_ipv6 is short, and likely can be broken by an attacker.
Debugger not attached
Configuration version: 7e65-7035-fa2c-8424
 # Creating Auth-Type = mschap
 # Creating Auth-Type = digest
 # Creating Auth-Type = eap
 # Creating Auth-Type = PAP
 # Creating Auth-Type = CHAP
 # Creating Auth-Type = MS-CHAP
 # Creating Autz-Type = New-TLS-Connection
radiusd: #### Instantiating modules ####
 modules {
  # Loaded module rlm_detail
  # Loading module "auth_log" from file /usr/local/etc/raddb/mods-enabled/detail.log
  detail auth_log {
  	filename = "/usr/local/var/log/radius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/auth-detail-%Y%m%d"
  	header = "%t"
  	permissions = 384
  	locking = no
  	dates_as_integer = no
  	escape_filenames = no
  	log_packet_header = no
  }
  # Loading module "reply_log" from file /usr/local/etc/raddb/mods-enabled/detail.log
  detail reply_log {
  	filename = "/usr/local/var/log/radius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/reply-detail-%Y%m%d"
  	header = "%t"
  	permissions = 384
  	locking = no
  	dates_as_integer = no
  	escape_filenames = no
  	log_packet_header = no
  }
  # Loading module "pre_proxy_log" from file /usr/local/etc/raddb/mods-enabled/detail.log
  detail pre_proxy_log {
  	filename = "/usr/local/var/log/radius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/pre-proxy-detail-%Y%m%d"
  	header = "%t"
  	permissions = 384
  	locking = no
  	dates_as_integer = no
  	escape_filenames = no
  	log_packet_header = no
  }
  # Loading module "post_proxy_log" from file /usr/local/etc/raddb/mods-enabled/detail.log
  detail post_proxy_log {
  	filename = "/usr/local/var/log/radius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/post-proxy-detail-%Y%m%d"
  	header = "%t"
  	permissions = 384
  	locking = no
  	dates_as_integer = no
  	escape_filenames = no
  	log_packet_header = no
  }
  # Loaded module rlm_exec
  # Loading module "exec" from file /usr/local/etc/raddb/mods-enabled/exec
  exec {
  	wait = no
  	input_pairs = "request"
  	shell_escape = yes
  	timeout = 10
  }
  # Loaded module rlm_realm
  # Loading module "IPASS" from file /usr/local/etc/raddb/mods-enabled/realm
  realm IPASS {
  	format = "prefix"
  	delimiter = "/"
  	ignore_default = no
  	ignore_null = no
  	return_notfound = no
  }
  # Loading module "suffix" from file /usr/local/etc/raddb/mods-enabled/realm
  realm suffix {
  	format = "suffix"
  	delimiter = "@"
  	ignore_default = no
  	ignore_null = no
  	return_notfound = no
  }
  # Loading module "bangpath" from file /usr/local/etc/raddb/mods-enabled/realm
  realm bangpath {
  	format = "prefix"
  	delimiter = "!"
  	ignore_default = no
  	ignore_null = no
  	return_notfound = no
  }
  # Loading module "realmpercent" from file /usr/local/etc/raddb/mods-enabled/realm
  realm realmpercent {
  	format = "suffix"
  	delimiter = "%"
  	ignore_default = no
  	ignore_null = no
  	return_notfound = no
  }
  # Loading module "ntdomain" from file /usr/local/etc/raddb/mods-enabled/realm
  realm ntdomain {
  	format = "prefix"
  	delimiter = "\"
  	ignore_default = no
  	ignore_null = no
  	return_notfound = no
  }
  # Loaded module rlm_mschap
  # Loading module "mschap" from file /usr/local/etc/raddb/mods-enabled/mschap
  mschap {
  	use_mppe = yes
  	require_encryption = no
  	require_strong = no
  	with_ntdomain_hack = yes
   passchange {
   }
  	allow_retry = yes
  	winbind_retry_with_normalised_username = no
  }
  # Loaded module rlm_radutmp
  # Loading module "sradutmp" from file /usr/local/etc/raddb/mods-enabled/sradutmp
  radutmp sradutmp {
  	filename = "/usr/local/var/log/radius/sradutmp"
  	username = "%{User-Name}"
  	case_sensitive = yes
  	check_with_nas = yes
  	permissions = 420
  	caller_id = no
  }
  # Loaded module rlm_linelog
  # Loading module "linelog" from file /usr/local/etc/raddb/mods-enabled/linelog
  linelog {
  	filename = "/usr/local/var/log/radius/linelog"
  	escape_filenames = no
  	syslog_severity = "info"
  	permissions = 384
  	format = "This is a log message for %{User-Name}"
  	reference = "messages.%{%{reply:Packet-Type}:-default}"
  }
  # Loading module "log_accounting" from file /usr/local/etc/raddb/mods-enabled/linelog
  linelog log_accounting {
  	filename = "/usr/local/var/log/radius/linelog-accounting"
  	escape_filenames = no
  	syslog_severity = "info"
  	permissions = 384
  	format = ""
  	reference = "Accounting-Request.%{%{Acct-Status-Type}:-unknown}"
  }
  # Loaded module rlm_digest
  # Loading module "digest" from file /usr/local/etc/raddb/mods-enabled/digest
  # Loaded module rlm_unix
  # Loading module "unix" from file /usr/local/etc/raddb/mods-enabled/unix
  unix {
  	radwtmp = "/usr/local/var/log/radius/radwtmp"
  }
Creating attribute Unix-Group
  # Loading module "ntlm_auth" from file /usr/local/etc/raddb/mods-enabled/ntlm_auth
  exec ntlm_auth {
  	wait = yes
  	program = "/path/to/ntlm_auth --request-nt-key --domain=MYDOMAIN --username=%{mschap:User-Name} --password=%{User-Password}"
  	shell_escape = yes
  }
  # Loading module "radutmp" from file /usr/local/etc/raddb/mods-enabled/radutmp
  radutmp {
  	filename = "/usr/local/var/log/radius/radutmp"
  	username = "%{User-Name}"
  	case_sensitive = yes
  	check_with_nas = yes
  	permissions = 384
  	caller_id = yes
  }
  # Loaded module rlm_utf8
  # Loading module "utf8" from file /usr/local/etc/raddb/mods-enabled/utf8
  # Loaded module rlm_replicate
  # Loading module "replicate" from file /usr/local/etc/raddb/mods-enabled/replicate
  # Loaded module rlm_chap
  # Loading module "chap" from file /usr/local/etc/raddb/mods-enabled/chap
  # Loaded module rlm_totp
  # Loading module "totp" from file /usr/local/etc/raddb/mods-enabled/totp
  totp {
  	time_step = 30
  	otp_length = 6
  	lookback_steps = 1
  	lookback_interval = 30
  	lookforward_steps = 0
  }
  # Loaded module rlm_date
  # Loading module "date" from file /usr/local/etc/raddb/mods-enabled/date
  date {
  	format = "%b %e %Y %H:%M:%S %Z"
  	utc = no
  }
  # Loading module "wispr2date" from file /usr/local/etc/raddb/mods-enabled/date
  date wispr2date {
  	format = "%Y-%m-%dT%H:%M:%S"
  	utc = no
  }
  # Loaded module rlm_eap
  # Loading module "eap" from file /usr/local/etc/raddb/mods-enabled/eap
  eap {
  	default_eap_type = "peap"
  	timer_expire = 60
  	max_eap_type = 52
  	ignore_unknown_eap_types = no
  	cisco_accounting_username_bug = no
  	max_sessions = 16384
  	dedup_key = ""
  }
  # Loaded module rlm_dynamic_clients
  # Loading module "dynamic_clients" from file /usr/local/etc/raddb/mods-enabled/dynamic_clients
  # Loaded module rlm_unpack
  # Loading module "unpack" from file /usr/local/etc/raddb/mods-enabled/unpack
  # Loaded module rlm_files
  # Loading module "files" from file /usr/local/etc/raddb/mods-enabled/files
  files {
  	filename = "/usr/local/etc/raddb/mods-config/files/authorize"
  	acctusersfile = "/usr/local/etc/raddb/mods-config/files/accounting"
  	preproxy_usersfile = "/usr/local/etc/raddb/mods-config/files/pre-proxy"
  }
  # Loaded module rlm_preprocess
  # Loading module "preprocess" from file /usr/local/etc/raddb/mods-enabled/preprocess
  preprocess {
  	huntgroups = "/usr/local/etc/raddb/mods-config/preprocess/huntgroups"
  	hints = "/usr/local/etc/raddb/mods-config/preprocess/hints"
  	with_ascend_hack = no
  	ascend_channels_per_line = 23
  	with_ntdomain_hack = no
  	with_specialix_jetstream_hack = no
  	with_cisco_vsa_hack = no
  	with_alvarion_vsa_hack = no
  }
  # Loaded module rlm_pap
  # Loading module "pap" from file /usr/local/etc/raddb/mods-enabled/pap
  pap {
  	normalise = yes
  }
  # Loaded module rlm_soh
  # Loading module "soh" from file /usr/local/etc/raddb/mods-enabled/soh
  soh {
  	dhcp = yes
  }
  # Loaded module rlm_proxy_rate_limit
  # Loading module "proxy_rate_limit" from file /usr/local/etc/raddb/mods-enabled/proxy_rate_limit
  proxy_rate_limit {
  	max_entries = 2048
  	idle_timeout = 10
  	num_subtables = 256
  	window = 1
  }
  # Loading module "echo" from file /usr/local/etc/raddb/mods-enabled/echo
  exec echo {
  	wait = yes
  	program = "/bin/echo %{User-Name}"
  	input_pairs = "request"
  	output_pairs = "reply"
  	shell_escape = yes
  }
  # Loaded module rlm_expiration
  # Loading module "expiration" from file /usr/local/etc/raddb/mods-enabled/expiration
  # Loaded module rlm_logintime
  # Loading module "logintime" from file /usr/local/etc/raddb/mods-enabled/logintime
  logintime {
  	minimum_timeout = 60
  }
  # Loaded module rlm_always
  # Loading module "reject" from file /usr/local/etc/raddb/mods-enabled/always
  always reject {
  	rcode = "reject"
  	simulcount = 0
  	mpp = no
  }
  # Loading module "fail" from file /usr/local/etc/raddb/mods-enabled/always
  always fail {
  	rcode = "fail"
  	simulcount = 0
  	mpp = no
  }
  # Loading module "ok" from file /usr/local/etc/raddb/mods-enabled/always
  always ok {
  	rcode = "ok"
  	simulcount = 0
  	mpp = no
  }
  # Loading module "handled" from file /usr/local/etc/raddb/mods-enabled/always
  always handled {
  	rcode = "handled"
  	simulcount = 0
  	mpp = no
  }
  # Loading module "invalid" from file /usr/local/etc/raddb/mods-enabled/always
  always invalid {
  	rcode = "invalid"
  	simulcount = 0
  	mpp = no
  }
  # Loading module "userlock" from file /usr/local/etc/raddb/mods-enabled/always
  always userlock {
  	rcode = "userlock"
  	simulcount = 0
  	mpp = no
  }
  # Loading module "notfound" from file /usr/local/etc/raddb/mods-enabled/always
  always notfound {
  	rcode = "notfound"
  	simulcount = 0
  	mpp = no
  }
  # Loading module "noop" from file /usr/local/etc/raddb/mods-enabled/always
  always noop {
  	rcode = "noop"
  	simulcount = 0
  	mpp = no
  }
  # Loading module "updated" from file /usr/local/etc/raddb/mods-enabled/always
  always updated {
  	rcode = "updated"
  	simulcount = 0
  	mpp = no
  }
  # Loaded module rlm_passwd
  # Loading module "etc_passwd" from file /usr/local/etc/raddb/mods-enabled/passwd
  passwd etc_passwd {
  	filename = "/etc/passwd"
  	format = "*User-Name:Crypt-Password:"
  	delimiter = ":"
  	ignore_nislike = no
  	ignore_empty = yes
  	allow_multiple_keys = no
  	hash_size = 100
  }
  # Loading module "detail" from file /usr/local/etc/raddb/mods-enabled/detail
  detail {
  	filename = "/usr/local/var/log/radius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/detail-%Y%m%d"
  	header = "%t"
  	permissions = 384
  	locking = no
  	dates_as_integer = no
  	escape_filenames = no
  	log_packet_header = no
  }
  # Loaded module rlm_expr
  # Loading module "expr" from file /usr/local/etc/raddb/mods-enabled/expr
  expr {
  	safe_characters = "@abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_: /äéöüàâæçèéêëîïôœùûüaÿÄÉÖÜßÀÂÆÇÈÉÊËÎÏÔŒÙÛÜŸ"
  }
  # Loaded module rlm_attr_filter
  # Loading module "attr_filter.post-proxy" from file /usr/local/etc/raddb/mods-enabled/attr_filter
  attr_filter attr_filter.post-proxy {
  	filename = "/usr/local/etc/raddb/mods-config/attr_filter/post-proxy"
  	key = "%{Realm}"
  	relaxed = no
  }
  # Loading module "attr_filter.pre-proxy" from file /usr/local/etc/raddb/mods-enabled/attr_filter
  attr_filter attr_filter.pre-proxy {
  	filename = "/usr/local/etc/raddb/mods-config/attr_filter/pre-proxy"
  	key = "%{Realm}"
  	relaxed = no
  }
  # Loading module "attr_filter.access_reject" from file /usr/local/etc/raddb/mods-enabled/attr_filter
  attr_filter attr_filter.access_reject {
  	filename = "/usr/local/etc/raddb/mods-config/attr_filter/access_reject"
  	key = "%{User-Name}"
  	relaxed = no
  }
  # Loading module "attr_filter.access_challenge" from file /usr/local/etc/raddb/mods-enabled/attr_filter
  attr_filter attr_filter.access_challenge {
  	filename = "/usr/local/etc/raddb/mods-config/attr_filter/access_challenge"
  	key = "%{User-Name}"
  	relaxed = no
  }
  # Loading module "attr_filter.accounting_response" from file /usr/local/etc/raddb/mods-enabled/attr_filter
  attr_filter attr_filter.accounting_response {
  	filename = "/usr/local/etc/raddb/mods-config/attr_filter/accounting_response"
  	key = "%{User-Name}"
  	relaxed = no
  }
  # Loading module "attr_filter.coa" from file /usr/local/etc/raddb/mods-enabled/attr_filter
  attr_filter attr_filter.coa {
  	filename = "/usr/local/etc/raddb/mods-config/attr_filter/coa"
  	key = "%{User-Name}"
  	relaxed = no
  }
  instantiate {
  }
  # Instantiating module "auth_log" from file /usr/local/etc/raddb/mods-enabled/detail.log
rlm_detail (auth_log): 'User-Password' suppressed, will not appear in detail output
  # Instantiating module "reply_log" from file /usr/local/etc/raddb/mods-enabled/detail.log
  # Instantiating module "pre_proxy_log" from file /usr/local/etc/raddb/mods-enabled/detail.log
  # Instantiating module "post_proxy_log" from file /usr/local/etc/raddb/mods-enabled/detail.log
  # Instantiating module "IPASS" from file /usr/local/etc/raddb/mods-enabled/realm
  # Instantiating module "suffix" from file /usr/local/etc/raddb/mods-enabled/realm
  # Instantiating module "bangpath" from file /usr/local/etc/raddb/mods-enabled/realm
  # Instantiating module "realmpercent" from file /usr/local/etc/raddb/mods-enabled/realm
  # Instantiating module "ntdomain" from file /usr/local/etc/raddb/mods-enabled/realm
  # Instantiating module "mschap" from file /usr/local/etc/raddb/mods-enabled/mschap
rlm_mschap (mschap): using internal authentication
  # Instantiating module "linelog" from file /usr/local/etc/raddb/mods-enabled/linelog
  # Instantiating module "log_accounting" from file /usr/local/etc/raddb/mods-enabled/linelog
  # Instantiating module "totp" from file /usr/local/etc/raddb/mods-enabled/totp
  # Instantiating module "eap" from file /usr/local/etc/raddb/mods-enabled/eap
   # Linked to sub-module rlm_eap_gtc
   gtc {
   	challenge = "Password: "
   	auth_type = "PAP"
   }
   # Linked to sub-module rlm_eap_tls
   tls {
   	tls = "tls-common"
   }
   tls-config tls-common {
   	verify_depth = 0
   	ca_path = "/usr/local/etc/raddb/certs"
   	pem_file_type = yes
   	private_key_file = "/etc/freeradius/3.0/certs/server.key"
   	certificate_file = "/etc/freeradius/3.0/certs/server.pem"
   	ca_file = "/etc/freeradius/3.0/certs/ca.pem"
   	private_key_password = <<< secret >>>
   	fragment_size = 1024
   	include_length = yes
   	auto_chain = yes
   	check_crl = no
   	check_all_crl = no
   	ca_path_reload_interval = 0
   	cipher_list = "DEFAULT"
   	cipher_server_preference = no
   	reject_unknown_intermediate_ca = no
   	ecdh_curve = ""
   	tls_max_version = "1.2"
   	tls_min_version = "1.2"
    cache {
    	enable = no
    	lifetime = 24
    	max_entries = 255
    }
    verify {
    	skip_if_ocsp_ok = no
    	tmpdir = "/tmp/radiusd"
    	client = "/usr/bin/openssl verify -CAfile /etc/freeradius/3.0/certs/ca.pem %{TLS-Client-Cert-Filename}"
    }
    ocsp {
    	enable = no
    	override_cert_url = yes
    	url = "http://127.0.0.1/ocsp/"
    	use_nonce = yes
    	timeout = 0
    	softfail = no
    }
   }
   # Linked to sub-module rlm_eap_ttls
   ttls {
   	tls = "tls-common"
   	default_eap_type = "md5"
   	copy_request_to_tunnel = no
   	use_tunneled_reply = no
   	virtual_server = "inner-tunnel"
   	include_length = yes
   	require_client_cert = no
   }
tls: Using cached TLS configuration from previous invocation
   # Linked to sub-module rlm_eap_peap
   peap {
   	tls = "tls-common"
   	default_eap_type = "mschapv2"
   	copy_request_to_tunnel = no
   	use_tunneled_reply = no
   	proxy_tunneled_request_as_eap = yes
   	virtual_server = "inner-tunnel"
   	soh = no
   	require_client_cert = no
   }
tls: Using cached TLS configuration from previous invocation
   # Linked to sub-module rlm_eap_mschapv2
   mschapv2 {
   	with_ntdomain_hack = no
   	send_error = no
   }
   # Linked to sub-module rlm_eap_fast
   fast {
   	tls = "tls-common"
   	default_eap_type = "mschapv2"
   	virtual_server = "inner-tunnel"
   	cipher_list = "ALL:!EXPORT:!eNULL:!SSLv2:@SECLEVEL=0"
   	require_client_cert = no
   	pac_lifetime = 315576000
   	authority_identity = "1234"
   	pac_opaque_key = "0123456789abcdef0123456789ABCDEF"
   	copy_request_to_tunnel = no
   	use_tunneled_reply = no
   }
tls: Using cached TLS configuration from previous invocation
  # Instantiating module "files" from file /usr/local/etc/raddb/mods-enabled/files
reading pairlist file /usr/local/etc/raddb/mods-config/files/authorize
reading pairlist file /usr/local/etc/raddb/mods-config/files/accounting
reading pairlist file /usr/local/etc/raddb/mods-config/files/pre-proxy
  # Instantiating module "preprocess" from file /usr/local/etc/raddb/mods-enabled/preprocess
reading pairlist file /usr/local/etc/raddb/mods-config/preprocess/huntgroups
reading pairlist file /usr/local/etc/raddb/mods-config/preprocess/hints
  # Instantiating module "pap" from file /usr/local/etc/raddb/mods-enabled/pap
  # Instantiating module "proxy_rate_limit" from file /usr/local/etc/raddb/mods-enabled/proxy_rate_limit
  # Instantiating module "expiration" from file /usr/local/etc/raddb/mods-enabled/expiration
  # Instantiating module "logintime" from file /usr/local/etc/raddb/mods-enabled/logintime
  # Instantiating module "reject" from file /usr/local/etc/raddb/mods-enabled/always
  # Instantiating module "fail" from file /usr/local/etc/raddb/mods-enabled/always
  # Instantiating module "ok" from file /usr/local/etc/raddb/mods-enabled/always
  # Instantiating module "handled" from file /usr/local/etc/raddb/mods-enabled/always
  # Instantiating module "invalid" from file /usr/local/etc/raddb/mods-enabled/always
  # Instantiating module "userlock" from file /usr/local/etc/raddb/mods-enabled/always
  # Instantiating module "notfound" from file /usr/local/etc/raddb/mods-enabled/always
  # Instantiating module "noop" from file /usr/local/etc/raddb/mods-enabled/always
  # Instantiating module "updated" from file /usr/local/etc/raddb/mods-enabled/always
  # Instantiating module "etc_passwd" from file /usr/local/etc/raddb/mods-enabled/passwd
rlm_passwd: nfields: 3 keyfield 0(User-Name) listable: no
  # Instantiating module "detail" from file /usr/local/etc/raddb/mods-enabled/detail
  # Instantiating module "attr_filter.post-proxy" from file /usr/local/etc/raddb/mods-enabled/attr_filter
reading pairlist file /usr/local/etc/raddb/mods-config/attr_filter/post-proxy
  # Instantiating module "attr_filter.pre-proxy" from file /usr/local/etc/raddb/mods-enabled/attr_filter
reading pairlist file /usr/local/etc/raddb/mods-config/attr_filter/pre-proxy
  # Instantiating module "attr_filter.access_reject" from file /usr/local/etc/raddb/mods-enabled/attr_filter
reading pairlist file /usr/local/etc/raddb/mods-config/attr_filter/access_reject
  # Instantiating module "attr_filter.access_challenge" from file /usr/local/etc/raddb/mods-enabled/attr_filter
reading pairlist file /usr/local/etc/raddb/mods-config/attr_filter/access_challenge
  # Instantiating module "attr_filter.accounting_response" from file /usr/local/etc/raddb/mods-enabled/attr_filter
reading pairlist file /usr/local/etc/raddb/mods-config/attr_filter/accounting_response
  # Instantiating module "attr_filter.coa" from file /usr/local/etc/raddb/mods-enabled/attr_filter
reading pairlist file /usr/local/etc/raddb/mods-config/attr_filter/coa
 } # modules
radiusd: #### Loading Virtual Servers ####
server { # from file /usr/local/etc/raddb/radiusd.conf
} # server
server default { # from file /usr/local/etc/raddb/sites-enabled/default
 # Loading authenticate {...}
Compiling Auth-Type PAP for attr Auth-Type
Compiling Auth-Type CHAP for attr Auth-Type
Compiling Auth-Type MS-CHAP for attr Auth-Type
 # Loading authorize {...}
Ignoring "sql" (see raddb/mods-available/README.rst)
Ignoring "ldap" (see raddb/mods-available/README.rst)
Compiling Autz-Type New-TLS-Connection for attr Autz-Type
 # Loading preacct {...}
 # Loading accounting {...}
 # Loading post-auth {...}
Compiling Post-Auth-Type REJECT for attr Post-Auth-Type
Compiling Post-Auth-Type Challenge for attr Post-Auth-Type
Compiling Post-Auth-Type Client-Lost for attr Post-Auth-Type
} # server default
server inner-tunnel { # from file /usr/local/etc/raddb/sites-enabled/inner-tunnel
 # Loading authenticate {...}
Compiling Auth-Type PAP for attr Auth-Type
Compiling Auth-Type CHAP for attr Auth-Type
Compiling Auth-Type MS-CHAP for attr Auth-Type
 # Loading authorize {...}
 # Loading post-proxy {...}
 # Loading post-auth {...}
 # Skipping contents of 'if' as it is always 'false' -- /usr/local/etc/raddb/sites-enabled/inner-tunnel:366
Compiling Post-Auth-Type REJECT for attr Post-Auth-Type
} # server inner-tunnel
radiusd: #### Opening IP addresses and Ports ####
listen {
  	type = "auth"
  	ipaddr = *
  	port = 0
   limit {
   	max_connections = 16
   	lifetime = 0
   	idle_timeout = 900
   }
}
listen {
  	type = "acct"
  	ipaddr = *
  	port = 0
   limit {
   	max_connections = 16
   	lifetime = 0
   	idle_timeout = 30
   }
}
listen {
  	type = "auth"
  	ipv6addr = ::
  	port = 0
   limit {
   	max_connections = 16
   	lifetime = 0
   	idle_timeout = 30
   }
}
listen {
  	type = "acct"
  	ipv6addr = ::
  	port = 0
   limit {
   	max_connections = 16
   	lifetime = 0
   	idle_timeout = 30
   }
}
listen {
  	type = "auth"
  	ipaddr = 127.0.0.1
  	port = 18120
}
Listening on auth address * port 1812 bound to server default
Listening on acct address * port 1813 bound to server default
Listening on auth address :: port 1812 bound to server default
Listening on acct address :: port 1813 bound to server default
Listening on auth address 127.0.0.1 port 18120 bound to server inner-tunnel
Listening on proxy address * port 59761
Listening on proxy address :: port 47079
Ready to process requests
(0) Received Access-Request Id 18 from 192.168.0.45:48088 to 192.168.0.34:1812 length 236
(0)   User-Name = "FAST-123456789012"
(0)   NAS-IP-Address = 192.168.0.45
(0)   Called-Station-Id = "FC-34-97-2D-7C-24:krave_asus6e_5"
(0)   NAS-Port-Type = Wireless-802.11
(0)   Service-Type = Framed-User
(0)   Calling-Station-Id = "A0-B3-39-64-69-23"
(0)   Connect-Info = "CONNECT 24Mbps 802.11a"
(0)   Acct-Session-Id = "B53C4330F6A9380F"
(0)   Acct-Multi-Session-Id = "E0952F45C264846B"
(0)   WLAN-Pairwise-Cipher = 1027076
(0)   WLAN-Group-Cipher = 1027076
(0)   WLAN-AKM-Suite = 1027073
(0)   Framed-MTU = 1400
(0)   EAP-Message = 0x02c1001601464153542d313233343536373839303132
(0)   Message-Authenticator = 0x6197d2adc4d7ebba4301cff0f0be0f4f
(0) # Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default
(0)   authorize {
(0)     policy filter_username {
(0)       if (&User-Name) {
(0)       if (&User-Name)  -> TRUE
(0)       if (&User-Name)  {
(0)         if (&User-Name =~ / /) {
(0)         if (&User-Name =~ / /)  -> FALSE
(0)         if (&User-Name =~ /@[^@]*@/ ) {
(0)         if (&User-Name =~ /@[^@]*@/ )  -> FALSE
(0)         if (&User-Name =~ /\.\./ ) {
(0)         if (&User-Name =~ /\.\./ )  -> FALSE
(0)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))  {
(0)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))   -> FALSE
(0)         if (&User-Name =~ /\.$/)  {
(0)         if (&User-Name =~ /\.$/)   -> FALSE
(0)         if (&User-Name =~ /@\./)  {
(0)         if (&User-Name =~ /@\./)   -> FALSE
(0)       } # if (&User-Name)  = notfound
(0)     } # policy filter_username = notfound
(0)     [preprocess] = ok
(0)     [chap] = noop
(0)     [mschap] = noop
(0)     [digest] = noop
(0) suffix: Checking for suffix after "@"
(0) suffix: No '@' in User-Name = "FAST-123456789012", looking up realm NULL
(0) suffix: No such realm "NULL"
(0)     [suffix] = noop
(0) eap: Peer sent EAP Response (code 2) ID 193 length 22
(0) eap: EAP-Identity reply, returning 'ok' so we can short-circuit the rest of authorize
(0)     [eap] = ok
(0)   } # authorize = ok
(0) Found Auth-Type = eap
(0) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(0)   authenticate {
(0) eap: Peer sent packet with method EAP Identity (1)
(0) eap: Using default_eap_type = PEAP
(0) eap: Calling submodule eap_peap to process data
(0) eap_peap: (TLS) PEAP -Initiating new session
(0) eap: Sending EAP Request (code 1) ID 194 length 6
(0) eap: EAP session adding &reply:State = 0xd6e84f85d62a5670
(0)     [eap] = handled
(0)   } # authenticate = handled
(0) Using Post-Auth-Type Challenge
(0) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(0)   Challenge { ... } # empty sub-section is ignored
(0) session-state: Saving cached attributes for server default
(0)   Framed-MTU = 984
(0) Sent Access-Challenge Id 18 from 192.168.0.34:1812 to 192.168.0.45:48088 length 64
(0)   EAP-Message = 0x01c200061920
(0)   Message-Authenticator = 0x00000000000000000000000000000000
(0)   State = 0xd6e84f85d62a567046074da54c3e49a5
(0) Finished request
Waking up in 4.9 seconds.
(1) Received Access-Request Id 19 from 192.168.0.45:48088 to 192.168.0.34:1812 length 238
(1)   User-Name = "FAST-123456789012"
(1)   NAS-IP-Address = 192.168.0.45
(1)   Called-Station-Id = "FC-34-97-2D-7C-24:krave_asus6e_5"
(1)   NAS-Port-Type = Wireless-802.11
(1)   Service-Type = Framed-User
(1)   Calling-Station-Id = "A0-B3-39-64-69-23"
(1)   Connect-Info = "CONNECT 24Mbps 802.11a"
(1)   Acct-Session-Id = "B53C4330F6A9380F"
(1)   Acct-Multi-Session-Id = "E0952F45C264846B"
(1)   WLAN-Pairwise-Cipher = 1027076
(1)   WLAN-Group-Cipher = 1027076
(1)   WLAN-AKM-Suite = 1027073
(1)   Framed-MTU = 1400
(1)   EAP-Message = 0x02c20006032b
(1)   State = 0xd6e84f85d62a567046074da54c3e49a5
(1)   Message-Authenticator = 0x744de588d44baa41862b148b483f2b49
(1) session-state: Restoring attributes for server default
(1)   &session-state:Framed-MTU = 984
(1) # Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default
(1)   authorize {
(1)     policy filter_username {
(1)       if (&User-Name) {
(1)       if (&User-Name)  -> TRUE
(1)       if (&User-Name)  {
(1)         if (&User-Name =~ / /) {
(1)         if (&User-Name =~ / /)  -> FALSE
(1)         if (&User-Name =~ /@[^@]*@/ ) {
(1)         if (&User-Name =~ /@[^@]*@/ )  -> FALSE
(1)         if (&User-Name =~ /\.\./ ) {
(1)         if (&User-Name =~ /\.\./ )  -> FALSE
(1)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))  {
(1)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))   -> FALSE
(1)         if (&User-Name =~ /\.$/)  {
(1)         if (&User-Name =~ /\.$/)   -> FALSE
(1)         if (&User-Name =~ /@\./)  {
(1)         if (&User-Name =~ /@\./)   -> FALSE
(1)       } # if (&User-Name)  = notfound
(1)     } # policy filter_username = notfound
(1)     [preprocess] = ok
(1)     [chap] = noop
(1)     [mschap] = noop
(1)     [digest] = noop
(1) suffix: Checking for suffix after "@"
(1) suffix: No '@' in User-Name = "FAST-123456789012", looking up realm NULL
(1) suffix: No such realm "NULL"
(1)     [suffix] = noop
(1) eap: Peer sent EAP Response (code 2) ID 194 length 6
(1) eap: No EAP Start, assuming it's an on-going EAP conversation
(1)     [eap] = updated
(1)     [files] = noop
(1)     [expiration] = noop
(1)     [logintime] = noop
(1)   } # authorize = updated
(1) Found Auth-Type = eap
(1) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(1)   authenticate {
(1) eap: Removing EAP session with state 0xd6e84f85d62a5670
(1) eap: Previous EAP request found for state 0xd6e84f85d62a5670, released from the list
(1) eap: Peer sent packet with method EAP NAK (3)
(1) eap: Found mutually acceptable type FAST (43)
(1) eap: Found compatible type in NAK - EAP-Type = FAST
(1) eap: Calling submodule eap_fast to process data
(1) eap_fast: (TLS) FAST -Initiating new session
(1) eap_fast: Over-riding main cipher list with 'ALL:!EXPORT:!eNULL:!SSLv2:@SECLEVEL=0'
(1) eap_fast: Setting security level to 0 to allow anonymous cipher suites
(1) eap: Sending EAP Request (code 1) ID 195 length 26
(1) eap: EAP session adding &reply:State = 0xd6e84f85d72b6470
(1)     [eap] = handled
(1)   } # authenticate = handled
(1) Using Post-Auth-Type Challenge
(1) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(1)   Challenge { ... } # empty sub-section is ignored
(1) session-state: Saving cached attributes for server default
(1)   Framed-MTU = 984
(1) Sent Access-Challenge Id 19 from 192.168.0.34:1812 to 192.168.0.45:48088 length 84
(1)   EAP-Message = 0x01c3001a2b210004001081dc9bdb52d04dc20036dbd8313ed055
(1)   Message-Authenticator = 0x00000000000000000000000000000000
(1)   State = 0xd6e84f85d72b647046074da54c3e49a5
(1) Finished request
Waking up in 4.9 seconds.
(2) Received Access-Request Id 20 from 192.168.0.45:48088 to 192.168.0.34:1812 length 352
(2)   User-Name = "FAST-123456789012"
(2)   NAS-IP-Address = 192.168.0.45
(2)   Called-Station-Id = "FC-34-97-2D-7C-24:krave_asus6e_5"
(2)   NAS-Port-Type = Wireless-802.11
(2)   Service-Type = Framed-User
(2)   Calling-Station-Id = "A0-B3-39-64-69-23"
(2)   Connect-Info = "CONNECT 24Mbps 802.11a"
(2)   Acct-Session-Id = "B53C4330F6A9380F"
(2)   Acct-Multi-Session-Id = "E0952F45C264846B"
(2)   WLAN-Pairwise-Cipher = 1027076
(2)   WLAN-Group-Cipher = 1027076
(2)   WLAN-AKM-Suite = 1027073
(2)   Framed-MTU = 1400
(2)   EAP-Message = 0x02c300782b01160301006d010000690303df5325795be5913608bc06d773080cfabf8a04af8cb21bd649159828b1ebd63e000004003400ff0100003c0016000000170000000d0030002e040305030603080708080809080a080b080408050806040105010601030302030301020103020202040205020602
(2)   State = 0xd6e84f85d72b647046074da54c3e49a5
(2)   Message-Authenticator = 0x96dbeb6839b34acc5086d4dad3d5ba21
(2) session-state: Restoring attributes for server default
(2)   &session-state:Framed-MTU = 984
(2) # Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default
(2)   authorize {
(2)     policy filter_username {
(2)       if (&User-Name) {
(2)       if (&User-Name)  -> TRUE
(2)       if (&User-Name)  {
(2)         if (&User-Name =~ / /) {
(2)         if (&User-Name =~ / /)  -> FALSE
(2)         if (&User-Name =~ /@[^@]*@/ ) {
(2)         if (&User-Name =~ /@[^@]*@/ )  -> FALSE
(2)         if (&User-Name =~ /\.\./ ) {
(2)         if (&User-Name =~ /\.\./ )  -> FALSE
(2)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))  {
(2)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))   -> FALSE
(2)         if (&User-Name =~ /\.$/)  {
(2)         if (&User-Name =~ /\.$/)   -> FALSE
(2)         if (&User-Name =~ /@\./)  {
(2)         if (&User-Name =~ /@\./)   -> FALSE
(2)       } # if (&User-Name)  = notfound
(2)     } # policy filter_username = notfound
(2)     [preprocess] = ok
(2)     [chap] = noop
(2)     [mschap] = noop
(2)     [digest] = noop
(2) suffix: Checking for suffix after "@"
(2) suffix: No '@' in User-Name = "FAST-123456789012", looking up realm NULL
(2) suffix: No such realm "NULL"
(2)     [suffix] = noop
(2) eap: Peer sent EAP Response (code 2) ID 195 length 120
(2) eap: Continuing tunnel setup
(2)     [eap] = ok
(2)   } # authorize = ok
(2) Found Auth-Type = eap
(2) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(2)   authenticate {
(2) eap: Removing EAP session with state 0xd6e84f85d72b6470
(2) eap: Previous EAP request found for state 0xd6e84f85d72b6470, released from the list
(2) eap: Peer sent packet with method EAP FAST (43)
(2) eap: Calling submodule eap_fast to process data
(2) eap_fast: Authenticate
(2) eap_fast: (TLS) EAP Done initial handshake
(2) eap_fast: (TLS) FAST - Handshake state - before SSL initialization
(2) eap_fast: (TLS) FAST - Handshake state - Server before SSL initialization
(2) eap_fast: (TLS) FAST - Handshake state - Server before SSL initialization
(2) eap_fast: (TLS) FAST - recv TLS 1.3 Handshake, ClientHello
(2) eap_fast: (TLS) FAST - Handshake state - Server SSLv3/TLS read client hello
(2) eap_fast: (TLS) FAST - send TLS 1.2 Handshake, ServerHello
(2) eap_fast: (TLS) FAST - Handshake state - Server SSLv3/TLS write server hello
(2) eap_fast: (TLS) FAST - send TLS 1.2 Handshake, ServerKeyExchange
(2) eap_fast: (TLS) FAST - Handshake state - Server SSLv3/TLS write key exchange
(2) eap_fast: (TLS) FAST - send TLS 1.2 Handshake, ServerHelloDone
(2) eap_fast: (TLS) FAST - Handshake state - Server SSLv3/TLS write server done
(2) eap_fast: (TLS) FAST - Server : Need to read more data: SSLv3/TLS write server done
(2) eap_fast: (TLS) FAST - In Handshake Phase
(2) eap: Sending EAP Request (code 1) ID 196 length 349
(2) eap: EAP session adding &reply:State = 0xd6e84f85d42c6470
(2)     [eap] = handled
(2)   } # authenticate = handled
(2) Using Post-Auth-Type Challenge
(2) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(2)   Challenge { ... } # empty sub-section is ignored
(2) session-state: Saving cached attributes for server default
(2)   Framed-MTU = 984
(2)   TLS-Session-Information = "(TLS) FAST - recv TLS 1.3 Handshake, ClientHello"
(2)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHello"
(2)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerKeyExchange"
(2)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHelloDone"
(2) Sent Access-Challenge Id 20 from 192.168.0.34:1812 to 192.168.0.45:48088 length 409
(2)   EAP-Message = 0x01c4015d2b011603030039020000350303cb8edc421b2c924e70b09bbb637c12e58cd1a37c62784223c24f97aeb2d52ace00003400000dff010001000016000000170000160303010b0c0001070080ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece65381ffffffffffffffff000102008061674245c4443b0aa33e57a018a25de6c98f0057f3fac1433b7940f3ce703d08eec3e117395caba4684a831ddf50b30228f399aaddcfdfe3d2fc991074e22e25ea18910ae9ba977f68333c4717bbc8a01dc70bb3032fd3e90cdde044781ced98b9a112a5e990524770ad41bc9ac4624bf929a8acfb0b3ce3f91e20a601cf33c116030300040e000000
(2)   Message-Authenticator = 0x00000000000000000000000000000000
(2)   State = 0xd6e84f85d42c647046074da54c3e49a5
(2) Finished request
Waking up in 4.9 seconds.
(3) Received Access-Request Id 21 from 192.168.0.45:48088 to 192.168.0.34:1812 length 456
(3)   User-Name = "FAST-123456789012"
(3)   NAS-IP-Address = 192.168.0.45
(3)   Called-Station-Id = "FC-34-97-2D-7C-24:krave_asus6e_5"
(3)   NAS-Port-Type = Wireless-802.11
(3)   Service-Type = Framed-User
(3)   Calling-Station-Id = "A0-B3-39-64-69-23"
(3)   Connect-Info = "CONNECT 24Mbps 802.11a"
(3)   Acct-Session-Id = "B53C4330F6A9380F"
(3)   Acct-Multi-Session-Id = "E0952F45C264846B"
(3)   WLAN-Pairwise-Cipher = 1027076
(3)   WLAN-Group-Cipher = 1027076
(3)   WLAN-AKM-Suite = 1027073
(3)   Framed-MTU = 1400
(3)   EAP-Message = 0x02c400e02b0116030300861000008200803fc26646e516bd234b87a76d232f98024f68e049bfac4ca70696a96d3978db0113ea029b9cb9c5fbd509533ec7d49900cd037909012da45c74b8a376d7b3c7bf92a464483638560dced968c3285977d310a1d202e3260c4cab29162542a69b8552aeda55e75bf3e078ca2d75de3a9407a0fddaa204625f08f314f3e0cfcb866d1403030001011603030044bd07320929f113fa36b025975fccd3d1845f8f5f803945e27c03b85587fb38076d6cad88555b30409ed2a86165e2996737bb5d1a48ca4d62f2b1b93cdd909f0912a0c17b
(3)   State = 0xd6e84f85d42c647046074da54c3e49a5
(3)   Message-Authenticator = 0x5b4a5e8c18deac15ea5761030e667380
(3) session-state: Restoring attributes for server default
(3)   &session-state:Framed-MTU = 984
(3)   &session-state:TLS-Session-Information = "(TLS) FAST - recv TLS 1.3 Handshake, ClientHello"
(3)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHello"
(3)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerKeyExchange"
(3)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHelloDone"
(3) # Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default
(3)   authorize {
(3)     policy filter_username {
(3)       if (&User-Name) {
(3)       if (&User-Name)  -> TRUE
(3)       if (&User-Name)  {
(3)         if (&User-Name =~ / /) {
(3)         if (&User-Name =~ / /)  -> FALSE
(3)         if (&User-Name =~ /@[^@]*@/ ) {
(3)         if (&User-Name =~ /@[^@]*@/ )  -> FALSE
(3)         if (&User-Name =~ /\.\./ ) {
(3)         if (&User-Name =~ /\.\./ )  -> FALSE
(3)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))  {
(3)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))   -> FALSE
(3)         if (&User-Name =~ /\.$/)  {
(3)         if (&User-Name =~ /\.$/)   -> FALSE
(3)         if (&User-Name =~ /@\./)  {
(3)         if (&User-Name =~ /@\./)   -> FALSE
(3)       } # if (&User-Name)  = notfound
(3)     } # policy filter_username = notfound
(3)     [preprocess] = ok
(3)     [chap] = noop
(3)     [mschap] = noop
(3)     [digest] = noop
(3) suffix: Checking for suffix after "@"
(3) suffix: No '@' in User-Name = "FAST-123456789012", looking up realm NULL
(3) suffix: No such realm "NULL"
(3)     [suffix] = noop
(3) eap: Peer sent EAP Response (code 2) ID 196 length 224
(3) eap: Continuing tunnel setup
(3)     [eap] = ok
(3)   } # authorize = ok
(3) Found Auth-Type = eap
(3) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(3)   authenticate {
(3) eap: Removing EAP session with state 0xd6e84f85d42c6470
(3) eap: Previous EAP request found for state 0xd6e84f85d42c6470, released from the list
(3) eap: Peer sent packet with method EAP FAST (43)
(3) eap: Calling submodule eap_fast to process data
(3) eap_fast: Authenticate
(3) eap_fast: (TLS) EAP Done initial handshake
(3) eap_fast: (TLS) FAST - Handshake state - Server SSLv3/TLS write server done
(3) eap_fast: (TLS) FAST - recv TLS 1.2 Handshake, ClientKeyExchange
(3) eap_fast: (TLS) FAST - Handshake state - Server SSLv3/TLS read client key exchange
(3) eap_fast: (TLS) FAST - Handshake state - Server SSLv3/TLS read change cipher spec
(3) eap_fast: (TLS) FAST - recv TLS 1.2 Handshake, Finished
(3) eap_fast: (TLS) FAST - Handshake state - Server SSLv3/TLS read finished
(3) eap_fast: (TLS) FAST - send TLS 1.2 ChangeCipherSpec
(3) eap_fast: (TLS) FAST - Handshake state - Server SSLv3/TLS write change cipher spec
(3) eap_fast: (TLS) FAST - send TLS 1.2 Handshake, Finished
(3) eap_fast: (TLS) FAST - Handshake state - Server SSLv3/TLS write finished
(3) eap_fast: (TLS) FAST - Handshake state - SSL negotiation finished successfully
(3) eap_fast: (TLS) FAST - Connection Established
(3) eap_fast:   TLS-Session-Cipher-Suite = "ADH-AES128-SHA"
(3) eap_fast:   TLS-Session-Version = "TLS 1.2"
(3) eap: Sending EAP Request (code 1) ID 197 length 85
(3) eap: EAP session adding &reply:State = 0xd6e84f85d52d6470
(3)     [eap] = handled
(3)   } # authenticate = handled
(3) Using Post-Auth-Type Challenge
(3) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(3)   Challenge { ... } # empty sub-section is ignored
(3) session-state: Saving cached attributes for server default
(3)   Framed-MTU = 984
(3)   TLS-Session-Information = "(TLS) FAST - recv TLS 1.3 Handshake, ClientHello"
(3)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHello"
(3)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerKeyExchange"
(3)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHelloDone"
(3)   TLS-Session-Information = "(TLS) FAST - recv TLS 1.2 Handshake, ClientKeyExchange"
(3)   TLS-Session-Information = "(TLS) FAST - recv TLS 1.2 Handshake, Finished"
(3)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 ChangeCipherSpec"
(3)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, Finished"
(3)   TLS-Session-Cipher-Suite = "ADH-AES128-SHA"
(3)   TLS-Session-Version = "TLS 1.2"
(3) Sent Access-Challenge Id 21 from 192.168.0.34:1812 to 192.168.0.45:48088 length 143
(3)   EAP-Message = 0x01c500552b01140303000101160303004421ede5cb9ccdeef234530c33cfd8d3290debeb0212b6d7b83cd106662fba8f2e71e6aee45f778e2ab6be5b4d452361d28323887297f44300ac52240c88e04c22da17f839
(3)   Message-Authenticator = 0x00000000000000000000000000000000
(3)   State = 0xd6e84f85d52d647046074da54c3e49a5
(3) Finished request
Waking up in 4.9 seconds.
(4) Received Access-Request Id 22 from 192.168.0.45:48088 to 192.168.0.34:1812 length 238
(4)   User-Name = "FAST-123456789012"
(4)   NAS-IP-Address = 192.168.0.45
(4)   Called-Station-Id = "FC-34-97-2D-7C-24:krave_asus6e_5"
(4)   NAS-Port-Type = Wireless-802.11
(4)   Service-Type = Framed-User
(4)   Calling-Station-Id = "A0-B3-39-64-69-23"
(4)   Connect-Info = "CONNECT 24Mbps 802.11a"
(4)   Acct-Session-Id = "B53C4330F6A9380F"
(4)   Acct-Multi-Session-Id = "E0952F45C264846B"
(4)   WLAN-Pairwise-Cipher = 1027076
(4)   WLAN-Group-Cipher = 1027076
(4)   WLAN-AKM-Suite = 1027073
(4)   Framed-MTU = 1400
(4)   EAP-Message = 0x02c500062b01
(4)   State = 0xd6e84f85d52d647046074da54c3e49a5
(4)   Message-Authenticator = 0x6baf2ac3fcba037c9b8da72f2ba91ca5
(4) session-state: Restoring attributes for server default
(4)   &session-state:Framed-MTU = 984
(4)   &session-state:TLS-Session-Information = "(TLS) FAST - recv TLS 1.3 Handshake, ClientHello"
(4)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHello"
(4)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerKeyExchange"
(4)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHelloDone"
(4)   &session-state:TLS-Session-Information = "(TLS) FAST - recv TLS 1.2 Handshake, ClientKeyExchange"
(4)   &session-state:TLS-Session-Information = "(TLS) FAST - recv TLS 1.2 Handshake, Finished"
(4)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 ChangeCipherSpec"
(4)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, Finished"
(4)   &session-state:TLS-Session-Cipher-Suite = "ADH-AES128-SHA"
(4)   &session-state:TLS-Session-Version = "TLS 1.2"
(4) # Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default
(4)   authorize {
(4)     policy filter_username {
(4)       if (&User-Name) {
(4)       if (&User-Name)  -> TRUE
(4)       if (&User-Name)  {
(4)         if (&User-Name =~ / /) {
(4)         if (&User-Name =~ / /)  -> FALSE
(4)         if (&User-Name =~ /@[^@]*@/ ) {
(4)         if (&User-Name =~ /@[^@]*@/ )  -> FALSE
(4)         if (&User-Name =~ /\.\./ ) {
(4)         if (&User-Name =~ /\.\./ )  -> FALSE
(4)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))  {
(4)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))   -> FALSE
(4)         if (&User-Name =~ /\.$/)  {
(4)         if (&User-Name =~ /\.$/)   -> FALSE
(4)         if (&User-Name =~ /@\./)  {
(4)         if (&User-Name =~ /@\./)   -> FALSE
(4)       } # if (&User-Name)  = notfound
(4)     } # policy filter_username = notfound
(4)     [preprocess] = ok
(4)     [chap] = noop
(4)     [mschap] = noop
(4)     [digest] = noop
(4) suffix: Checking for suffix after "@"
(4) suffix: No '@' in User-Name = "FAST-123456789012", looking up realm NULL
(4) suffix: No such realm "NULL"
(4)     [suffix] = noop
(4) eap: Peer sent EAP Response (code 2) ID 197 length 6
(4) eap: Continuing tunnel setup
(4)     [eap] = ok
(4)   } # authorize = ok
(4) Found Auth-Type = eap
(4) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(4)   authenticate {
(4) eap: Removing EAP session with state 0xd6e84f85d52d6470
(4) eap: Previous EAP request found for state 0xd6e84f85d52d6470, released from the list
(4) eap: Peer sent packet with method EAP FAST (43)
(4) eap: Calling submodule eap_fast to process data
(4) eap_fast: Authenticate
(4) eap_fast: (TLS) Peer ACKed our handshake fragment.  handshake is finished
(4) eap_fast: Session established.  Proceeding to decode tunneled attributes
(4) eap_fast: Using anonymous provisioning
(4) eap_fast: Deriving EAP-FAST keys
(4) eap_fast: OpenSSL: keyblock size: mac_key_len=20 enc_key_len=16 fixed_iv_len=16
(4) eap_fast: Sending EAP-Identity
(4) eap_fast: Challenge
(4) eap: Sending EAP Request (code 1) ID 198 length 63
(4) eap: EAP session adding &reply:State = 0xd6e84f85d22e6470
(4)     [eap] = handled
(4)   } # authenticate = handled
(4) Using Post-Auth-Type Challenge
(4) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(4)   Challenge { ... } # empty sub-section is ignored
(4) session-state: Saving cached attributes for server default
(4)   Framed-MTU = 984
(4)   TLS-Session-Information = "(TLS) FAST - recv TLS 1.3 Handshake, ClientHello"
(4)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHello"
(4)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerKeyExchange"
(4)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHelloDone"
(4)   TLS-Session-Information = "(TLS) FAST - recv TLS 1.2 Handshake, ClientKeyExchange"
(4)   TLS-Session-Information = "(TLS) FAST - recv TLS 1.2 Handshake, Finished"
(4)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 ChangeCipherSpec"
(4)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, Finished"
(4)   TLS-Session-Cipher-Suite = "ADH-AES128-SHA"
(4)   TLS-Session-Version = "TLS 1.2"
(4) Sent Access-Challenge Id 22 from 192.168.0.34:1812 to 192.168.0.45:48088 length 121
(4)   EAP-Message = 0x01c6003f2b0117030300349476c4123601bea8adc43009828ea769ac4f2c91c9273f61292506ad5a56bada45df98cf60a0dcdf02498a66cc510eaf7396ec5c
(4)   Message-Authenticator = 0x00000000000000000000000000000000
(4)   State = 0xd6e84f85d22e647046074da54c3e49a5
(4) Finished request
Waking up in 4.9 seconds.
(5) Received Access-Request Id 23 from 192.168.0.45:48088 to 192.168.0.34:1812 length 311
(5)   User-Name = "FAST-123456789012"
(5)   NAS-IP-Address = 192.168.0.45
(5)   Called-Station-Id = "FC-34-97-2D-7C-24:krave_asus6e_5"
(5)   NAS-Port-Type = Wireless-802.11
(5)   Service-Type = Framed-User
(5)   Calling-Station-Id = "A0-B3-39-64-69-23"
(5)   Connect-Info = "CONNECT 24Mbps 802.11a"
(5)   Acct-Session-Id = "B53C4330F6A9380F"
(5)   Acct-Multi-Session-Id = "E0952F45C264846B"
(5)   WLAN-Pairwise-Cipher = 1027076
(5)   WLAN-Group-Cipher = 1027076
(5)   WLAN-AKM-Suite = 1027073
(5)   Framed-MTU = 1400
(5)   EAP-Message = 0x02c6004f2b011703030044e680736fa55eaee20e43d330db3b7f3464b66d7f053f7b2dbdd65e7524e0a6993b2a455c24a25ad26788ea1fe9ada32f47adb4d9539e61915a3af1bd6200336fca5258dc
(5)   State = 0xd6e84f85d22e647046074da54c3e49a5
(5)   Message-Authenticator = 0x24644b8043b90c233983d013a365ae5c
(5) session-state: Restoring attributes for server default
(5)   &session-state:Framed-MTU = 984
(5)   &session-state:TLS-Session-Information = "(TLS) FAST - recv TLS 1.3 Handshake, ClientHello"
(5)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHello"
(5)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerKeyExchange"
(5)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHelloDone"
(5)   &session-state:TLS-Session-Information = "(TLS) FAST - recv TLS 1.2 Handshake, ClientKeyExchange"
(5)   &session-state:TLS-Session-Information = "(TLS) FAST - recv TLS 1.2 Handshake, Finished"
(5)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 ChangeCipherSpec"
(5)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, Finished"
(5)   &session-state:TLS-Session-Cipher-Suite = "ADH-AES128-SHA"
(5)   &session-state:TLS-Session-Version = "TLS 1.2"
(5) # Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default
(5)   authorize {
(5)     policy filter_username {
(5)       if (&User-Name) {
(5)       if (&User-Name)  -> TRUE
(5)       if (&User-Name)  {
(5)         if (&User-Name =~ / /) {
(5)         if (&User-Name =~ / /)  -> FALSE
(5)         if (&User-Name =~ /@[^@]*@/ ) {
(5)         if (&User-Name =~ /@[^@]*@/ )  -> FALSE
(5)         if (&User-Name =~ /\.\./ ) {
(5)         if (&User-Name =~ /\.\./ )  -> FALSE
(5)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))  {
(5)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))   -> FALSE
(5)         if (&User-Name =~ /\.$/)  {
(5)         if (&User-Name =~ /\.$/)   -> FALSE
(5)         if (&User-Name =~ /@\./)  {
(5)         if (&User-Name =~ /@\./)   -> FALSE
(5)       } # if (&User-Name)  = notfound
(5)     } # policy filter_username = notfound
(5)     [preprocess] = ok
(5)     [chap] = noop
(5)     [mschap] = noop
(5)     [digest] = noop
(5) suffix: Checking for suffix after "@"
(5) suffix: No '@' in User-Name = "FAST-123456789012", looking up realm NULL
(5) suffix: No such realm "NULL"
(5)     [suffix] = noop
(5) eap: Peer sent EAP Response (code 2) ID 198 length 79
(5) eap: Continuing tunnel setup
(5)     [eap] = ok
(5)   } # authorize = ok
(5) Found Auth-Type = eap
(5) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(5)   authenticate {
(5) eap: Removing EAP session with state 0xd6e84f85d22e6470
(5) eap: Previous EAP request found for state 0xd6e84f85d22e6470, released from the list
(5) eap: Peer sent packet with method EAP FAST (43)
(5) eap: Calling submodule eap_fast to process data
(5) eap_fast: Authenticate
(5) eap_fast: (TLS) EAP Done initial handshake
(5) eap_fast: Session established.  Proceeding to decode tunneled attributes
(5) eap_fast: Got Tunneled FAST TLVs
(5) eap_fast:   FreeRADIUS-EAP-FAST-EAP-Payload = 0x02c6000f01626f625f6c6f626c6177
(5) eap_fast: Processing received EAP Payload
(5) eap_fast: Got tunneled request
(5) eap_fast:   EAP-Message = 0x02c6000f01626f625f6c6f626c6177
(5) eap_fast: Got tunneled identity of bob_loblaw
(5) eap_fast: AUTHENTICATION
(5) eap_fast: Create &config:MS-CHAP-Challenge = 0xfb5467eb94d8866e0965a1e97e5ed64f
(5) eap_fast: Create &config:MS-CHAP-Peer-Challenge = 0xa4ec53185abfd0bb80cdcbe5373d4e60
(5) Virtual server inner-tunnel received request
(5)   EAP-Message = 0x02c6000f01626f625f6c6f626c6177
(5)   FreeRADIUS-Proxied-To = 127.0.0.1
(5)   User-Name = "bob_loblaw"
(5) WARNING: Outer User-Name is not anonymized.  User privacy is compromised.
(5) server inner-tunnel {
(5)   # Executing section authorize from file /usr/local/etc/raddb/sites-enabled/inner-tunnel
(5)     authorize {
(5)       policy filter_username {
(5)         if (&User-Name) {
(5)         if (&User-Name)  -> TRUE
(5)         if (&User-Name)  {
(5)           if (&User-Name =~ / /) {
(5)           if (&User-Name =~ / /)  -> FALSE
(5)           if (&User-Name =~ /@[^@]*@/ ) {
(5)           if (&User-Name =~ /@[^@]*@/ )  -> FALSE
(5)           if (&User-Name =~ /\.\./ ) {
(5)           if (&User-Name =~ /\.\./ )  -> FALSE
(5)           if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))  {
(5)           if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))   -> FALSE
(5)           if (&User-Name =~ /\.$/)  {
(5)           if (&User-Name =~ /\.$/)   -> FALSE
(5)           if (&User-Name =~ /@\./)  {
(5)           if (&User-Name =~ /@\./)   -> FALSE
(5)         } # if (&User-Name)  = notfound
(5)       } # policy filter_username = notfound
(5)       [chap] = noop
(5)       [mschap] = noop
(5) suffix: Checking for suffix after "@"
(5) suffix: No '@' in User-Name = "bob_loblaw", looking up realm NULL
(5) suffix: No such realm "NULL"
(5)       [suffix] = noop
(5)       update control {
(5)         &Proxy-To-Realm := LOCAL
(5)       } # update control = noop
(5) eap: Peer sent EAP Response (code 2) ID 198 length 15
(5) eap: EAP-Identity reply, returning 'ok' so we can short-circuit the rest of authorize
(5)       [eap] = ok
(5)     } # authorize = ok
(5)   Found Auth-Type = eap
(5)   # Executing group from file /usr/local/etc/raddb/sites-enabled/inner-tunnel
(5)     authenticate {
(5) eap: Peer sent packet with method EAP Identity (1)
(5) eap: Found &control:EAP-Type = MSCHAPv2
(5) eap: Calling submodule eap_mschapv2 to process data
(5) eap_mschapv2: Issuing Challenge
(5) eap: Sending EAP Request (code 1) ID 199 length 42
(5) eap: EAP session adding &reply:State = 0x18f5519b18324b71
(5)       [eap] = handled
(5)     } # authenticate = handled
(5)   Using Post-Auth-Type Challenge
(5)   Post-Auth-Type sub-section not found.  Ignoring.
(5)   # Executing group from file /usr/local/etc/raddb/sites-enabled/inner-tunnel
(5) } # server inner-tunnel
(5) Virtual server sending reply
(5)   EAP-Message = 0x01c7002a1a01c7002510fb5467eb94d8866e0965a1e97e5ed64f667265657261646975732d332e322e39
(5)   Message-Authenticator = 0x00000000000000000000000000000000
(5)   State = 0x18f5519b18324b7158e5533c522b830e
(5) eap_fast: Got tunneled Access-Challenge
(5) eap_fast: Challenge
(5) eap: Sending EAP Request (code 1) ID 199 length 95
(5) eap: EAP session adding &reply:State = 0xd6e84f85d32f6470
(5)     [eap] = handled
(5)   } # authenticate = handled
(5) Using Post-Auth-Type Challenge
(5) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(5)   Challenge { ... } # empty sub-section is ignored
(5) session-state: Saving cached attributes for server default
(5)   Framed-MTU = 984
(5)   TLS-Session-Information = "(TLS) FAST - recv TLS 1.3 Handshake, ClientHello"
(5)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHello"
(5)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerKeyExchange"
(5)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHelloDone"
(5)   TLS-Session-Information = "(TLS) FAST - recv TLS 1.2 Handshake, ClientKeyExchange"
(5)   TLS-Session-Information = "(TLS) FAST - recv TLS 1.2 Handshake, Finished"
(5)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 ChangeCipherSpec"
(5)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, Finished"
(5)   TLS-Session-Cipher-Suite = "ADH-AES128-SHA"
(5)   TLS-Session-Version = "TLS 1.2"
(5) Sent Access-Challenge Id 23 from 192.168.0.34:1812 to 192.168.0.45:48088 length 153
(5)   EAP-Message = 0x01c7005f2b011703030054ab2e2bee5061db21bbbb632bdcca6696069a446bc19b5bedcf365e8251e3453c18c58a56305a8d7c2ea8794ed79862909537f1a297b088b9d3f6f8832a89f1af2c14829c74329dc2121fbce29f9d82d5ce807278
(5)   Message-Authenticator = 0x00000000000000000000000000000000
(5)   State = 0xd6e84f85d32f647046074da54c3e49a5
(5) Finished request
Waking up in 4.9 seconds.
(6) Received Access-Request Id 24 from 192.168.0.45:48088 to 192.168.0.34:1812 length 359
(6)   User-Name = "FAST-123456789012"
(6)   NAS-IP-Address = 192.168.0.45
(6)   Called-Station-Id = "FC-34-97-2D-7C-24:krave_asus6e_5"
(6)   NAS-Port-Type = Wireless-802.11
(6)   Service-Type = Framed-User
(6)   Calling-Station-Id = "A0-B3-39-64-69-23"
(6)   Connect-Info = "CONNECT 24Mbps 802.11a"
(6)   Acct-Session-Id = "B53C4330F6A9380F"
(6)   Acct-Multi-Session-Id = "E0952F45C264846B"
(6)   WLAN-Pairwise-Cipher = 1027076
(6)   WLAN-Group-Cipher = 1027076
(6)   WLAN-AKM-Suite = 1027073
(6)   Framed-MTU = 1400
(6)   EAP-Message = 0x02c7007f2b011703030074be8a4d97c6b9c93e1e9322be4a63c1504098beabcf928af3c97c54fc8fea08f568f5137d4b5920b874e9103f49f59a325e6f629063c60fbd2555561346a763af256352c0a9eb8364a7bdfdcfb6a84c841239886e65507c045b051e468d6fe2cfbb382929d5026a9264e3c877a3c40f4791ef5399
(6)   State = 0xd6e84f85d32f647046074da54c3e49a5
(6)   Message-Authenticator = 0xf46e596b7f9e9e9d9b949ecffd0b5717
(6) session-state: Restoring attributes for server default
(6)   &session-state:Framed-MTU = 984
(6)   &session-state:TLS-Session-Information = "(TLS) FAST - recv TLS 1.3 Handshake, ClientHello"
(6)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHello"
(6)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerKeyExchange"
(6)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHelloDone"
(6)   &session-state:TLS-Session-Information = "(TLS) FAST - recv TLS 1.2 Handshake, ClientKeyExchange"
(6)   &session-state:TLS-Session-Information = "(TLS) FAST - recv TLS 1.2 Handshake, Finished"
(6)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 ChangeCipherSpec"
(6)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, Finished"
(6)   &session-state:TLS-Session-Cipher-Suite = "ADH-AES128-SHA"
(6)   &session-state:TLS-Session-Version = "TLS 1.2"
(6) # Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default
(6)   authorize {
(6)     policy filter_username {
(6)       if (&User-Name) {
(6)       if (&User-Name)  -> TRUE
(6)       if (&User-Name)  {
(6)         if (&User-Name =~ / /) {
(6)         if (&User-Name =~ / /)  -> FALSE
(6)         if (&User-Name =~ /@[^@]*@/ ) {
(6)         if (&User-Name =~ /@[^@]*@/ )  -> FALSE
(6)         if (&User-Name =~ /\.\./ ) {
(6)         if (&User-Name =~ /\.\./ )  -> FALSE
(6)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))  {
(6)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))   -> FALSE
(6)         if (&User-Name =~ /\.$/)  {
(6)         if (&User-Name =~ /\.$/)   -> FALSE
(6)         if (&User-Name =~ /@\./)  {
(6)         if (&User-Name =~ /@\./)   -> FALSE
(6)       } # if (&User-Name)  = notfound
(6)     } # policy filter_username = notfound
(6)     [preprocess] = ok
(6)     [chap] = noop
(6)     [mschap] = noop
(6)     [digest] = noop
(6) suffix: Checking for suffix after "@"
(6) suffix: No '@' in User-Name = "FAST-123456789012", looking up realm NULL
(6) suffix: No such realm "NULL"
(6)     [suffix] = noop
(6) eap: Peer sent EAP Response (code 2) ID 199 length 127
(6) eap: Continuing tunnel setup
(6)     [eap] = ok
(6)   } # authorize = ok
(6) Found Auth-Type = eap
(6) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(6)   authenticate {
(6) eap: Removing EAP session with state 0xd6e84f85d32f6470
(6) eap: Previous EAP request found for state 0xd6e84f85d32f6470, released from the list
(6) eap: Peer sent packet with method EAP FAST (43)
(6) eap: Calling submodule eap_fast to process data
(6) eap_fast: Authenticate
(6) eap_fast: (TLS) EAP Done initial handshake
(6) eap_fast: Session established.  Proceeding to decode tunneled attributes
(6) eap_fast: Got Tunneled FAST TLVs
(6) eap_fast:   FreeRADIUS-EAP-FAST-EAP-Payload = 0x02c700451a02c7004031000000000000000000000000000000000000000000000000e5df5c2b95172041f02317e7b38ea1bff7a0ecf5465a292000626f625f6c6f626c6177
(6) eap_fast: Processing received EAP Payload
(6) eap_fast: Got tunneled request
(6) eap_fast:   EAP-Message = 0x02c700451a02c7004031000000000000000000000000000000000000000000000000e5df5c2b95172041f02317e7b38ea1bff7a0ecf5465a292000626f625f6c6f626c6177
(6) eap_fast: AUTHENTICATION
(6) eap_fast: Create &config:MS-CHAP-Challenge = 0xfb5467eb94d8866e0965a1e97e5ed64f
(6) eap_fast: Create &config:MS-CHAP-Peer-Challenge = 0xa4ec53185abfd0bb80cdcbe5373d4e60
(6) Virtual server inner-tunnel received request
(6)   EAP-Message = 0x02c700451a02c7004031000000000000000000000000000000000000000000000000e5df5c2b95172041f02317e7b38ea1bff7a0ecf5465a292000626f625f6c6f626c6177
(6)   FreeRADIUS-Proxied-To = 127.0.0.1
(6)   User-Name = "bob_loblaw"
(6)   State = 0x18f5519b18324b7158e5533c522b830e
(6) WARNING: Outer User-Name is not anonymized.  User privacy is compromised.
(6) server inner-tunnel {
(6)   session-state: No cached attributes for server inner-tunnel
(6)   # Executing section authorize from file /usr/local/etc/raddb/sites-enabled/inner-tunnel
(6)     authorize {
(6)       policy filter_username {
(6)         if (&User-Name) {
(6)         if (&User-Name)  -> TRUE
(6)         if (&User-Name)  {
(6)           if (&User-Name =~ / /) {
(6)           if (&User-Name =~ / /)  -> FALSE
(6)           if (&User-Name =~ /@[^@]*@/ ) {
(6)           if (&User-Name =~ /@[^@]*@/ )  -> FALSE
(6)           if (&User-Name =~ /\.\./ ) {
(6)           if (&User-Name =~ /\.\./ )  -> FALSE
(6)           if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))  {
(6)           if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))   -> FALSE
(6)           if (&User-Name =~ /\.$/)  {
(6)           if (&User-Name =~ /\.$/)   -> FALSE
(6)           if (&User-Name =~ /@\./)  {
(6)           if (&User-Name =~ /@\./)   -> FALSE
(6)         } # if (&User-Name)  = notfound
(6)       } # policy filter_username = notfound
(6)       [chap] = noop
(6)       [mschap] = noop
(6) suffix: Checking for suffix after "@"
(6) suffix: No '@' in User-Name = "bob_loblaw", looking up realm NULL
(6) suffix: No such realm "NULL"
(6)       [suffix] = noop
(6)       update control {
(6)         &Proxy-To-Realm := LOCAL
(6)       } # update control = noop
(6) eap: Peer sent EAP Response (code 2) ID 199 length 69
(6) eap: No EAP Start, assuming it's an on-going EAP conversation
(6)       [eap] = updated
(6) files: users: Matched entry bob_loblaw at line 1
(6)       [files] = ok
(6)       [expiration] = noop
(6)       [logintime] = noop
(6) pap: WARNING: Auth-Type already set.  Not setting to PAP
(6)       [pap] = noop
(6)     } # authorize = updated
(6)   Found Auth-Type = eap
(6)   # Executing group from file /usr/local/etc/raddb/sites-enabled/inner-tunnel
(6)     authenticate {
(6) eap: Removing EAP session with state 0x18f5519b18324b71
(6) eap: Previous EAP request found for state 0x18f5519b18324b71, released from the list
(6) eap: Peer sent packet with method EAP MSCHAPv2 (26)
(6) eap: Calling submodule eap_mschapv2 to process data
(6) eap_mschapv2: # Executing group from file /usr/local/etc/raddb/sites-enabled/inner-tunnel
(6) eap_mschapv2:   authenticate {
(6) mschap: Found Cleartext-Password, hashing to create NT-Password
(6) mschap: Overriding peer challenge
(6) mschap: Creating challenge hash with username: bob_loblaw
(6) mschap: Client is using MS-CHAPv2
(6) mschap: Adding MS-CHAPv2 MPPE keys
(6) eap_mschapv2:     [mschap] = ok
(6) eap_mschapv2:   } # authenticate = ok
(6) eap_mschapv2: MSCHAP Success
(6) eap: Sending EAP Request (code 1) ID 200 length 51
(6) eap: EAP session adding &reply:State = 0x18f5519b193d4b71
(6)       [eap] = handled
(6)     } # authenticate = handled
(6)   Using Post-Auth-Type Challenge
(6)   Post-Auth-Type sub-section not found.  Ignoring.
(6)   # Executing group from file /usr/local/etc/raddb/sites-enabled/inner-tunnel
(6) } # server inner-tunnel
(6) Virtual server sending reply
(6)   EAP-Message = 0x01c800331a03c7002e533d39313930373237393639364435413435343934373131313344394345393343323430313538373035
(6)   Message-Authenticator = 0x00000000000000000000000000000000
(6)   State = 0x18f5519b193d4b7158e5533c522b830e
(6) eap_fast: Got tunneled Access-Challenge
(6) eap_fast: Challenge
(6) eap: Sending EAP Request (code 1) ID 200 length 111
(6) eap: EAP session adding &reply:State = 0xd6e84f85d0206470
(6)     [eap] = handled
(6)   } # authenticate = handled
(6) Using Post-Auth-Type Challenge
(6) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(6)   Challenge { ... } # empty sub-section is ignored
(6) session-state: Saving cached attributes for server default
(6)   Framed-MTU = 984
(6)   TLS-Session-Information = "(TLS) FAST - recv TLS 1.3 Handshake, ClientHello"
(6)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHello"
(6)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerKeyExchange"
(6)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHelloDone"
(6)   TLS-Session-Information = "(TLS) FAST - recv TLS 1.2 Handshake, ClientKeyExchange"
(6)   TLS-Session-Information = "(TLS) FAST - recv TLS 1.2 Handshake, Finished"
(6)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 ChangeCipherSpec"
(6)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, Finished"
(6)   TLS-Session-Cipher-Suite = "ADH-AES128-SHA"
(6)   TLS-Session-Version = "TLS 1.2"
(6) Sent Access-Challenge Id 24 from 192.168.0.34:1812 to 192.168.0.45:48088 length 169
(6)   EAP-Message = 0x01c8006f2b011703030064f00d43755f66f10b3c3b2e1082f665c9017c7a8d5e88ae15bba569bc67c232fd21a76c1ee6cf94b6d71ee305cb34f1bb8eba91ac6ea34eef157fc9c48f9f8f804bda1ba06da45f8205287f71c893007dad480b6dc959e7005c0ec3ea9d671b312ea1e4bb
(6)   Message-Authenticator = 0x00000000000000000000000000000000
(6)   State = 0xd6e84f85d020647046074da54c3e49a5
(6) Finished request
Waking up in 4.9 seconds.
(7) Received Access-Request Id 25 from 192.168.0.45:48088 to 192.168.0.34:1812 length 295
(7)   User-Name = "FAST-123456789012"
(7)   NAS-IP-Address = 192.168.0.45
(7)   Called-Station-Id = "FC-34-97-2D-7C-24:krave_asus6e_5"
(7)   NAS-Port-Type = Wireless-802.11
(7)   Service-Type = Framed-User
(7)   Calling-Station-Id = "A0-B3-39-64-69-23"
(7)   Connect-Info = "CONNECT 24Mbps 802.11a"
(7)   Acct-Session-Id = "B53C4330F6A9380F"
(7)   Acct-Multi-Session-Id = "E0952F45C264846B"
(7)   WLAN-Pairwise-Cipher = 1027076
(7)   WLAN-Group-Cipher = 1027076
(7)   WLAN-AKM-Suite = 1027073
(7)   Framed-MTU = 1400
(7)   EAP-Message = 0x02c8003f2b01170303003401bb5eab613ecae174e9da92122818777dd8f2bbcb59fc5067ba68368d5308b83a5cda9cf3793c8e8e3e2c1e2f5c30310edf4253
(7)   State = 0xd6e84f85d020647046074da54c3e49a5
(7)   Message-Authenticator = 0xb57b8d61ad1f5c77b89e018c1e3a132f
(7) session-state: Restoring attributes for server default
(7)   &session-state:Framed-MTU = 984
(7)   &session-state:TLS-Session-Information = "(TLS) FAST - recv TLS 1.3 Handshake, ClientHello"
(7)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHello"
(7)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerKeyExchange"
(7)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHelloDone"
(7)   &session-state:TLS-Session-Information = "(TLS) FAST - recv TLS 1.2 Handshake, ClientKeyExchange"
(7)   &session-state:TLS-Session-Information = "(TLS) FAST - recv TLS 1.2 Handshake, Finished"
(7)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 ChangeCipherSpec"
(7)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, Finished"
(7)   &session-state:TLS-Session-Cipher-Suite = "ADH-AES128-SHA"
(7)   &session-state:TLS-Session-Version = "TLS 1.2"
(7) # Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default
(7)   authorize {
(7)     policy filter_username {
(7)       if (&User-Name) {
(7)       if (&User-Name)  -> TRUE
(7)       if (&User-Name)  {
(7)         if (&User-Name =~ / /) {
(7)         if (&User-Name =~ / /)  -> FALSE
(7)         if (&User-Name =~ /@[^@]*@/ ) {
(7)         if (&User-Name =~ /@[^@]*@/ )  -> FALSE
(7)         if (&User-Name =~ /\.\./ ) {
(7)         if (&User-Name =~ /\.\./ )  -> FALSE
(7)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))  {
(7)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))   -> FALSE
(7)         if (&User-Name =~ /\.$/)  {
(7)         if (&User-Name =~ /\.$/)   -> FALSE
(7)         if (&User-Name =~ /@\./)  {
(7)         if (&User-Name =~ /@\./)   -> FALSE
(7)       } # if (&User-Name)  = notfound
(7)     } # policy filter_username = notfound
(7)     [preprocess] = ok
(7)     [chap] = noop
(7)     [mschap] = noop
(7)     [digest] = noop
(7) suffix: Checking for suffix after "@"
(7) suffix: No '@' in User-Name = "FAST-123456789012", looking up realm NULL
(7) suffix: No such realm "NULL"
(7)     [suffix] = noop
(7) eap: Peer sent EAP Response (code 2) ID 200 length 63
(7) eap: Continuing tunnel setup
(7)     [eap] = ok
(7)   } # authorize = ok
(7) Found Auth-Type = eap
(7) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(7)   authenticate {
(7) eap: Removing EAP session with state 0xd6e84f85d0206470
(7) eap: Previous EAP request found for state 0xd6e84f85d0206470, released from the list
(7) eap: Peer sent packet with method EAP FAST (43)
(7) eap: Calling submodule eap_fast to process data
(7) eap_fast: Authenticate
(7) eap_fast: (TLS) EAP Done initial handshake
(7) eap_fast: Session established.  Proceeding to decode tunneled attributes
(7) eap_fast: Got Tunneled FAST TLVs
(7) eap_fast:   FreeRADIUS-EAP-FAST-EAP-Payload = 0x02c800061a03
(7) eap_fast: Processing received EAP Payload
(7) eap_fast: Got tunneled request
(7) eap_fast:   EAP-Message = 0x02c800061a03
(7) eap_fast: AUTHENTICATION
(7) eap_fast: Create &config:MS-CHAP-Challenge = 0xfb5467eb94d8866e0965a1e97e5ed64f
(7) eap_fast: Create &config:MS-CHAP-Peer-Challenge = 0xa4ec53185abfd0bb80cdcbe5373d4e60
(7) Virtual server inner-tunnel received request
(7)   EAP-Message = 0x02c800061a03
(7)   FreeRADIUS-Proxied-To = 127.0.0.1
(7)   User-Name = "bob_loblaw"
(7)   State = 0x18f5519b193d4b7158e5533c522b830e
(7) WARNING: Outer User-Name is not anonymized.  User privacy is compromised.
(7) server inner-tunnel {
(7)   session-state: No cached attributes for server inner-tunnel
(7)   # Executing section authorize from file /usr/local/etc/raddb/sites-enabled/inner-tunnel
(7)     authorize {
(7)       policy filter_username {
(7)         if (&User-Name) {
(7)         if (&User-Name)  -> TRUE
(7)         if (&User-Name)  {
(7)           if (&User-Name =~ / /) {
(7)           if (&User-Name =~ / /)  -> FALSE
(7)           if (&User-Name =~ /@[^@]*@/ ) {
(7)           if (&User-Name =~ /@[^@]*@/ )  -> FALSE
(7)           if (&User-Name =~ /\.\./ ) {
(7)           if (&User-Name =~ /\.\./ )  -> FALSE
(7)           if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))  {
(7)           if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))   -> FALSE
(7)           if (&User-Name =~ /\.$/)  {
(7)           if (&User-Name =~ /\.$/)   -> FALSE
(7)           if (&User-Name =~ /@\./)  {
(7)           if (&User-Name =~ /@\./)   -> FALSE
(7)         } # if (&User-Name)  = notfound
(7)       } # policy filter_username = notfound
(7)       [chap] = noop
(7)       [mschap] = noop
(7) suffix: Checking for suffix after "@"
(7) suffix: No '@' in User-Name = "bob_loblaw", looking up realm NULL
(7) suffix: No such realm "NULL"
(7)       [suffix] = noop
(7)       update control {
(7)         &Proxy-To-Realm := LOCAL
(7)       } # update control = noop
(7) eap: Peer sent EAP Response (code 2) ID 200 length 6
(7) eap: No EAP Start, assuming it's an on-going EAP conversation
(7)       [eap] = updated
(7) files: users: Matched entry bob_loblaw at line 1
(7)       [files] = ok
(7)       [expiration] = noop
(7)       [logintime] = noop
(7) pap: WARNING: Auth-Type already set.  Not setting to PAP
(7)       [pap] = noop
(7)     } # authorize = updated
(7)   Found Auth-Type = eap
(7)   # Executing group from file /usr/local/etc/raddb/sites-enabled/inner-tunnel
(7)     authenticate {
(7) eap: Removing EAP session with state 0x18f5519b193d4b71
(7) eap: Previous EAP request found for state 0x18f5519b193d4b71, released from the list
(7) eap: Peer sent packet with method EAP MSCHAPv2 (26)
(7) eap: Calling submodule eap_mschapv2 to process data
(7) eap: Sending EAP Success (code 3) ID 200 length 4
(7) eap: Freeing handler
(7)       [eap] = ok
(7)     } # authenticate = ok
(7)   # Executing section post-auth from file /usr/local/etc/raddb/sites-enabled/inner-tunnel
(7)     post-auth {
(7)       if (0) {
(7)       if (0)  -> FALSE
(7)     } # post-auth = noop
(7) } # server inner-tunnel
(7) Virtual server sending reply
(7)   MS-MPPE-Encryption-Policy = Encryption-Allowed
(7)   MS-MPPE-Encryption-Types = RC4-40or128-bit-Allowed
(7)   MS-MPPE-Send-Key = 0xeebf0838c6c79a8ee245fd6a1882bfa6
(7)   MS-MPPE-Recv-Key = 0xfc1a67cc886fd8164258f3a3a39f3e90
(7)   EAP-Message = 0x03c80004
(7)   Message-Authenticator = 0x00000000000000000000000000000000
(7)   User-Name = "bob_loblaw"
(7) eap_fast: Got tunneled Access-Accept
(7) eap_fast: Updating ICMK
(7) eap_fast: Sending Cryptobinding
(7) eap_fast: Challenge
(7) eap: Sending EAP Request (code 1) ID 201 length 127
(7) eap: EAP session adding &reply:State = 0xd6e84f85d1216470
(7)     [eap] = handled
(7)   } # authenticate = handled
(7) Using Post-Auth-Type Challenge
(7) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(7)   Challenge { ... } # empty sub-section is ignored
(7) session-state: Saving cached attributes for server default
(7)   Framed-MTU = 984
(7)   TLS-Session-Information = "(TLS) FAST - recv TLS 1.3 Handshake, ClientHello"
(7)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHello"
(7)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerKeyExchange"
(7)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHelloDone"
(7)   TLS-Session-Information = "(TLS) FAST - recv TLS 1.2 Handshake, ClientKeyExchange"
(7)   TLS-Session-Information = "(TLS) FAST - recv TLS 1.2 Handshake, Finished"
(7)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 ChangeCipherSpec"
(7)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, Finished"
(7)   TLS-Session-Cipher-Suite = "ADH-AES128-SHA"
(7)   TLS-Session-Version = "TLS 1.2"
(7) Sent Access-Challenge Id 25 from 192.168.0.34:1812 to 192.168.0.45:48088 length 185
(7)   EAP-Message = 0x01c9007f2b0117030300744407e7d1611ee0bc49ae71d84c23c9271a2a28ff1122cdd5b8c64535410e4c49d71e5cfd9e94e10e27ea15176f5145e93f2d6214403c2bddc28455a4b1ccf980edae5e07ac8a075821bc82b47ba64c3098e6f435a0488d90336d0b227b9a94543bcf67706f80f5099780309190c528e7bb599a7a
(7)   Message-Authenticator = 0x00000000000000000000000000000000
(7)   State = 0xd6e84f85d121647046074da54c3e49a5
(7) Finished request
Waking up in 4.9 seconds.
(8) Received Access-Request Id 26 from 192.168.0.45:48088 to 192.168.0.34:1812 length 359
(8)   User-Name = "FAST-123456789012"
(8)   NAS-IP-Address = 192.168.0.45
(8)   Called-Station-Id = "FC-34-97-2D-7C-24:krave_asus6e_5"
(8)   NAS-Port-Type = Wireless-802.11
(8)   Service-Type = Framed-User
(8)   Calling-Station-Id = "A0-B3-39-64-69-23"
(8)   Connect-Info = "CONNECT 24Mbps 802.11a"
(8)   Acct-Session-Id = "B53C4330F6A9380F"
(8)   Acct-Multi-Session-Id = "E0952F45C264846B"
(8)   WLAN-Pairwise-Cipher = 1027076
(8)   WLAN-Group-Cipher = 1027076
(8)   WLAN-AKM-Suite = 1027073
(8)   Framed-MTU = 1400
(8)   EAP-Message = 0x02c9007f2b0117030300746e0ce6ddc62bd71ba5fa674bbe5502413ff44c7a63944ca162211f1c44a4d9fd892ff42c19b4fbac036a3eb0dbdf88e4991e91a8e77e14e3b2761637aac8e3a4f8ce62fbe32bb8760a5bcfd1e4ab14c13ca3552a32757c8c7d443e4559d42336397985aa32da2d4fba74dca323802456d641ce20
(8)   State = 0xd6e84f85d121647046074da54c3e49a5
(8)   Message-Authenticator = 0x44c9d8831be94254f318b1c862f6b6f1
(8) session-state: Restoring attributes for server default
(8)   &session-state:Framed-MTU = 984
(8)   &session-state:TLS-Session-Information = "(TLS) FAST - recv TLS 1.3 Handshake, ClientHello"
(8)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHello"
(8)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerKeyExchange"
(8)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHelloDone"
(8)   &session-state:TLS-Session-Information = "(TLS) FAST - recv TLS 1.2 Handshake, ClientKeyExchange"
(8)   &session-state:TLS-Session-Information = "(TLS) FAST - recv TLS 1.2 Handshake, Finished"
(8)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 ChangeCipherSpec"
(8)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, Finished"
(8)   &session-state:TLS-Session-Cipher-Suite = "ADH-AES128-SHA"
(8)   &session-state:TLS-Session-Version = "TLS 1.2"
(8) # Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default
(8)   authorize {
(8)     policy filter_username {
(8)       if (&User-Name) {
(8)       if (&User-Name)  -> TRUE
(8)       if (&User-Name)  {
(8)         if (&User-Name =~ / /) {
(8)         if (&User-Name =~ / /)  -> FALSE
(8)         if (&User-Name =~ /@[^@]*@/ ) {
(8)         if (&User-Name =~ /@[^@]*@/ )  -> FALSE
(8)         if (&User-Name =~ /\.\./ ) {
(8)         if (&User-Name =~ /\.\./ )  -> FALSE
(8)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))  {
(8)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))   -> FALSE
(8)         if (&User-Name =~ /\.$/)  {
(8)         if (&User-Name =~ /\.$/)   -> FALSE
(8)         if (&User-Name =~ /@\./)  {
(8)         if (&User-Name =~ /@\./)   -> FALSE
(8)       } # if (&User-Name)  = notfound
(8)     } # policy filter_username = notfound
(8)     [preprocess] = ok
(8)     [chap] = noop
(8)     [mschap] = noop
(8)     [digest] = noop
(8) suffix: Checking for suffix after "@"
(8) suffix: No '@' in User-Name = "FAST-123456789012", looking up realm NULL
(8) suffix: No such realm "NULL"
(8)     [suffix] = noop
(8) eap: Peer sent EAP Response (code 2) ID 201 length 127
(8) eap: Continuing tunnel setup
(8)     [eap] = ok
(8)   } # authorize = ok
(8) Found Auth-Type = eap
(8) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(8)   authenticate {
(8) eap: Removing EAP session with state 0xd6e84f85d1216470
(8) eap: Previous EAP request found for state 0xd6e84f85d1216470, released from the list
(8) eap: Peer sent packet with method EAP FAST (43)
(8) eap: Calling submodule eap_fast to process data
(8) eap_fast: Authenticate
(8) eap_fast: (TLS) EAP Done initial handshake
(8) eap_fast: Session established.  Proceeding to decode tunneled attributes
(8) eap_fast: Got Tunneled FAST TLVs
(8) eap_fast:   FreeRADIUS-EAP-FAST-Crypto-Binding = 0x00010101e9e7949ef0ce191239c3d6434059c77c98d2743d5207436917c01852b86384a98f475eee7ecad741b1f28c7595a94d4c521e1ad7
(8) eap_fast:   FreeRADIUS-EAP-FAST-Intermediate-Result = 0x0001
(8) eap_fast: Peer requires new PAC
(8) eap_fast: Sending Tunnel PAC
(8) eap_fast: Challenge
(8) eap: Sending EAP Request (code 1) ID 202 length 271
(8) eap: EAP session adding &reply:State = 0xd6e84f85de226470
(8)     [eap] = handled
(8)   } # authenticate = handled
(8) Using Post-Auth-Type Challenge
(8) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(8)   Challenge { ... } # empty sub-section is ignored
(8) session-state: Saving cached attributes for server default
(8)   Framed-MTU = 984
(8)   TLS-Session-Information = "(TLS) FAST - recv TLS 1.3 Handshake, ClientHello"
(8)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHello"
(8)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerKeyExchange"
(8)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHelloDone"
(8)   TLS-Session-Information = "(TLS) FAST - recv TLS 1.2 Handshake, ClientKeyExchange"
(8)   TLS-Session-Information = "(TLS) FAST - recv TLS 1.2 Handshake, Finished"
(8)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 ChangeCipherSpec"
(8)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, Finished"
(8)   TLS-Session-Cipher-Suite = "ADH-AES128-SHA"
(8)   TLS-Session-Version = "TLS 1.2"
(8) Sent Access-Challenge Id 26 from 192.168.0.34:1812 to 192.168.0.45:48088 length 331
(8)   EAP-Message = 0x01ca010f2b011703030104fc5ce074d0a938fd9e7e30094a2ed521af92a543d4fd78bc56fde016cba714cb953d8f5089bb2d81875ff1b63ae5d5a383fc20d351282e26604a279a65763c4b9e725118f9cad2b3ecaad5f5226ec9379c1ce19f9b2d94169dde7a2997f83e8ec27de0022dce8cb48bd353679df007d0e53983e1d4bfc596c3ebe70dd093d24a47f5bb633fbc3415f703d73329457205cb0e655294d238aa528d713dd33db6758b52a89845383101902dadcf509dd1829fe629443f965498036c81c1b3b5fe685dc87146d67ffc74a31f0e17178bac44a396f2038a3372d988dfbd825368e5c3aeb29276abd3cc5a738a4c423ec0537ef733ec54623b15a045ffdd5651a73e581b358e87
(8)   Message-Authenticator = 0x00000000000000000000000000000000
(8)   State = 0xd6e84f85de22647046074da54c3e49a5
(8) Finished request
Waking up in 4.9 seconds.
(9) Received Access-Request Id 27 from 192.168.0.45:48088 to 192.168.0.34:1812 length 311
(9)   User-Name = "FAST-123456789012"
(9)   NAS-IP-Address = 192.168.0.45
(9)   Called-Station-Id = "FC-34-97-2D-7C-24:krave_asus6e_5"
(9)   NAS-Port-Type = Wireless-802.11
(9)   Service-Type = Framed-User
(9)   Calling-Station-Id = "A0-B3-39-64-69-23"
(9)   Connect-Info = "CONNECT 24Mbps 802.11a"
(9)   Acct-Session-Id = "B53C4330F6A9380F"
(9)   Acct-Multi-Session-Id = "E0952F45C264846B"
(9)   WLAN-Pairwise-Cipher = 1027076
(9)   WLAN-Group-Cipher = 1027076
(9)   WLAN-AKM-Suite = 1027073
(9)   Framed-MTU = 1400
(9)   EAP-Message = 0x02ca004f2b0117030300449de074697264519acb009b33550cf530865ee905f507c844ac4f3614352470160c498675b5a4ad8d11349808d629e549f0096925ed1cf0230df85291032c28b2f99d92f7
(9)   State = 0xd6e84f85de22647046074da54c3e49a5
(9)   Message-Authenticator = 0x483844985136192ed3cfc58392856f99
(9) session-state: Restoring attributes for server default
(9)   &session-state:Framed-MTU = 984
(9)   &session-state:TLS-Session-Information = "(TLS) FAST - recv TLS 1.3 Handshake, ClientHello"
(9)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHello"
(9)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerKeyExchange"
(9)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHelloDone"
(9)   &session-state:TLS-Session-Information = "(TLS) FAST - recv TLS 1.2 Handshake, ClientKeyExchange"
(9)   &session-state:TLS-Session-Information = "(TLS) FAST - recv TLS 1.2 Handshake, Finished"
(9)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 ChangeCipherSpec"
(9)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, Finished"
(9)   &session-state:TLS-Session-Cipher-Suite = "ADH-AES128-SHA"
(9)   &session-state:TLS-Session-Version = "TLS 1.2"
(9) # Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default
(9)   authorize {
(9)     policy filter_username {
(9)       if (&User-Name) {
(9)       if (&User-Name)  -> TRUE
(9)       if (&User-Name)  {
(9)         if (&User-Name =~ / /) {
(9)         if (&User-Name =~ / /)  -> FALSE
(9)         if (&User-Name =~ /@[^@]*@/ ) {
(9)         if (&User-Name =~ /@[^@]*@/ )  -> FALSE
(9)         if (&User-Name =~ /\.\./ ) {
(9)         if (&User-Name =~ /\.\./ )  -> FALSE
(9)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))  {
(9)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))   -> FALSE
(9)         if (&User-Name =~ /\.$/)  {
(9)         if (&User-Name =~ /\.$/)   -> FALSE
(9)         if (&User-Name =~ /@\./)  {
(9)         if (&User-Name =~ /@\./)   -> FALSE
(9)       } # if (&User-Name)  = notfound
(9)     } # policy filter_username = notfound
(9)     [preprocess] = ok
(9)     [chap] = noop
(9)     [mschap] = noop
(9)     [digest] = noop
(9) suffix: Checking for suffix after "@"
(9) suffix: No '@' in User-Name = "FAST-123456789012", looking up realm NULL
(9) suffix: No such realm "NULL"
(9)     [suffix] = noop
(9) eap: Peer sent EAP Response (code 2) ID 202 length 79
(9) eap: Continuing tunnel setup
(9)     [eap] = ok
(9)   } # authorize = ok
(9) Found Auth-Type = eap
(9) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(9)   authenticate {
(9) eap: Removing EAP session with state 0xd6e84f85de226470
(9) eap: Previous EAP request found for state 0xd6e84f85de226470, released from the list
(9) eap: Peer sent packet with method EAP FAST (43)
(9) eap: Calling submodule eap_fast to process data
(9) eap_fast: Authenticate
(9) eap_fast: (TLS) EAP Done initial handshake
(9) eap_fast: Session established.  Proceeding to decode tunneled attributes
(9) eap_fast: Got Tunneled FAST TLVs
(9) eap_fast:   FreeRADIUS-EAP-FAST-Result = 1
(9) eap_fast:   FreeRADIUS-EAP-FAST-PAC-Acknowledge = 1
(9) eap_fast: ERROR: Rejecting unauthenticated provisioning
(9) eap_fast: Reject
(9) eap: ERROR: Failed continuing EAP FAST (43) session.  EAP sub-module failed
(9) eap: Sending EAP Failure (code 4) ID 202 length 4
(9) eap: Failed in EAP select
(9)     [eap] = invalid
(9)   } # authenticate = invalid
(9) Failed to authenticate the user
(9) Using Post-Auth-Type Reject
(9) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(9)   Post-Auth-Type REJECT {
(9) attr_filter.access_reject: EXPAND %{User-Name}
(9) attr_filter.access_reject:    --> FAST-123456789012
(9) attr_filter.access_reject: Matched entry DEFAULT at line 11
(9)     [attr_filter.access_reject] = updated
(9)     [eap] = noop
(9)     policy remove_reply_message_if_eap {
(9)       if (&reply:EAP-Message && &reply:Reply-Message) {
(9)       if (&reply:EAP-Message && &reply:Reply-Message)  -> FALSE
(9)       else {
(9)         [noop] = noop
(9)       } # else = noop
(9)     } # policy remove_reply_message_if_eap = noop
(9)   } # Post-Auth-Type REJECT = updated
(9) session-state: Discarding attributes for server default
(9) Delaying response for 0.998364 seconds
Waking up in 0.3 seconds.
Waking up in 0.6 seconds.
(9) Sending delayed response
(9) Sent Access-Reject Id 27 from 192.168.0.34:1812 to 192.168.0.45:48088 length 44
(9)   EAP-Message = 0x04ca0004
(9)   Message-Authenticator = 0x00000000000000000000000000000000
Waking up in 3.8 seconds.
(10) Received Access-Request Id 28 from 192.168.0.45:48088 to 192.168.0.34:1812 length 236
(10)   User-Name = "FAST-123456789012"
(10)   NAS-IP-Address = 192.168.0.45
(10)   Called-Station-Id = "FC-34-97-2D-7C-24:krave_asus6e_5"
(10)   NAS-Port-Type = Wireless-802.11
(10)   Service-Type = Framed-User
(10)   Calling-Station-Id = "A0-B3-39-64-69-23"
(10)   Connect-Info = "CONNECT 24Mbps 802.11a"
(10)   Acct-Session-Id = "B53C4330F6A9380F"
(10)   Acct-Multi-Session-Id = "E0952F45C264846B"
(10)   WLAN-Pairwise-Cipher = 1027076
(10)   WLAN-Group-Cipher = 1027076
(10)   WLAN-AKM-Suite = 1027073
(10)   Framed-MTU = 1400
(10)   EAP-Message = 0x02fb001601464153542d313233343536373839303132
(10)   Message-Authenticator = 0x5900ec8e5a52faebb14a40321524d448
(10) # Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default
(10)   authorize {
(10)     policy filter_username {
(10)       if (&User-Name) {
(10)       if (&User-Name)  -> TRUE
(10)       if (&User-Name)  {
(10)         if (&User-Name =~ / /) {
(10)         if (&User-Name =~ / /)  -> FALSE
(10)         if (&User-Name =~ /@[^@]*@/ ) {
(10)         if (&User-Name =~ /@[^@]*@/ )  -> FALSE
(10)         if (&User-Name =~ /\.\./ ) {
(10)         if (&User-Name =~ /\.\./ )  -> FALSE
(10)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))  {
(10)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))   -> FALSE
(10)         if (&User-Name =~ /\.$/)  {
(10)         if (&User-Name =~ /\.$/)   -> FALSE
(10)         if (&User-Name =~ /@\./)  {
(10)         if (&User-Name =~ /@\./)   -> FALSE
(10)       } # if (&User-Name)  = notfound
(10)     } # policy filter_username = notfound
(10)     [preprocess] = ok
(10)     [chap] = noop
(10)     [mschap] = noop
(10)     [digest] = noop
(10) suffix: Checking for suffix after "@"
(10) suffix: No '@' in User-Name = "FAST-123456789012", looking up realm NULL
(10) suffix: No such realm "NULL"
(10)     [suffix] = noop
(10) eap: Peer sent EAP Response (code 2) ID 251 length 22
(10) eap: EAP-Identity reply, returning 'ok' so we can short-circuit the rest of authorize
(10)     [eap] = ok
(10)   } # authorize = ok
(10) Found Auth-Type = eap
(10) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(10)   authenticate {
(10) eap: Peer sent packet with method EAP Identity (1)
(10) eap: Using default_eap_type = PEAP
(10) eap: Calling submodule eap_peap to process data
(10) eap_peap: (TLS) PEAP -Initiating new session
(10) eap: Sending EAP Request (code 1) ID 252 length 6
(10) eap: EAP session adding &reply:State = 0xa57df6f1a581ef9d
(10)     [eap] = handled
(10)   } # authenticate = handled
(10) Using Post-Auth-Type Challenge
(10) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(10)   Challenge { ... } # empty sub-section is ignored
(10) session-state: Saving cached attributes for server default
(10)   Framed-MTU = 984
(10) Sent Access-Challenge Id 28 from 192.168.0.34:1812 to 192.168.0.45:48088 length 64
(10)   EAP-Message = 0x01fc00061920
(10)   Message-Authenticator = 0x00000000000000000000000000000000
(10)   State = 0xa57df6f1a581ef9dff34f4a2f5ea0295
(10) Finished request
(11) Received Access-Request Id 29 from 192.168.0.45:48088 to 192.168.0.34:1812 length 238
(11)   User-Name = "FAST-123456789012"
(11)   NAS-IP-Address = 192.168.0.45
(11)   Called-Station-Id = "FC-34-97-2D-7C-24:krave_asus6e_5"
(11)   NAS-Port-Type = Wireless-802.11
(11)   Service-Type = Framed-User
(11)   Calling-Station-Id = "A0-B3-39-64-69-23"
(11)   Connect-Info = "CONNECT 24Mbps 802.11a"
(11)   Acct-Session-Id = "B53C4330F6A9380F"
(11)   Acct-Multi-Session-Id = "E0952F45C264846B"
(11)   WLAN-Pairwise-Cipher = 1027076
(11)   WLAN-Group-Cipher = 1027076
(11)   WLAN-AKM-Suite = 1027073
(11)   Framed-MTU = 1400
(11)   EAP-Message = 0x02fc0006032b
(11)   State = 0xa57df6f1a581ef9dff34f4a2f5ea0295
(11)   Message-Authenticator = 0x29f58df76bf3282c58fc02cda3eeddcf
(11) session-state: Restoring attributes for server default
(11)   &session-state:Framed-MTU = 984
(11) # Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default
(11)   authorize {
(11)     policy filter_username {
(11)       if (&User-Name) {
(11)       if (&User-Name)  -> TRUE
(11)       if (&User-Name)  {
(11)         if (&User-Name =~ / /) {
(11)         if (&User-Name =~ / /)  -> FALSE
(11)         if (&User-Name =~ /@[^@]*@/ ) {
(11)         if (&User-Name =~ /@[^@]*@/ )  -> FALSE
(11)         if (&User-Name =~ /\.\./ ) {
(11)         if (&User-Name =~ /\.\./ )  -> FALSE
(11)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))  {
(11)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))   -> FALSE
(11)         if (&User-Name =~ /\.$/)  {
(11)         if (&User-Name =~ /\.$/)   -> FALSE
(11)         if (&User-Name =~ /@\./)  {
(11)         if (&User-Name =~ /@\./)   -> FALSE
(11)       } # if (&User-Name)  = notfound
(11)     } # policy filter_username = notfound
(11)     [preprocess] = ok
(11)     [chap] = noop
(11)     [mschap] = noop
(11)     [digest] = noop
(11) suffix: Checking for suffix after "@"
(11) suffix: No '@' in User-Name = "FAST-123456789012", looking up realm NULL
(11) suffix: No such realm "NULL"
(11)     [suffix] = noop
(11) eap: Peer sent EAP Response (code 2) ID 252 length 6
(11) eap: No EAP Start, assuming it's an on-going EAP conversation
(11)     [eap] = updated
(11)     [files] = noop
(11)     [expiration] = noop
(11)     [logintime] = noop
(11)   } # authorize = updated
(11) Found Auth-Type = eap
(11) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(11)   authenticate {
(11) eap: Removing EAP session with state 0xa57df6f1a581ef9d
(11) eap: Previous EAP request found for state 0xa57df6f1a581ef9d, released from the list
(11) eap: Peer sent packet with method EAP NAK (3)
(11) eap: Found mutually acceptable type FAST (43)
(11) eap: Found compatible type in NAK - EAP-Type = FAST
(11) eap: Calling submodule eap_fast to process data
(11) eap_fast: (TLS) FAST -Initiating new session
(11) eap_fast: Over-riding main cipher list with 'ALL:!EXPORT:!eNULL:!SSLv2:@SECLEVEL=0'
(11) eap_fast: Setting security level to 0 to allow anonymous cipher suites
(11) eap: Sending EAP Request (code 1) ID 253 length 26
(11) eap: EAP session adding &reply:State = 0xa57df6f1a480dd9d
(11)     [eap] = handled
(11)   } # authenticate = handled
(11) Using Post-Auth-Type Challenge
(11) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(11)   Challenge { ... } # empty sub-section is ignored
(11) session-state: Saving cached attributes for server default
(11)   Framed-MTU = 984
(11) Sent Access-Challenge Id 29 from 192.168.0.34:1812 to 192.168.0.45:48088 length 84
(11)   EAP-Message = 0x01fd001a2b210004001081dc9bdb52d04dc20036dbd8313ed055
(11)   Message-Authenticator = 0x00000000000000000000000000000000
(11)   State = 0xa57df6f1a480dd9dff34f4a2f5ea0295
(11) Finished request
(12) Received Access-Request Id 30 from 192.168.0.45:48088 to 192.168.0.34:1812 length 530
(12)   User-Name = "FAST-123456789012"
(12)   NAS-IP-Address = 192.168.0.45
(12)   Called-Station-Id = "FC-34-97-2D-7C-24:krave_asus6e_5"
(12)   NAS-Port-Type = Wireless-802.11
(12)   Service-Type = Framed-User
(12)   Calling-Station-Id = "A0-B3-39-64-69-23"
(12)   Connect-Info = "CONNECT 24Mbps 802.11a"
(12)   Acct-Session-Id = "B53C4330F6A9380F"
(12)   Acct-Multi-Session-Id = "E0952F45C264846B"
(12)   WLAN-Pairwise-Cipher = 1027076
(12)   WLAN-Group-Cipher = 1027076
(12)   WLAN-AKM-Suite = 1027073
(12)   Framed-MTU = 1400
(12)   EAP-Message = 0x02fd01282b01160301011d01000119030356dc026e9bb957e57387d9ba6eaec7625bafc23979860d07f0a6f38fb7bfeaa3000038c02cc030009fcca9cca8ccaac02bc02f009ec024c028006bc023c0270067c00ac0140039c009c0130033009d009c003d003c0035002f00ff010000b8000b000403000102000a000c000a001d0017001e00190018002300660002006281dc9bdb52d04dc20036dbd8313ed055000000000000000000000000000000001a784f0b96959eeb27624dcf7b7579f6a2de29d0a3da8ae33197e937a97c71d3f1d1de37bfcd55dd8d6b503d842acdad55c6ef79f7a2af8a5e7600e321e1cb80b33f0016000000170000000d002a0028040305030603080708080809080a080b080408050806040105010601030303010302040205020602
(12)   State = 0xa57df6f1a480dd9dff34f4a2f5ea0295
(12)   Message-Authenticator = 0xc7ffab76d7caa4ee6bcb60368d3b3069
(12) session-state: Restoring attributes for server default
(12)   &session-state:Framed-MTU = 984
(12) # Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default
(12)   authorize {
(12)     policy filter_username {
(12)       if (&User-Name) {
(12)       if (&User-Name)  -> TRUE
(12)       if (&User-Name)  {
(12)         if (&User-Name =~ / /) {
(12)         if (&User-Name =~ / /)  -> FALSE
(12)         if (&User-Name =~ /@[^@]*@/ ) {
(12)         if (&User-Name =~ /@[^@]*@/ )  -> FALSE
(12)         if (&User-Name =~ /\.\./ ) {
(12)         if (&User-Name =~ /\.\./ )  -> FALSE
(12)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))  {
(12)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))   -> FALSE
(12)         if (&User-Name =~ /\.$/)  {
(12)         if (&User-Name =~ /\.$/)   -> FALSE
(12)         if (&User-Name =~ /@\./)  {
(12)         if (&User-Name =~ /@\./)   -> FALSE
(12)       } # if (&User-Name)  = notfound
(12)     } # policy filter_username = notfound
(12)     [preprocess] = ok
(12)     [chap] = noop
(12)     [mschap] = noop
(12)     [digest] = noop
(12) suffix: Checking for suffix after "@"
(12) suffix: No '@' in User-Name = "FAST-123456789012", looking up realm NULL
(12) suffix: No such realm "NULL"
(12)     [suffix] = noop
(12) eap: Peer sent EAP Response (code 2) ID 253 length 296
(12) eap: Continuing tunnel setup
(12)     [eap] = ok
(12)   } # authorize = ok
(12) Found Auth-Type = eap
(12) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(12)   authenticate {
(12) eap: Removing EAP session with state 0xa57df6f1a480dd9d
(12) eap: Previous EAP request found for state 0xa57df6f1a480dd9d, released from the list
(12) eap: Peer sent packet with method EAP FAST (43)
(12) eap: Calling submodule eap_fast to process data
(12) eap_fast: Authenticate
(12) eap_fast: (TLS) EAP Done initial handshake
(12) eap_fast: (TLS) FAST - Handshake state - before SSL initialization
(12) eap_fast: (TLS) FAST - Handshake state - Server before SSL initialization
(12) eap_fast: (TLS) FAST - Handshake state - Server before SSL initialization
(12) eap_fast: (TLS) FAST - recv TLS 1.3 Handshake, ClientHello
(12) eap_fast: PAC provided via ClientHello SessionTicket extension
(12) eap_fast: processing PAC-Opaque
(12) eap_fast: (TLS) FAST - Handshake state - Server SSLv3/TLS read client hello
(12) eap_fast: (TLS) FAST - send TLS 1.2 Handshake, ServerHello
(12) eap_fast: (TLS) FAST - Handshake state - Server SSLv3/TLS write server hello
(12) eap_fast: (TLS) FAST - send TLS 1.2 ChangeCipherSpec
(12) eap_fast: (TLS) FAST - Handshake state - Server SSLv3/TLS write change cipher spec
(12) eap_fast: (TLS) FAST - send TLS 1.2 Handshake, Finished
(12) eap_fast: (TLS) FAST - Handshake state - Server SSLv3/TLS write finished
(12) eap_fast: (TLS) FAST - Server : Need to read more data: SSLv3/TLS write finished
(12) eap_fast: (TLS) FAST - In Handshake Phase
(12) eap: Sending EAP Request (code 1) ID 254 length 155
(12) eap: EAP session adding &reply:State = 0xa57df6f1a783dd9d
(12)     [eap] = handled
(12)   } # authenticate = handled
(12) Using Post-Auth-Type Challenge
(12) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(12)   Challenge { ... } # empty sub-section is ignored
(12) session-state: Saving cached attributes for server default
(12)   Framed-MTU = 984
(12)   TLS-Session-Information = "(TLS) FAST - recv TLS 1.3 Handshake, ClientHello"
(12)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHello"
(12)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 ChangeCipherSpec"
(12)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, Finished"
(12) Sent Access-Challenge Id 30 from 192.168.0.34:1812 to 192.168.0.45:48088 length 213
(12)   EAP-Message = 0x01fe009b2b01160303005d0200005903032cd90e0b615530be72221cf380776cf0e96629b3bb618bd2bd7e057584f4b64a20e7d4006b65f3428a45abae790735ff0626c154cb033362d8a30de6ee66f5bdbbc030000011ff01000100000b0004030001020017000014030300010116030300280d8710db2d5872af35d6d4769a22845e7073a85948f04537fa9e20c213591ee6962de61dd94fb077
(12)   Message-Authenticator = 0x00000000000000000000000000000000
(12)   State = 0xa57df6f1a783dd9dff34f4a2f5ea0295
(12) Finished request
(13) Received Access-Request Id 31 from 192.168.0.45:48088 to 192.168.0.34:1812 length 289
(13)   User-Name = "FAST-123456789012"
(13)   NAS-IP-Address = 192.168.0.45
(13)   Called-Station-Id = "FC-34-97-2D-7C-24:krave_asus6e_5"
(13)   NAS-Port-Type = Wireless-802.11
(13)   Service-Type = Framed-User
(13)   Calling-Station-Id = "A0-B3-39-64-69-23"
(13)   Connect-Info = "CONNECT 24Mbps 802.11a"
(13)   Acct-Session-Id = "B53C4330F6A9380F"
(13)   Acct-Multi-Session-Id = "E0952F45C264846B"
(13)   WLAN-Pairwise-Cipher = 1027076
(13)   WLAN-Group-Cipher = 1027076
(13)   WLAN-AKM-Suite = 1027073
(13)   Framed-MTU = 1400
(13)   EAP-Message = 0x02fe00392b0114030300010116030300288cf66e19aaa7de591172d6753dff6b47b9222b4bae066681683f7270b8d0b0499730861fe6d022f9
(13)   State = 0xa57df6f1a783dd9dff34f4a2f5ea0295
(13)   Message-Authenticator = 0xb7147c0471025e912908c5c1f46d0c3c
(13) session-state: Restoring attributes for server default
(13)   &session-state:Framed-MTU = 984
(13)   &session-state:TLS-Session-Information = "(TLS) FAST - recv TLS 1.3 Handshake, ClientHello"
(13)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHello"
(13)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 ChangeCipherSpec"
(13)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, Finished"
(13) # Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default
(13)   authorize {
(13)     policy filter_username {
(13)       if (&User-Name) {
(13)       if (&User-Name)  -> TRUE
(13)       if (&User-Name)  {
(13)         if (&User-Name =~ / /) {
(13)         if (&User-Name =~ / /)  -> FALSE
(13)         if (&User-Name =~ /@[^@]*@/ ) {
(13)         if (&User-Name =~ /@[^@]*@/ )  -> FALSE
(13)         if (&User-Name =~ /\.\./ ) {
(13)         if (&User-Name =~ /\.\./ )  -> FALSE
(13)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))  {
(13)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))   -> FALSE
(13)         if (&User-Name =~ /\.$/)  {
(13)         if (&User-Name =~ /\.$/)   -> FALSE
(13)         if (&User-Name =~ /@\./)  {
(13)         if (&User-Name =~ /@\./)   -> FALSE
(13)       } # if (&User-Name)  = notfound
(13)     } # policy filter_username = notfound
(13)     [preprocess] = ok
(13)     [chap] = noop
(13)     [mschap] = noop
(13)     [digest] = noop
(13) suffix: Checking for suffix after "@"
(13) suffix: No '@' in User-Name = "FAST-123456789012", looking up realm NULL
(13) suffix: No such realm "NULL"
(13)     [suffix] = noop
(13) eap: Peer sent EAP Response (code 2) ID 254 length 57
(13) eap: Continuing tunnel setup
(13)     [eap] = ok
(13)   } # authorize = ok
(13) Found Auth-Type = eap
(13) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(13)   authenticate {
(13) eap: Removing EAP session with state 0xa57df6f1a783dd9d
(13) eap: Previous EAP request found for state 0xa57df6f1a783dd9d, released from the list
(13) eap: Peer sent packet with method EAP FAST (43)
(13) eap: Calling submodule eap_fast to process data
(13) eap_fast: Authenticate
(13) eap_fast: (TLS) EAP Done initial handshake
(13) eap_fast: (TLS) FAST - Handshake state - Server SSLv3/TLS write finished
(13) eap_fast: (TLS) FAST - Handshake state - Server SSLv3/TLS read change cipher spec
(13) eap_fast: (TLS) FAST - recv TLS 1.2 Handshake, Finished
(13) eap_fast: (TLS) FAST - Handshake state - Server SSLv3/TLS read finished
(13) eap_fast: (TLS) FAST - Handshake state - SSL negotiation finished successfully
(13) eap_fast: (TLS) FAST - Connection Established
(13) eap_fast:   TLS-Session-Cipher-Suite = "ECDHE-RSA-AES256-GCM-SHA384"
(13) eap_fast:   TLS-Session-Version = "TLS 1.2"
(13) eap_fast: (TLS) FAST - Application data.
(13) eap_fast: WARNING: (TLS) EAP No information in cached session e7d4006b65f3428a45abae790735ff0626c154cb033362d8a30de6ee66f5bdbb
(13) eap_fast: Session established.  Proceeding to decode tunneled attributes
(13) eap_fast: Session Resumed from PAC
(13) eap_fast: Deriving EAP-FAST keys
(13) eap_fast: OpenSSL: keyblock size: mac_key_len=0 enc_key_len=32 fixed_iv_len=4
(13) eap_fast: Sending EAP-Identity
(13) eap_fast: Challenge
(13) eap: Sending EAP Request (code 1) ID 255 length 44
(13) eap: EAP session adding &reply:State = 0xa57df6f1a682dd9d
(13)     [eap] = handled
(13)   } # authenticate = handled
(13) Using Post-Auth-Type Challenge
(13) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(13)   Challenge { ... } # empty sub-section is ignored
(13) session-state: Saving cached attributes for server default
(13)   Framed-MTU = 984
(13)   TLS-Session-Information = "(TLS) FAST - recv TLS 1.3 Handshake, ClientHello"
(13)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHello"
(13)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 ChangeCipherSpec"
(13)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, Finished"
(13)   TLS-Session-Information = "(TLS) FAST - recv TLS 1.2 Handshake, Finished"
(13)   TLS-Session-Cipher-Suite = "ECDHE-RSA-AES256-GCM-SHA384"
(13)   TLS-Session-Version = "TLS 1.2"
(13) Sent Access-Challenge Id 31 from 192.168.0.34:1812 to 192.168.0.45:48088 length 102
(13)   EAP-Message = 0x01ff002c2b0117030300210d8710db2d5872b05feabe5eac67dfbccda8344eba2361819d300440d7b0bdb15f
(13)   Message-Authenticator = 0x00000000000000000000000000000000
(13)   State = 0xa57df6f1a682dd9dff34f4a2f5ea0295
(13) Finished request
(14) Received Access-Request Id 32 from 192.168.0.45:48088 to 192.168.0.34:1812 length 286
(14)   User-Name = "FAST-123456789012"
(14)   NAS-IP-Address = 192.168.0.45
(14)   Called-Station-Id = "FC-34-97-2D-7C-24:krave_asus6e_5"
(14)   NAS-Port-Type = Wireless-802.11
(14)   Service-Type = Framed-User
(14)   Calling-Station-Id = "A0-B3-39-64-69-23"
(14)   Connect-Info = "CONNECT 24Mbps 802.11a"
(14)   Acct-Session-Id = "B53C4330F6A9380F"
(14)   Acct-Multi-Session-Id = "E0952F45C264846B"
(14)   WLAN-Pairwise-Cipher = 1027076
(14)   WLAN-Group-Cipher = 1027076
(14)   WLAN-AKM-Suite = 1027073
(14)   Framed-MTU = 1400
(14)   EAP-Message = 0x02ff00362b01170303002b8cf66e19aaa7de5a8119b05975d7700c2be70cca37e7cb3322b91ff2217080227c44b7b4c0f0a2a677db93
(14)   State = 0xa57df6f1a682dd9dff34f4a2f5ea0295
(14)   Message-Authenticator = 0x190de3e09a4b902d8e9c074473d5963c
(14) session-state: Restoring attributes for server default
(14)   &session-state:Framed-MTU = 984
(14)   &session-state:TLS-Session-Information = "(TLS) FAST - recv TLS 1.3 Handshake, ClientHello"
(14)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHello"
(14)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 ChangeCipherSpec"
(14)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, Finished"
(14)   &session-state:TLS-Session-Information = "(TLS) FAST - recv TLS 1.2 Handshake, Finished"
(14)   &session-state:TLS-Session-Cipher-Suite = "ECDHE-RSA-AES256-GCM-SHA384"
(14)   &session-state:TLS-Session-Version = "TLS 1.2"
(14) # Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default
(14)   authorize {
(14)     policy filter_username {
(14)       if (&User-Name) {
(14)       if (&User-Name)  -> TRUE
(14)       if (&User-Name)  {
(14)         if (&User-Name =~ / /) {
(14)         if (&User-Name =~ / /)  -> FALSE
(14)         if (&User-Name =~ /@[^@]*@/ ) {
(14)         if (&User-Name =~ /@[^@]*@/ )  -> FALSE
(14)         if (&User-Name =~ /\.\./ ) {
(14)         if (&User-Name =~ /\.\./ )  -> FALSE
(14)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))  {
(14)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))   -> FALSE
(14)         if (&User-Name =~ /\.$/)  {
(14)         if (&User-Name =~ /\.$/)   -> FALSE
(14)         if (&User-Name =~ /@\./)  {
(14)         if (&User-Name =~ /@\./)   -> FALSE
(14)       } # if (&User-Name)  = notfound
(14)     } # policy filter_username = notfound
(14)     [preprocess] = ok
(14)     [chap] = noop
(14)     [mschap] = noop
(14)     [digest] = noop
(14) suffix: Checking for suffix after "@"
(14) suffix: No '@' in User-Name = "FAST-123456789012", looking up realm NULL
(14) suffix: No such realm "NULL"
(14)     [suffix] = noop
(14) eap: Peer sent EAP Response (code 2) ID 255 length 54
(14) eap: Continuing tunnel setup
(14)     [eap] = ok
(14)   } # authorize = ok
(14) Found Auth-Type = eap
(14) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(14)   authenticate {
(14) eap: Removing EAP session with state 0xa57df6f1a682dd9d
(14) eap: Previous EAP request found for state 0xa57df6f1a682dd9d, released from the list
(14) eap: Peer sent packet with method EAP FAST (43)
(14) eap: Calling submodule eap_fast to process data
(14) eap_fast: Authenticate
(14) eap_fast: (TLS) EAP Done initial handshake
(14) eap_fast: Session established.  Proceeding to decode tunneled attributes
(14) eap_fast: Got Tunneled FAST TLVs
(14) eap_fast:   FreeRADIUS-EAP-FAST-EAP-Payload = 0x02ff000f01626f625f6c6f626c6177
(14) eap_fast: Processing received EAP Payload
(14) eap_fast: Got tunneled request
(14) eap_fast:   EAP-Message = 0x02ff000f01626f625f6c6f626c6177
(14) eap_fast: Got tunneled identity of bob_loblaw
(14) eap_fast: AUTHENTICATION
(14) Virtual server inner-tunnel received request
(14)   EAP-Message = 0x02ff000f01626f625f6c6f626c6177
(14)   FreeRADIUS-Proxied-To = 127.0.0.1
(14)   User-Name = "bob_loblaw"
(14) WARNING: Outer User-Name is not anonymized.  User privacy is compromised.
(14) server inner-tunnel {
(14)   # Executing section authorize from file /usr/local/etc/raddb/sites-enabled/inner-tunnel
(14)     authorize {
(14)       policy filter_username {
(14)         if (&User-Name) {
(14)         if (&User-Name)  -> TRUE
(14)         if (&User-Name)  {
(14)           if (&User-Name =~ / /) {
(14)           if (&User-Name =~ / /)  -> FALSE
(14)           if (&User-Name =~ /@[^@]*@/ ) {
(14)           if (&User-Name =~ /@[^@]*@/ )  -> FALSE
(14)           if (&User-Name =~ /\.\./ ) {
(14)           if (&User-Name =~ /\.\./ )  -> FALSE
(14)           if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))  {
(14)           if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))   -> FALSE
(14)           if (&User-Name =~ /\.$/)  {
(14)           if (&User-Name =~ /\.$/)   -> FALSE
(14)           if (&User-Name =~ /@\./)  {
(14)           if (&User-Name =~ /@\./)   -> FALSE
(14)         } # if (&User-Name)  = notfound
(14)       } # policy filter_username = notfound
(14)       [chap] = noop
(14)       [mschap] = noop
(14) suffix: Checking for suffix after "@"
(14) suffix: No '@' in User-Name = "bob_loblaw", looking up realm NULL
(14) suffix: No such realm "NULL"
(14)       [suffix] = noop
(14)       update control {
(14)         &Proxy-To-Realm := LOCAL
(14)       } # update control = noop
(14) eap: Peer sent EAP Response (code 2) ID 255 length 15
(14) eap: EAP-Identity reply, returning 'ok' so we can short-circuit the rest of authorize
(14)       [eap] = ok
(14)     } # authorize = ok
(14)   Found Auth-Type = eap
(14)   # Executing group from file /usr/local/etc/raddb/sites-enabled/inner-tunnel
(14)     authenticate {
(14) eap: Peer sent packet with method EAP Identity (1)
(14) eap: Found &control:EAP-Type = MSCHAPv2
(14) eap: Calling submodule eap_mschapv2 to process data
(14) eap_mschapv2: Issuing Challenge
(14) eap: Sending EAP Request (code 1) ID 0 length 42
(14) eap: EAP session adding &reply:State = 0xb88c3f31b88c2559
(14)       [eap] = handled
(14)     } # authenticate = handled
(14)   Using Post-Auth-Type Challenge
(14)   Post-Auth-Type sub-section not found.  Ignoring.
(14)   # Executing group from file /usr/local/etc/raddb/sites-enabled/inner-tunnel
(14) } # server inner-tunnel
(14) Virtual server sending reply
(14)   EAP-Message = 0x0100002a1a01000025104a20dc79c34ed15951d46f3fce7cd768667265657261646975732d332e322e39
(14)   Message-Authenticator = 0x00000000000000000000000000000000
(14)   State = 0xb88c3f31b88c255936da3d123c1bdca8
(14) eap_fast: Got tunneled Access-Challenge
(14) eap_fast: Challenge
(14) eap: Sending EAP Request (code 1) ID 0 length 81
(14) eap: EAP session adding &reply:State = 0xa57df6f1a17ddd9d
(14)     [eap] = handled
(14)   } # authenticate = handled
(14) Using Post-Auth-Type Challenge
(14) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(14)   Challenge { ... } # empty sub-section is ignored
(14) session-state: Saving cached attributes for server default
(14)   Framed-MTU = 984
(14)   TLS-Session-Information = "(TLS) FAST - recv TLS 1.3 Handshake, ClientHello"
(14)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHello"
(14)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 ChangeCipherSpec"
(14)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, Finished"
(14)   TLS-Session-Information = "(TLS) FAST - recv TLS 1.2 Handshake, Finished"
(14)   TLS-Session-Cipher-Suite = "ECDHE-RSA-AES256-GCM-SHA384"
(14)   TLS-Session-Version = "TLS 1.2"
(14) Sent Access-Challenge Id 32 from 192.168.0.34:1812 to 192.168.0.45:48088 length 139
(14)   EAP-Message = 0x010000512b0117030300460d8710db2d5872b14abae7f3d26b2abff6f19016f1a9e80af49acbe18ba89266a7fe91354c6df6e295884e3898c2f05ae13f7c5d3f1b42719edfe1cb37c81bf51eb02b9fc228
(14)   Message-Authenticator = 0x00000000000000000000000000000000
(14)   State = 0xa57df6f1a17ddd9dff34f4a2f5ea0295
(14) Finished request
(15) Received Access-Request Id 33 from 192.168.0.45:48088 to 192.168.0.34:1812 length 340
(15)   User-Name = "FAST-123456789012"
(15)   NAS-IP-Address = 192.168.0.45
(15)   Called-Station-Id = "FC-34-97-2D-7C-24:krave_asus6e_5"
(15)   NAS-Port-Type = Wireless-802.11
(15)   Service-Type = Framed-User
(15)   Calling-Station-Id = "A0-B3-39-64-69-23"
(15)   Connect-Info = "CONNECT 24Mbps 802.11a"
(15)   Acct-Session-Id = "B53C4330F6A9380F"
(15)   Acct-Multi-Session-Id = "E0952F45C264846B"
(15)   WLAN-Pairwise-Cipher = 1027076
(15)   WLAN-Group-Cipher = 1027076
(15)   WLAN-AKM-Suite = 1027073
(15)   Framed-MTU = 1400
(15)   EAP-Message = 0x0200006c2b0117030300618cf66e19aaa7de5b28c8cfe299161ba867b2eed2bc06801d279fb5525d7f2e4af0bb520e2b8b73719576fe63acfe4480343d234c26d6a606f411e82a126432867536ea8221c1992bd74f123908ffa30830b50fbdbc9486a5917d0f8bb312c573a9
(15)   State = 0xa57df6f1a17ddd9dff34f4a2f5ea0295
(15)   Message-Authenticator = 0x17b4a90a7ee2596157f1150d9fc49a0e
(15) session-state: Restoring attributes for server default
(15)   &session-state:Framed-MTU = 984
(15)   &session-state:TLS-Session-Information = "(TLS) FAST - recv TLS 1.3 Handshake, ClientHello"
(15)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHello"
(15)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 ChangeCipherSpec"
(15)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, Finished"
(15)   &session-state:TLS-Session-Information = "(TLS) FAST - recv TLS 1.2 Handshake, Finished"
(15)   &session-state:TLS-Session-Cipher-Suite = "ECDHE-RSA-AES256-GCM-SHA384"
(15)   &session-state:TLS-Session-Version = "TLS 1.2"
(15) # Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default
(15)   authorize {
(15)     policy filter_username {
(15)       if (&User-Name) {
(15)       if (&User-Name)  -> TRUE
(15)       if (&User-Name)  {
(15)         if (&User-Name =~ / /) {
(15)         if (&User-Name =~ / /)  -> FALSE
(15)         if (&User-Name =~ /@[^@]*@/ ) {
(15)         if (&User-Name =~ /@[^@]*@/ )  -> FALSE
(15)         if (&User-Name =~ /\.\./ ) {
(15)         if (&User-Name =~ /\.\./ )  -> FALSE
(15)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))  {
(15)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))   -> FALSE
(15)         if (&User-Name =~ /\.$/)  {
(15)         if (&User-Name =~ /\.$/)   -> FALSE
(15)         if (&User-Name =~ /@\./)  {
(15)         if (&User-Name =~ /@\./)   -> FALSE
(15)       } # if (&User-Name)  = notfound
(15)     } # policy filter_username = notfound
(15)     [preprocess] = ok
(15)     [chap] = noop
(15)     [mschap] = noop
(15)     [digest] = noop
(15) suffix: Checking for suffix after "@"
(15) suffix: No '@' in User-Name = "FAST-123456789012", looking up realm NULL
(15) suffix: No such realm "NULL"
(15)     [suffix] = noop
(15) eap: Peer sent EAP Response (code 2) ID 0 length 108
(15) eap: Continuing tunnel setup
(15)     [eap] = ok
(15)   } # authorize = ok
(15) Found Auth-Type = eap
(15) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(15)   authenticate {
(15) eap: Removing EAP session with state 0xa57df6f1a17ddd9d
(15) eap: Previous EAP request found for state 0xa57df6f1a17ddd9d, released from the list
(15) eap: Peer sent packet with method EAP FAST (43)
(15) eap: Calling submodule eap_fast to process data
(15) eap_fast: Authenticate
(15) eap_fast: (TLS) EAP Done initial handshake
(15) eap_fast: Session established.  Proceeding to decode tunneled attributes
(15) eap_fast: Got Tunneled FAST TLVs
(15) eap_fast:   FreeRADIUS-EAP-FAST-EAP-Payload = 0x020000451a0200004031dbde2d256f859698c455f78200c1680f00000000000000006f86dca1ec4f27594d9f76e6361acb50ab5ea9e6b11cdbdc00626f625f6c6f626c6177
(15) eap_fast: Processing received EAP Payload
(15) eap_fast: Got tunneled request
(15) eap_fast:   EAP-Message = 0x020000451a0200004031dbde2d256f859698c455f78200c1680f00000000000000006f86dca1ec4f27594d9f76e6361acb50ab5ea9e6b11cdbdc00626f625f6c6f626c6177
(15) eap_fast: AUTHENTICATION
(15) Virtual server inner-tunnel received request
(15)   EAP-Message = 0x020000451a0200004031dbde2d256f859698c455f78200c1680f00000000000000006f86dca1ec4f27594d9f76e6361acb50ab5ea9e6b11cdbdc00626f625f6c6f626c6177
(15)   FreeRADIUS-Proxied-To = 127.0.0.1
(15)   User-Name = "bob_loblaw"
(15)   State = 0xb88c3f31b88c255936da3d123c1bdca8
(15) WARNING: Outer User-Name is not anonymized.  User privacy is compromised.
(15) server inner-tunnel {
(15)   session-state: No cached attributes for server inner-tunnel
(15)   # Executing section authorize from file /usr/local/etc/raddb/sites-enabled/inner-tunnel
(15)     authorize {
(15)       policy filter_username {
(15)         if (&User-Name) {
(15)         if (&User-Name)  -> TRUE
(15)         if (&User-Name)  {
(15)           if (&User-Name =~ / /) {
(15)           if (&User-Name =~ / /)  -> FALSE
(15)           if (&User-Name =~ /@[^@]*@/ ) {
(15)           if (&User-Name =~ /@[^@]*@/ )  -> FALSE
(15)           if (&User-Name =~ /\.\./ ) {
(15)           if (&User-Name =~ /\.\./ )  -> FALSE
(15)           if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))  {
(15)           if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))   -> FALSE
(15)           if (&User-Name =~ /\.$/)  {
(15)           if (&User-Name =~ /\.$/)   -> FALSE
(15)           if (&User-Name =~ /@\./)  {
(15)           if (&User-Name =~ /@\./)   -> FALSE
(15)         } # if (&User-Name)  = notfound
(15)       } # policy filter_username = notfound
(15)       [chap] = noop
(15)       [mschap] = noop
(15) suffix: Checking for suffix after "@"
(15) suffix: No '@' in User-Name = "bob_loblaw", looking up realm NULL
(15) suffix: No such realm "NULL"
(15)       [suffix] = noop
(15)       update control {
(15)         &Proxy-To-Realm := LOCAL
(15)       } # update control = noop
(15) eap: Peer sent EAP Response (code 2) ID 0 length 69
(15) eap: No EAP Start, assuming it's an on-going EAP conversation
(15)       [eap] = updated
(15) files: users: Matched entry bob_loblaw at line 1
(15)       [files] = ok
(15)       [expiration] = noop
(15)       [logintime] = noop
(15) pap: WARNING: Auth-Type already set.  Not setting to PAP
(15)       [pap] = noop
(15)     } # authorize = updated
(15)   Found Auth-Type = eap
(15)   # Executing group from file /usr/local/etc/raddb/sites-enabled/inner-tunnel
(15)     authenticate {
(15) eap: Removing EAP session with state 0xb88c3f31b88c2559
(15) eap: Previous EAP request found for state 0xb88c3f31b88c2559, released from the list
(15) eap: Peer sent packet with method EAP MSCHAPv2 (26)
(15) eap: Calling submodule eap_mschapv2 to process data
(15) eap_mschapv2: # Executing group from file /usr/local/etc/raddb/sites-enabled/inner-tunnel
(15) eap_mschapv2:   authenticate {
(15) mschap: Found Cleartext-Password, hashing to create NT-Password
(15) mschap: Creating challenge hash with username: bob_loblaw
(15) mschap: Client is using MS-CHAPv2
(15) mschap: Adding MS-CHAPv2 MPPE keys
(15) eap_mschapv2:     [mschap] = ok
(15) eap_mschapv2:   } # authenticate = ok
(15) eap_mschapv2: MSCHAP Success
(15) eap: Sending EAP Request (code 1) ID 1 length 51
(15) eap: EAP session adding &reply:State = 0xb88c3f31b98d2559
(15)       [eap] = handled
(15)     } # authenticate = handled
(15)   Using Post-Auth-Type Challenge
(15)   Post-Auth-Type sub-section not found.  Ignoring.
(15)   # Executing group from file /usr/local/etc/raddb/sites-enabled/inner-tunnel
(15) } # server inner-tunnel
(15) Virtual server sending reply
(15)   EAP-Message = 0x010100331a0300002e533d42373146363037304539444137303246464531314230343435443930384537333535323938434641
(15)   Message-Authenticator = 0x00000000000000000000000000000000
(15)   State = 0xb88c3f31b98d255936da3d123c1bdca8
(15) eap_fast: Got tunneled Access-Challenge
(15) eap_fast: Challenge
(15) eap: Sending EAP Request (code 1) ID 1 length 90
(15) eap: EAP session adding &reply:State = 0xa57df6f1a07cdd9d
(15)     [eap] = handled
(15)   } # authenticate = handled
(15) Using Post-Auth-Type Challenge
(15) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(15)   Challenge { ... } # empty sub-section is ignored
(15) session-state: Saving cached attributes for server default
(15)   Framed-MTU = 984
(15)   TLS-Session-Information = "(TLS) FAST - recv TLS 1.3 Handshake, ClientHello"
(15)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHello"
(15)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 ChangeCipherSpec"
(15)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, Finished"
(15)   TLS-Session-Information = "(TLS) FAST - recv TLS 1.2 Handshake, Finished"
(15)   TLS-Session-Cipher-Suite = "ECDHE-RSA-AES256-GCM-SHA384"
(15)   TLS-Session-Version = "TLS 1.2"
(15) Sent Access-Challenge Id 33 from 192.168.0.34:1812 to 192.168.0.45:48088 length 148
(15)   EAP-Message = 0x0101005a2b01170303004f0d8710db2d5872b2e46302898cd53bb2c121e4c007f7d2ac6b48f7a2e57d7c1bc245613fa2e1b7e981b4d22b79e00b66d9c43a960df08eedec773db7f7fe877de554d6faef1cf0ccb0fcb37258ae7b
(15)   Message-Authenticator = 0x00000000000000000000000000000000
(15)   State = 0xa57df6f1a07cdd9dff34f4a2f5ea0295
(15) Finished request
(16) Received Access-Request Id 34 from 192.168.0.45:48088 to 192.168.0.34:1812 length 277
(16)   User-Name = "FAST-123456789012"
(16)   NAS-IP-Address = 192.168.0.45
(16)   Called-Station-Id = "FC-34-97-2D-7C-24:krave_asus6e_5"
(16)   NAS-Port-Type = Wireless-802.11
(16)   Service-Type = Framed-User
(16)   Calling-Station-Id = "A0-B3-39-64-69-23"
(16)   Connect-Info = "CONNECT 24Mbps 802.11a"
(16)   Acct-Session-Id = "B53C4330F6A9380F"
(16)   Acct-Multi-Session-Id = "E0952F45C264846B"
(16)   WLAN-Pairwise-Cipher = 1027076
(16)   WLAN-Group-Cipher = 1027076
(16)   WLAN-AKM-Suite = 1027073
(16)   Framed-MTU = 1400
(16)   EAP-Message = 0x0201002d2b0117030300228cf66e19aaa7de5c3a4bd952cbefe3183066c274bf1a656d6c25df3073da6408f6f1
(16)   State = 0xa57df6f1a07cdd9dff34f4a2f5ea0295
(16)   Message-Authenticator = 0x8669302ebd77340473f1c06b3b78f3cc
(16) session-state: Restoring attributes for server default
(16)   &session-state:Framed-MTU = 984
(16)   &session-state:TLS-Session-Information = "(TLS) FAST - recv TLS 1.3 Handshake, ClientHello"
(16)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHello"
(16)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 ChangeCipherSpec"
(16)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, Finished"
(16)   &session-state:TLS-Session-Information = "(TLS) FAST - recv TLS 1.2 Handshake, Finished"
(16)   &session-state:TLS-Session-Cipher-Suite = "ECDHE-RSA-AES256-GCM-SHA384"
(16)   &session-state:TLS-Session-Version = "TLS 1.2"
(16) # Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default
(16)   authorize {
(16)     policy filter_username {
(16)       if (&User-Name) {
(16)       if (&User-Name)  -> TRUE
(16)       if (&User-Name)  {
(16)         if (&User-Name =~ / /) {
(16)         if (&User-Name =~ / /)  -> FALSE
(16)         if (&User-Name =~ /@[^@]*@/ ) {
(16)         if (&User-Name =~ /@[^@]*@/ )  -> FALSE
(16)         if (&User-Name =~ /\.\./ ) {
(16)         if (&User-Name =~ /\.\./ )  -> FALSE
(16)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))  {
(16)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))   -> FALSE
(16)         if (&User-Name =~ /\.$/)  {
(16)         if (&User-Name =~ /\.$/)   -> FALSE
(16)         if (&User-Name =~ /@\./)  {
(16)         if (&User-Name =~ /@\./)   -> FALSE
(16)       } # if (&User-Name)  = notfound
(16)     } # policy filter_username = notfound
(16)     [preprocess] = ok
(16)     [chap] = noop
(16)     [mschap] = noop
(16)     [digest] = noop
(16) suffix: Checking for suffix after "@"
(16) suffix: No '@' in User-Name = "FAST-123456789012", looking up realm NULL
(16) suffix: No such realm "NULL"
(16)     [suffix] = noop
(16) eap: Peer sent EAP Response (code 2) ID 1 length 45
(16) eap: Continuing tunnel setup
(16)     [eap] = ok
(16)   } # authorize = ok
(16) Found Auth-Type = eap
(16) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(16)   authenticate {
(16) eap: Removing EAP session with state 0xa57df6f1a07cdd9d
(16) eap: Previous EAP request found for state 0xa57df6f1a07cdd9d, released from the list
(16) eap: Peer sent packet with method EAP FAST (43)
(16) eap: Calling submodule eap_fast to process data
(16) eap_fast: Authenticate
(16) eap_fast: (TLS) EAP Done initial handshake
(16) eap_fast: Session established.  Proceeding to decode tunneled attributes
(16) eap_fast: Got Tunneled FAST TLVs
(16) eap_fast:   FreeRADIUS-EAP-FAST-EAP-Payload = 0x020100061a03
(16) eap_fast: Processing received EAP Payload
(16) eap_fast: Got tunneled request
(16) eap_fast:   EAP-Message = 0x020100061a03
(16) eap_fast: AUTHENTICATION
(16) Virtual server inner-tunnel received request
(16)   EAP-Message = 0x020100061a03
(16)   FreeRADIUS-Proxied-To = 127.0.0.1
(16)   User-Name = "bob_loblaw"
(16)   State = 0xb88c3f31b98d255936da3d123c1bdca8
(16) WARNING: Outer User-Name is not anonymized.  User privacy is compromised.
(16) server inner-tunnel {
(16)   session-state: No cached attributes for server inner-tunnel
(16)   # Executing section authorize from file /usr/local/etc/raddb/sites-enabled/inner-tunnel
(16)     authorize {
(16)       policy filter_username {
(16)         if (&User-Name) {
(16)         if (&User-Name)  -> TRUE
(16)         if (&User-Name)  {
(16)           if (&User-Name =~ / /) {
(16)           if (&User-Name =~ / /)  -> FALSE
(16)           if (&User-Name =~ /@[^@]*@/ ) {
(16)           if (&User-Name =~ /@[^@]*@/ )  -> FALSE
(16)           if (&User-Name =~ /\.\./ ) {
(16)           if (&User-Name =~ /\.\./ )  -> FALSE
(16)           if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))  {
(16)           if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))   -> FALSE
(16)           if (&User-Name =~ /\.$/)  {
(16)           if (&User-Name =~ /\.$/)   -> FALSE
(16)           if (&User-Name =~ /@\./)  {
(16)           if (&User-Name =~ /@\./)   -> FALSE
(16)         } # if (&User-Name)  = notfound
(16)       } # policy filter_username = notfound
(16)       [chap] = noop
(16)       [mschap] = noop
(16) suffix: Checking for suffix after "@"
(16) suffix: No '@' in User-Name = "bob_loblaw", looking up realm NULL
(16) suffix: No such realm "NULL"
(16)       [suffix] = noop
(16)       update control {
(16)         &Proxy-To-Realm := LOCAL
(16)       } # update control = noop
(16) eap: Peer sent EAP Response (code 2) ID 1 length 6
(16) eap: No EAP Start, assuming it's an on-going EAP conversation
(16)       [eap] = updated
(16) files: users: Matched entry bob_loblaw at line 1
(16)       [files] = ok
(16)       [expiration] = noop
(16)       [logintime] = noop
(16) pap: WARNING: Auth-Type already set.  Not setting to PAP
(16)       [pap] = noop
(16)     } # authorize = updated
(16)   Found Auth-Type = eap
(16)   # Executing group from file /usr/local/etc/raddb/sites-enabled/inner-tunnel
(16)     authenticate {
(16) eap: Removing EAP session with state 0xb88c3f31b98d2559
(16) eap: Previous EAP request found for state 0xb88c3f31b98d2559, released from the list
(16) eap: Peer sent packet with method EAP MSCHAPv2 (26)
(16) eap: Calling submodule eap_mschapv2 to process data
(16) eap: Sending EAP Success (code 3) ID 1 length 4
(16) eap: Freeing handler
(16)       [eap] = ok
(16)     } # authenticate = ok
(16)   # Executing section post-auth from file /usr/local/etc/raddb/sites-enabled/inner-tunnel
(16)     post-auth {
(16)       if (0) {
(16)       if (0)  -> FALSE
(16)     } # post-auth = noop
(16) } # server inner-tunnel
(16) Virtual server sending reply
(16)   MS-MPPE-Encryption-Policy = Encryption-Allowed
(16)   MS-MPPE-Encryption-Types = RC4-40or128-bit-Allowed
(16)   MS-MPPE-Send-Key = 0x2a68894ea577a443822ce27395361847
(16)   MS-MPPE-Recv-Key = 0x1160583b3506857071d38360689913cf
(16)   EAP-Message = 0x03010004
(16)   Message-Authenticator = 0x00000000000000000000000000000000
(16)   User-Name = "bob_loblaw"
(16) eap_fast: Got tunneled Access-Accept
(16) eap_fast: Updating ICMK
(16) eap_fast: Sending Cryptobinding
(16) eap_fast: Challenge
(16) eap: Sending EAP Request (code 1) ID 2 length 101
(16) eap: EAP session adding &reply:State = 0xa57df6f1a37fdd9d
(16)     [eap] = handled
(16)   } # authenticate = handled
(16) Using Post-Auth-Type Challenge
(16) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(16)   Challenge { ... } # empty sub-section is ignored
(16) session-state: Saving cached attributes for server default
(16)   Framed-MTU = 984
(16)   TLS-Session-Information = "(TLS) FAST - recv TLS 1.3 Handshake, ClientHello"
(16)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHello"
(16)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 ChangeCipherSpec"
(16)   TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, Finished"
(16)   TLS-Session-Information = "(TLS) FAST - recv TLS 1.2 Handshake, Finished"
(16)   TLS-Session-Cipher-Suite = "ECDHE-RSA-AES256-GCM-SHA384"
(16)   TLS-Session-Version = "TLS 1.2"
(16) Sent Access-Challenge Id 34 from 192.168.0.34:1812 to 192.168.0.45:48088 length 159
(16)   EAP-Message = 0x010200652b01170303005a0d8710db2d5872b351706deeae3b043168752038f14c590c17edc144a72e53a68741bb378edd583b65351028c76b0c7eed1e8b54cd650209c6fc7bac5977056cb691ec3ababceffcade31040cf31e29ff2b034dc47399f309c32
(16)   Message-Authenticator = 0x00000000000000000000000000000000
(16)   State = 0xa57df6f1a37fdd9dff34f4a2f5ea0295
(16) Finished request
(17) Received Access-Request Id 35 from 192.168.0.45:48088 to 192.168.0.34:1812 length 333
(17)   User-Name = "FAST-123456789012"
(17)   NAS-IP-Address = 192.168.0.45
(17)   Called-Station-Id = "FC-34-97-2D-7C-24:krave_asus6e_5"
(17)   NAS-Port-Type = Wireless-802.11
(17)   Service-Type = Framed-User
(17)   Calling-Station-Id = "A0-B3-39-64-69-23"
(17)   Connect-Info = "CONNECT 24Mbps 802.11a"
(17)   Acct-Session-Id = "B53C4330F6A9380F"
(17)   Acct-Multi-Session-Id = "E0952F45C264846B"
(17)   WLAN-Pairwise-Cipher = 1027076
(17)   WLAN-Group-Cipher = 1027076
(17)   WLAN-AKM-Suite = 1027073
(17)   Framed-MTU = 1400
(17)   EAP-Message = 0x020200652b01170303005a8cf66e19aaa7de5d3a01a0f58c8704d34322a63217bf6c4dd68878440985786fe5735db8a831f985c0aa874268ba235572f00ef935f0f2c1884f9f0538c5977b6601f2df6587d6d9233753ce48ac147847309936f347c88af5e5
(17)   State = 0xa57df6f1a37fdd9dff34f4a2f5ea0295
(17)   Message-Authenticator = 0xe5ba4942b41bcbfdead4d735349968f2
(17) session-state: Restoring attributes for server default
(17)   &session-state:Framed-MTU = 984
(17)   &session-state:TLS-Session-Information = "(TLS) FAST - recv TLS 1.3 Handshake, ClientHello"
(17)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, ServerHello"
(17)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 ChangeCipherSpec"
(17)   &session-state:TLS-Session-Information = "(TLS) FAST - send TLS 1.2 Handshake, Finished"
(17)   &session-state:TLS-Session-Information = "(TLS) FAST - recv TLS 1.2 Handshake, Finished"
(17)   &session-state:TLS-Session-Cipher-Suite = "ECDHE-RSA-AES256-GCM-SHA384"
(17)   &session-state:TLS-Session-Version = "TLS 1.2"
(17) # Executing section authorize from file /usr/local/etc/raddb/sites-enabled/default
(17)   authorize {
(17)     policy filter_username {
(17)       if (&User-Name) {
(17)       if (&User-Name)  -> TRUE
(17)       if (&User-Name)  {
(17)         if (&User-Name =~ / /) {
(17)         if (&User-Name =~ / /)  -> FALSE
(17)         if (&User-Name =~ /@[^@]*@/ ) {
(17)         if (&User-Name =~ /@[^@]*@/ )  -> FALSE
(17)         if (&User-Name =~ /\.\./ ) {
(17)         if (&User-Name =~ /\.\./ )  -> FALSE
(17)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))  {
(17)         if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/))   -> FALSE
(17)         if (&User-Name =~ /\.$/)  {
(17)         if (&User-Name =~ /\.$/)   -> FALSE
(17)         if (&User-Name =~ /@\./)  {
(17)         if (&User-Name =~ /@\./)   -> FALSE
(17)       } # if (&User-Name)  = notfound
(17)     } # policy filter_username = notfound
(17)     [preprocess] = ok
(17)     [chap] = noop
(17)     [mschap] = noop
(17)     [digest] = noop
(17) suffix: Checking for suffix after "@"
(17) suffix: No '@' in User-Name = "FAST-123456789012", looking up realm NULL
(17) suffix: No such realm "NULL"
(17)     [suffix] = noop
(17) eap: Peer sent EAP Response (code 2) ID 2 length 101
(17) eap: Continuing tunnel setup
(17)     [eap] = ok
(17)   } # authorize = ok
(17) Found Auth-Type = eap
(17) # Executing group from file /usr/local/etc/raddb/sites-enabled/default
(17)   authenticate {
(17) eap: Removing EAP session with state 0xa57df6f1a37fdd9d
(17) eap: Previous EAP request found for state 0xa57df6f1a37fdd9d, released from the list
(17) eap: Peer sent packet with method EAP FAST (43)
(17) eap: Calling submodule eap_fast to process data
(17) eap_fast: Authenticate
(17) eap_fast: (TLS) EAP Done initial handshake
(17) eap_fast: Session established.  Proceeding to decode tunneled attributes
(17) eap_fast: Got Tunneled FAST TLVs
(17) eap_fast:   FreeRADIUS-EAP-FAST-Result = 1
(17) eap_fast:   FreeRADIUS-EAP-FAST-Crypto-Binding = 0x0001010172c960ab1606548d6c1a8cd16ba7551f7976f7722850b73f2e5b6ff740f4a307a3b0fe7b1c483176149cccf225bca37a480ca259
(17) eap_fast: (TLS) cache - Forcibly stopping session resumption as it is administratively disabled.
(17) eap: Sending EAP Success (code 3) ID 2 length 4
(17) eap: Freeing handler
(17)     [eap] = ok
(17)   } # authenticate = ok
(17) # Executing section post-auth from file /usr/local/etc/raddb/sites-enabled/default
(17)   post-auth {
(17)     if (session-state:User-Name && reply:User-Name && request:User-Name && (reply:User-Name == request:User-Name)) {
(17)     if (session-state:User-Name && reply:User-Name && request:User-Name && (reply:User-Name == request:User-Name))  -> FALSE
(17)     update {
(17)       &reply::Framed-MTU += &session-state:Framed-MTU[*] -> 984
(17)       &reply::TLS-Session-Information += &session-state:TLS-Session-Information[*] -> '(TLS) FAST - recv TLS 1.3 Handshake, ClientHello'
(17)       &reply::TLS-Session-Information += &session-state:TLS-Session-Information[*] -> '(TLS) FAST - send TLS 1.2 Handshake, ServerHello'
(17)       &reply::TLS-Session-Information += &session-state:TLS-Session-Information[*] -> '(TLS) FAST - send TLS 1.2 ChangeCipherSpec'
(17)       &reply::TLS-Session-Information += &session-state:TLS-Session-Information[*] -> '(TLS) FAST - send TLS 1.2 Handshake, Finished'
(17)       &reply::TLS-Session-Information += &session-state:TLS-Session-Information[*] -> '(TLS) FAST - recv TLS 1.2 Handshake, Finished'
(17)       &reply::TLS-Session-Cipher-Suite += &session-state:TLS-Session-Cipher-Suite[*] -> 'ECDHE-RSA-AES256-GCM-SHA384'
(17)       &reply::TLS-Session-Version += &session-state:TLS-Session-Version[*] -> 'TLS 1.2'
(17)     } # update = noop
(17)     [exec] = noop
(17)     policy remove_reply_message_if_eap {
(17)       if (&reply:EAP-Message && &reply:Reply-Message) {
(17)       if (&reply:EAP-Message && &reply:Reply-Message)  -> FALSE
(17)       else {
(17)         [noop] = noop
(17)       } # else = noop
(17)     } # policy remove_reply_message_if_eap = noop
(17)     if (EAP-Key-Name && &reply:EAP-Session-Id) {
(17)     if (EAP-Key-Name && &reply:EAP-Session-Id)  -> FALSE
(17)   } # post-auth = noop
(17) session-state: Discarding attributes for server default
(17) Sent Access-Accept Id 35 from 192.168.0.34:1812 to 192.168.0.45:48088 length 185
(17)   MS-MPPE-Recv-Key = 0x8d7ff02b427dfad448d4070fd484d31bca4eec2c7e108134a279f5a22bfce326
(17)   MS-MPPE-Send-Key = 0x05dbd68165e44e49c8130b89d72538f157fde742694a25ada51dad1239848cfe
(17)   EAP-Message = 0x03020004
(17)   Message-Authenticator = 0x00000000000000000000000000000000
(17)   User-Name = "FAST-123456789012"
(17)   Framed-MTU += 984
(17) Finished request
(0) Cleaning up request packet ID 18 with timestamp +12 due to cleanup_delay was reached
(1) Cleaning up request packet ID 19 with timestamp +12 due to cleanup_delay was reached
(2) Cleaning up request packet ID 20 with timestamp +12 due to cleanup_delay was reached
(3) Cleaning up request packet ID 21 with timestamp +12 due to cleanup_delay was reached
(4) Cleaning up request packet ID 22 with timestamp +12 due to cleanup_delay was reached
(5) Cleaning up request packet ID 23 with timestamp +12 due to cleanup_delay was reached
(6) Cleaning up request packet ID 24 with timestamp +12 due to cleanup_delay was reached
(7) Cleaning up request packet ID 25 with timestamp +12 due to cleanup_delay was reached
(8) Cleaning up request packet ID 26 with timestamp +13 due to cleanup_delay was reached
(9) Cleaning up request packet ID 27 with timestamp +13 due to cleanup_delay was reached
Waking up in 4.8 seconds.
(10) Cleaning up request packet ID 28 with timestamp +17 due to cleanup_delay was reached
(11) Cleaning up request packet ID 29 with timestamp +17 due to cleanup_delay was reached
(12) Cleaning up request packet ID 30 with timestamp +17 due to cleanup_delay was reached
(13) Cleaning up request packet ID 31 with timestamp +17 due to cleanup_delay was reached
(14) Cleaning up request packet ID 32 with timestamp +17 due to cleanup_delay was reached
(15) Cleaning up request packet ID 33 with timestamp +17 due to cleanup_delay was reached
(16) Cleaning up request packet ID 34 with timestamp +17 due to cleanup_delay was reached
(17) Cleaning up request packet ID 35 with timestamp +17 due to cleanup_delay was reached
Ready to process requests



More information about the Freeradius-Users mailing list