Community discussions

MikroTik App
 
hofi76
newbie
Topic Author
Posts: 42
Joined: Tue Oct 13, 2020 11:01 am

Windows 10 cannot connect to EAP-TLS Wifi

Thu Dec 12, 2024 12:03 pm

I am planning to set-up an EAP-TLS Cert based WIFI without Radius server
I crearted the related Certs
# NAME COMMON-NAME CA Key usage
0 KLA T Mikrotik-CA Mikrotik-CA (key cert. sign, crl sign)
1 K IT Wifi-AP Wifi-AP Mikoritk-CA (digital signature, key encipherment, data encipherment, key agreement, tls client, tls server )
3 K IT Wifi-Client Wifi-Client Mikoritk-CA (tls client)

I exported the Certs and imported to the Win10 client . When I try to connect to the WIFI I can select the related Cert but cannot connect
The message: "Unable to connect to this network"
/interface bridge
add admin-mac=F2:90:34:C4:C6:C8 auto-mac=no name=LAN
/interface ethernet
set [ find default-name=ether1 ] name=WAN
/interface wifi datapath
add bridge=LAN disabled=no name=datapath1
/interface wifi configuration
add channel.band=2ghz-n .frequency=2437 .skip-dfs-channels=all .width=20mhz datapath=datapath1 disabled=no mode=ap name=EAP-TLS\
security.authentication-types=wpa2-eap .eap-certificate-mode=verify-certificate .eap-methods=tls .eap-tls-certificate=\
Wifi-AP .encryption=ccmp ssid=EAP-TLS
/interface wifi
set [ find default-name=wifi2 ] configuration=EAP-TLS configuration.mode=ap disabled=no
/ip pool
add name=dhcp_pool0 ranges=192.168.10.1-192.168.10.200
/ip dhcp-server
add address-pool=dhcp_pool0 interface=LAN name=dhcp1
/interface bridge port
add bridge=LAN interface=wifi1
add bridge=LAN interface=wifi2
add bridge=LAN interface=ether2
/ip address
add address=192.168.10.254/24 interface=LAN network=192.168.10.0
/ip dhcp-client
add interface=WAN
/ip dhcp-server network
add address=192.168.10.0/24 gateway=192.168.10.254
/ip firewall nat
add action=masquerade chain=srcnat out-interface=WAN src-address=192.168.10.0/24
/system note
set show-at-login=no
The log is empty. However I am not sure there must be any EAP-TLS connection information.
Any idea where I made the mistake?
 
erlinden
Forum Guru
Forum Guru
Posts: 2622
Joined: Wed Jun 12, 2013 1:59 pm
Location: Netherlands

Re: Windows 10 cannot connect to EAP-TLS Wifi

Thu Dec 12, 2024 1:14 pm

Have you enabled debug wifi logging? There might be something showing.

Perhaps this topic is giving some clue?
viewtopic.php?t=174140
 
hofi76
newbie
Topic Author
Posts: 42
Joined: Tue Oct 13, 2020 11:01 am

Re: Windows 10 cannot connect to EAP-TLS Wifi

Thu Dec 12, 2024 5:25 pm

HI Erlinden,

I read that topic thanks. I have enabled the debug, wifi, and cert
It seems to me want to join to a Radius.
AC:67:5D:A4:D6:CA@wifi2 associated, signal strength -25
new request 8a:07 code=Access-Request service=wireless called-id=D4-01-C3-FC-C0-27:EAP-TLS
no radius server found for 8a:07
timeout for 8a:07
AC:67:5D:A4:D6:CA@wifi2 disassociated, authentication timeout, signal strength -21
AC:67:5D:A4:D6:CA@wifi2 associated, signal strength -25
new request 8a:08 code=Access-Request service=wireless called-id=D4-01-C3-FC-C0-27:EAP-TLS
no radius server found for 8a:08
timeout for 8a:08
AC:67:5D:A4:D6:CA@wifi2 disassociated, authentication timeout, signal strength -21
 
hofi76
newbie
Topic Author
Posts: 42
Joined: Tue Oct 13, 2020 11:01 am

Re: Windows 10 cannot connect to EAP-TLS Wifi

Fri Dec 13, 2024 12:45 pm

I have added a local radius with user manager to the system.
/interface bridge
add admin-mac=F2:90:34:C4:C6:C8 auto-mac=no name=LAN
/interface ethernet
set [ find default-name=ether1 ] name=WAN
/interface wifi datapath
add bridge=LAN disabled=no name=datapath1
/interface wifi configuration
add channel.band=2ghz-n .frequency=2437 .skip-dfs-channels=all .width=20mhz datapath=datapath1 disabled=no mode=ap name=EAP-TLS security.authentication-types=wpa2-eap .eap-certificate-mode=verify-certificate .eap-methods=tls .encryption=ccmp ssid=\
    EAP-TLS
/interface wifi
set [ find default-name=wifi2 ] configuration=EAP-TLS configuration.mode=ap disabled=no
/ip pool
add name=dhcp_pool0 ranges=192.168.10.1-192.168.10.200
/ip dhcp-server
add address-pool=dhcp_pool0 interface=LAN name=dhcp1
/user-manager user
add name=user101 password=almafa1234
add name=user102 password=almafa1234
/interface bridge port
add bridge=LAN interface=wifi1
add bridge=LAN interface=wifi2
add bridge=LAN interface=ether2
/ip address
add address=192.168.10.254/24 interface=LAN network=192.168.10.0
/ip dhcp-client
add interface=WAN
/ip dhcp-server network
add address=192.168.10.0/24 gateway=192.168.10.254
/ip firewall nat
add action=masquerade chain=srcnat out-interface=WAN src-address=192.168.10.0/24
/radius
add address=127.0.0.1 secret=XXXXXXXX service=login,wireless
/radius incoming
set accept=yes
/system logging
add topics=wireless
add topics=certificate
add topics=debug
/system note
set show-at-login=no
/user-manager
set certificate=Wifi-AP enabled=yes
/user-manager router
add address=127.0.0.1 name=router1 shared-secret=XXXXXXXX
When I try to log in with Cert the issue is the same but at least I see the communication exist with the Radius/user manager
As I see with the cert login try to use the hostname, later the cert name as username
(Sorry for the lons of log)
10:09:42 radius,debug new request 8a:00 code=Accounting-Request service=wireless called-id=D4-01-C3-FC-C0-27:EAP-TLS
 10:09:42 radius,debug sending 8a:00 to 127.0.0.1:1813
 10:09:42 radius,debug,packet sending Accounting-Request with id 152 to 127.0.0.1:1813
 10:09:42 radius,debug,packet     Signature = 0xfae47415f2405763c4c8f3946b8679d3
 10:09:42 radius,debug,packet     Service-Type = 2
 10:09:42 radius,debug,packet     NAS-Port-Id = "wifi2"
 10:09:42 radius,debug,packet     NAS-Port-Type = 19
 10:09:42 radius,debug,packet     NAS-Port = 29
 10:09:42 radius,debug,packet     User-Name = "user101"
 10:09:42 radius,debug,packet     Class = 0x40f998f9fda228de
 10:09:42 radius,debug,packet     Acct-Session-Id = "8220001c"
 10:09:42 radius,debug,packet     Calling-Station-Id = "AC-67-5D-A4-D6-CA"
 10:09:42 radius,debug,packet     Called-Station-Id = "D4-01-C3-FC-C0-27:EAP-TLS"
 10:09:42 radius,debug,packet     Acct-Authentic = 1
 10:09:42 radius,debug,packet     Acct-Status-Type = 3
 10:09:42 radius,debug,packet     Acct-Session-Time = 300
 10:09:42 radius,debug,packet     Acct-Input-Octets = 2493167
 10:09:42 radius,debug,packet     Acct-Input-Gigawords = 0
 10:09:42 radius,debug,packet     Acct-Input-Packets = 6122
 10:09:42 radius,debug,packet     Acct-Output-Octets = 2283760
 10:09:42 radius,debug,packet     Acct-Output-Gigawords = 0
 10:09:42 radius,debug,packet     Acct-Output-Packets = 5914
 10:09:42 radius,debug,packet     NAS-Identifier = "MikroTik"
 10:09:42 radius,debug,packet     Acct-Delay-Time = 0
 10:09:42 radius,debug,packet     NAS-IP-Address = 127.0.0.1
 10:09:42 manager,debug >>> rx Accounting-Request from [127.0.0.1]:34519, id: 152
 10:09:42 manager,debug <<< tx Accounting-Response to [127.0.0.1]:34519, id: 152
 10:09:42 radius,debug,packet received Accounting-Response with id 152 from 127.0.0.1:1813
 10:09:42 radius,debug,packet     Signature = 0xc90050c0084aee0ead2c4c2f66b1d9b5
 10:09:42 radius,debug,packet     User-Name = "user101"
 10:09:42 radius,debug,packet     NAS-Port-Type = 19
 10:09:42 radius,debug,packet     NAS-Port-Id = "wifi2"
 10:09:42 radius,debug,packet     NAS-IP-Address = 127.0.0.1
 10:09:42 radius,debug,packet     Calling-Station-Id = "AC-67-5D-A4-D6-CA"
 10:09:42 radius,debug,packet     Acct-Session-Id = "8220001c"
 10:09:42 radius,debug received reply for 8a:00
 10:09:42 radius,debug request 8a:00 processed
 10:09:52 wireless,info AC:67:5D:A4:D6:CA@wifi2 disconnected, connection lost, signal strength -26
 10:09:52 wireless,debug AC:67:5D:A4:D6:CA@wifi2 disassociated, connection lost, signal strength -26
 10:09:52 radius,debug new request 8a:00 code=Accounting-Request service=wireless called-id=D4-01-C3-FC-C0-27:EAP-TLS
 10:09:52 radius,debug sending 8a:00 to 127.0.0.1:1813
 10:09:52 radius,debug,packet sending Accounting-Request with id 153 to 127.0.0.1:1813
 10:09:52 radius,debug,packet     Signature = 0x4217244da03452fcf33bd638828350e6
 10:09:52 radius,debug,packet     Service-Type = 2
 10:09:52 radius,debug,packet     NAS-Port-Id = "wifi2"
 10:09:52 radius,debug,packet     NAS-Port-Type = 19
 10:09:52 radius,debug,packet     NAS-Port = 29
 10:09:52 radius,debug,packet     User-Name = "user101"
 10:09:52 radius,debug,packet     Class = 0x40f998f9fda228de
 10:09:52 radius,debug,packet     Acct-Session-Id = "8220001c"
 10:09:52 radius,debug,packet     Calling-Station-Id = "AC-67-5D-A4-D6-CA"
 10:09:52 radius,debug,packet     Called-Station-Id = "D4-01-C3-FC-C0-27:EAP-TLS"
 10:09:52 radius,debug,packet     Acct-Authentic = 1
 10:09:52 radius,debug,packet     Acct-Status-Type = 2
 10:09:52 radius,debug,packet     Acct-Terminate-Cause = 3
 10:09:52 radius,debug,packet     Acct-Session-Time = 309
 10:09:52 radius,debug,packet     Acct-Input-Octets = 2881118
 10:09:52 radius,debug,packet     Acct-Input-Gigawords = 0
 10:09:52 radius,debug,packet     Acct-Input-Packets = 6743
 10:09:52 radius,debug,packet     Acct-Output-Octets = 2488410
 10:09:52 radius,debug,packet     Acct-Output-Gigawords = 0
 10:09:52 radius,debug,packet     Acct-Output-Packets = 6393
 10:09:52 radius,debug,packet     NAS-Identifier = "MikroTik"
 10:09:52 radius,debug,packet     Acct-Delay-Time = 0
 10:09:52 radius,debug,packet     NAS-IP-Address = 127.0.0.1
 10:09:52 manager,debug >>> rx Accounting-Request from [127.0.0.1]:51692, id: 153
 10:09:52 manager,debug Now user user101 has active session count: 0
 10:09:52 route,debug,calc route/calc/merge/input/route
10:09:52 manager,debug <<< tx Accounting-Response to [127.0.0.1]:51692, id: 153
 10:09:52 radius,debug,packet received Accounting-Response with id 153 from 127.0.0.1:1813
 10:09:52 radius,debug,packet     Signature = 0x2efe49029a4a38f9645c5570ee4fffe1
 10:09:52 radius,debug,packet     User-Name = "user101"
 10:09:52 radius,debug,packet     NAS-Port-Type = 19
 10:09:52 radius,debug,packet     NAS-Port-Id = "wifi2"
 10:09:52 radius,debug,packet     NAS-IP-Address = 127.0.0.1
 10:09:52 radius,debug,packet     Calling-Station-Id = "AC-67-5D-A4-D6-CA"
 10:09:52 radius,debug,packet     Acct-Session-Id = "8220001c"
 10:09:52 radius,debug received reply for 8a:00
 10:09:52 radius,debug request 8a:00 processed
 10:10:15 wireless,debug AC:67:5D:A4:D6:CA@wifi2 associated, signal strength -18
 10:10:15 radius,debug new request 8a:8a code=Access-Request service=wireless called-id=D4-01-C3-FC-C0-27:EAP-TLS
 10:10:15 radius,debug sending 8a:8a to 127.0.0.1:1812
 10:10:15 radius,debug,packet sending Access-Request with id 154 to 127.0.0.1:1812
 10:10:15 radius,debug,packet     Signature = 0x583eb34e7db9404dc2e185fc26e95052
 10:10:15 radius,debug,packet     Service-Type = 2
 10:10:15 radius,debug,packet     Framed-MTU = 1400
 10:10:15 radius,debug,packet     User-Name = "host/L-BA-026.hu.foods.intra"
 10:10:15 radius,debug,packet     NAS-Port-Id = "wifi2"
 10:10:15 radius,debug,packet     NAS-Port-Type = 19
 10:10:15 radius,debug,packet     Acct-Session-Id = "8220001d"
 10:10:15 radius,debug,packet     Calling-Station-Id = "AC-67-5D-A4-D6-CA"
 10:10:15 radius,debug,packet     Called-Station-Id = "D4-01-C3-FC-C0-27:EAP-TLS"
 10:10:15 radius,debug,packet     EAP-Message = 0x0201002101686f73742f4c2d42412d30
 10:10:15 radius,debug,packet       32362e68752e666f6f64732e696e7472
 10:10:15 radius,debug,packet       61
 10:10:15 radius,debug,packet     NAS-Identifier = "MikroTik"
 10:10:15 radius,debug,packet     NAS-IP-Address = 127.0.0.1
 10:10:15 radius,debug,packet     Message-Authenticator = 0x848aec9793fd85603f04b75b9bdf6e0d
 10:10:15 manager,debug >>> rx Access-Request from [127.0.0.1]:52915, id: 154
 10:10:15 manager,debug <<< tx Access-Challenge to [127.0.0.1]:52915, id: 154
 10:10:15 radius,debug,packet received Access-Challenge with id 154 from 127.0.0.1:1812
 10:10:15 radius,debug,packet     Signature = 0x5eb3595106af7d78f3536d237779cbb4
 10:10:15 radius,debug,packet     EAP-Message = 0x010200061920
 10:10:15 radius,debug,packet     State = 0x7b213637a386fcd00490579478342203
 10:10:15 radius,debug,packet     Message-Authenticator = 0x1fc884ea35a1d402ce0d6a1ae0e973af
 10:10:15 radius,debug received reply for 8a:8a
 10:10:15 radius,debug new request 8a:8b code=Access-Request service=wireless called-id=D4-01-C3-FC-C0-27:EAP-TLS
 10:10:15 radius,debug sending 8a:8b to 127.0.0.1:1812
 10:10:15 radius,debug,packet sending Access-Request with id 155 to 127.0.0.1:1812
 10:10:15 radius,debug,packet     Signature = 0x2332d3646e8c69e23289b2cc6c94ae77
 10:10:15 radius,debug,packet     Service-Type = 2
 10:10:15 radius,debug,packet     Framed-MTU = 1400
 10:10:15 radius,debug,packet     User-Name = "host/L-BA-026.hu.foods.intra"
 10:10:15 radius,debug,packet     State = 0x7b213637a386fcd00490579478342203
 10:10:15 radius,debug,packet     NAS-Port-Id = "wifi2"
 10:10:15 radius,debug,packet     NAS-Port-Type = 19
 10:10:15 radius,debug,packet     Acct-Session-Id = "8220001d"
 10:10:15 radius,debug,packet     Calling-Station-Id = "AC-67-5D-A4-D6-CA"
 10:10:15 radius,debug,packet     Called-Station-Id = "D4-01-C3-FC-C0-27:EAP-TLS"
 10:10:15 radius,debug,packet     EAP-Message = 0x020200ac1980000000a2160303009d01
 10:10:15 radius,debug,packet       0000990303675c0807acdedf1d2935a0
 10:10:15 radius,debug,packet       5ef0562d3d0ee9c53e82bfa455ec8f3b
 10:10:15 radius,debug,packet       087ea5512500002ac02cc02bc030c02f
 10:10:15 radius,debug,packet       009f009ec024c023c028c027c00ac009
 10:10:15 radius,debug,packet       c014c013009d009c003d003c0035002f
 10:10:15 radius,debug,packet       000a0100004600050005010000000000
 10:10:15 radius,debug,packet       0a00080006001d00170018000b000201
 10:10:15 radius,debug,packet       00000d001a0018080408050806040105
 10:10:15 radius,debug,packet       01020104030503020302020601060300
 10:10:15 radius,debug,packet       23000000170000ff01000100
 10:10:15 radius,debug,packet     NAS-Identifier = "MikroTik"
 10:10:15 radius,debug,packet     NAS-IP-Address = 127.0.0.1
 10:10:15 radius,debug,packet     Message-Authenticator = 0x8fe41135e764270efd86362e975fae9e
 10:10:15 manager,debug >>> rx Access-Request from [127.0.0.1]:37551, id: 155
 10:10:15 manager,debug <<< tx Access-Challenge to [127.0.0.1]:37551, id: 155
 10:10:15 radius,debug,packet received Access-Challenge with id 155 from 127.0.0.1:1812
 10:10:15 radius,debug,packet     Signature = 0xb6ea73dad0b0c1ceb8a3a89896e53494
 10:10:15 radius,debug,packet     EAP-Message = 0x0103058219c0000007c7160303003102
 10:10:15 radius,debug,packet       00002d0303b55a69a50afc46cb1c15b1
 10:10:15 radius,debug,packet       464bdedb5e7103c336bb5f1c11260016
 10:10:15 radius,debug,packet       cb24275e0900c030000005ff01000100
 10:10:15 radius,debug,packet       16030306520b00064e00064b00031f30
 10:10:15 radius,debug,packet       82031b30820203a00302010202086d1d
 10:10:15 radius,debug,packet       e1eb647a5d9f300d06092a864886f70d
 10:10:15 radius,debug,packet       01010b05003016311430120603550403
 10:10:15 radius,debug,packet       0c0b4d696b726f74696b2d4341301e17
 10:10:15 radius,debug,packet       0d3234313231323038313134305a170d
 10:10:15 radius,debug,packet       3336303232393038313134305a301231
 10:10:15 radius,debug,packet       10300e06035504030c07576966692d41
 10:10:15 radius,debug,packet       5030820122300d06092a864886f70d01
 10:10:15 radius,debug,packet       010105000382010f003082010a028201
 10:10:15 radius,debug,packet       0100cb3cbe8b7767efc2011990cb89cf
 10:10:15 radius,debug,packet       b19c2a3207a843803d6ba799b4
 10:10:15 radius,debug,packet     EAP-Message = 0x395b6709b0171779186c54c2f68bccc9
 10:10:15 radius,debug,packet       d1085c1c62af3b05aee7c3b028d8c638
 10:10:15 radius,debug,packet       f84416a3fec8bc9bd7d4d57564807987
 10:10:15 radius,debug,packet       5c64cf6c3fd8fbf889eb391e259f52c2
 10:10:15 radius,debug,packet       ace0a614483455598fd4949dbb2362c4
 10:10:15 radius,debug,packet       b771174d682a7dbc8b8802cff5b47047
 10:10:15 radius,debug,packet       aafdd63d0d96b9a461d755ddc90c164a
 10:10:15 radius,debug,packet       7395aff6ed9a3a2195c7d7767f2dcfb9
 10:10:15 radius,debug,packet       4be677f4bb0b2600b5d8c11b998d68e8
 10:10:15 radius,debug,packet       65e4aac414785f585ed908effe436d23
 10:10:15 radius,debug,packet       3ed88e38f106e11500e122a7d527e7aa
 10:10:15 radius,debug,packet       2be090b21e0ea9950989a9609597dd0a
 10:10:15 radius,debug,packet       eda92136a0ff23598017c0a3fbd7aa76
 10:10:15 radius,debug,packet       33de03f5fbe5a29fb0e453aef7cbce42
 10:10:15 radius,debug,packet       a59dce65bf0203010001a371306f300e
 10:10:15 radius,debug,packet       0603551d0f0101ff0404030203
 10:10:15 radius,debug,packet     EAP-Message = 0xb8301d0603551d250416301406082b06
 10:10:15 radius,debug,packet       01050507030106082b06010505070302
 10:10:15 radius,debug,packet       301d0603551d0e041604149b8b202139
 10:10:15 radius,debug,packet       2162e3f45641583b16f4418a544fc530
 10:10:15 radius,debug,packet       1f0603551d2304183016801493abbfc5
 10:10:15 radius,debug,packet       c2078573e1d429c98af479b1e03395d9
 10:10:15 radius,debug,packet       300d06092a864886f70d01010b050003
 10:10:15 radius,debug,packet       8201010050340da2f512b45e902a1f70
 10:10:15 radius,debug,packet       1c60916f8d3457f2fa5d5fdcdbbd7f6b
 10:10:15 radius,debug,packet       2e3c1009e4e88784e597ad23158cc3ab
 10:10:15 radius,debug,packet       ebf6a88a7a601521c422d282166e319c
 10:10:15 radius,debug,packet       4caef558f8d0f30e075310770e9c380d
 10:10:15 radius,debug,packet       eca85e558b0962549e9fbd4b2d7257e7
 10:10:15 radius,debug,packet       4dc956a8393595b566cd23c8e08fd989
 10:10:15 radius,debug,packet       fc2b4fb6b87c13bfe3281f471f7eb75a
 10:10:15 radius,debug,packet       85b03ff30aa1bc7d095fda4ba9
 10:10:15 radius,debug,packet     EAP-Message = 0xdc0cb28354ee6ecf1bd93fa7082764c6
 10:10:15 radius,debug,packet       069ffd924cb6a2dc9d629ad99d9c1bd3
 10:10:15 radius,debug,packet       86d83aa6cc9b50421151aafa42e780d8
 10:10:15 radius,debug,packet       4cef06994f2b00d507ae7aa83a959fa1
 10:10:15 radius,debug,packet       da8d1cf93615fb47cdd8ada1bc9e2860
 10:10:15 radius,debug,packet       8cd9d432bb8c85b7f5e6baa5bec386f1
 10:10:15 radius,debug,packet       742f5c39b13c15078aa791a55377a6a9
 10:10:15 radius,debug,packet       c13dcb7d1d54eb000326308203223082
 10:10:15 radius,debug,packet       020aa0030201020208611a161f4782c3
 10:10:15 radius,debug,packet       4c300d06092a864886f70d01010b0500
 10:10:15 radius,debug,packet       30163114301206035504030c0b4d696b
 10:10:15 radius,debug,packet       726f74696b2d4341301e170d32343132
 10:10:15 radius,debug,packet       31323037353832305a170d3336303232
 10:10:15 radius,debug,packet       393037353832305a3016311430120603
 10:10:15 radius,debug,packet       5504030c0b4d696b726f74696b2d4341
 10:10:15 radius,debug,packet       30820122300d06092a864886f7
 10:10:15 radius,debug,packet     EAP-Message = 0x0d01010105000382010f003082010a02
 10:10:15 radius,debug,packet       82010100a318d528b47e5cc69de6c0f2
 10:10:15 radius,debug,packet       7f177ea9cb3b0b01421efa5a3741f253
 10:10:15 radius,debug,packet       e3c6450975aa7c8f52bc54c6520e7b5c
 10:10:15 radius,debug,packet       303a52e94371e62ca8195bc60ea522fb
 10:10:15 radius,debug,packet       81a21a2a83e8a306788a2ad0c4d5179b
 10:10:15 radius,debug,packet       98c9766adf9bf8f45c5a0f809c81920b
 10:10:15 radius,debug,packet       826d4707d823223f8f3fd0392fcdc0bb
 10:10:15 radius,debug,packet       b6398837124aff722f7d0b8528d096de
 10:10:15 radius,debug,packet       a6e1e7226c2b720b493b7f395051976a
 10:10:15 radius,debug,packet       13b7e33cf39842c669b978a54b1d6772
 10:10:15 radius,debug,packet       86f35d461d049bf38a58eb494efa64d0
 10:10:15 radius,debug,packet       e129c6427a4c4f23769d1699329e023c
 10:10:15 radius,debug,packet       8cc54d0598613da0ee977c2475e2ed6a
 10:10:15 radius,debug,packet       de845ea00989bd2522072b2f47bb6b32
 10:10:15 radius,debug,packet       9a776edd33745fae563350e0c4
 10:10:15 radius,debug,packet     EAP-Message = 0x06c593f7a54f7330cc9d2005a1e9378a
 10:10:15 radius,debug,packet       559a957b4209810203010001a3743072
 10:10:15 radius,debug,packet       300f0603551d130101ff040530030101
 10:10:15 radius,debug,packet       ff300e0603551d0f0101ff0404030201
 10:10:15 radius,debug,packet       06301d0603551d0e0416041493abbfc5
 10:10:15 radius,debug,packet       c2078573e1d429c98af479b1e03395d9
 10:10:15 radius,debug,packet       30300603551d1f042930273025a023a0
 10:10:15 radius,debug,packet       21861f687474703a2f2f3139322e3136
 10:10:15 radius,debug,packet       382e31302e3235342f63726c2f312e63
 10:10:15 radius,debug,packet       72
 10:10:15 radius,debug,packet     State = 0x7b213637a386fcd00490579478342203
 10:10:15 radius,debug,packet     Message-Authenticator = 0xba6ba5a2e102f5c09e50d1134e7f223d
 10:10:15 radius,debug received reply for 8a:8b
 10:10:15 radius,debug new request 8a:8c code=Access-Request service=wireless called-id=D4-01-C3-FC-C0-27:EAP-TLS
 10:10:15 radius,debug sending 8a:8c to 127.0.0.1:1812
 10:10:15 radius,debug,packet sending Access-Request with id 156 to 127.0.0.1:1812
 10:10:15 radius,debug,packet     Signature = 0xcef45ff2ab10880d2fa26e0bf2f43503
 10:10:15 radius,debug,packet     Service-Type = 2
 10:10:15 radius,debug,packet     Framed-MTU = 1400
 10:10:15 radius,debug,packet     User-Name = "host/L-BA-026.hu.foods.intra"
 10:10:15 radius,debug,packet     State = 0x7b213637a386fcd00490579478342203
 10:10:15 radius,debug,packet     NAS-Port-Id = "wifi2"
 10:10:15 radius,debug,packet     NAS-Port-Type = 19
 10:10:15 radius,debug,packet     Acct-Session-Id = "8220001d"
 10:10:15 radius,debug,packet     Calling-Station-Id = "AC-67-5D-A4-D6-CA"
 10:10:15 radius,debug,packet     Called-Station-Id = "D4-01-C3-FC-C0-27:EAP-TLS"
 10:10:15 radius,debug,packet     EAP-Message = 0x020300061900
 10:10:15 radius,debug,packet     NAS-Identifier = "MikroTik"
 10:10:15 radius,debug,packet     NAS-IP-Address = 127.0.0.1
 10:10:15 radius,debug,packet     Message-Authenticator = 0xa9b35120e34b695731f000963c43d633
 10:10:15 manager,debug >>> rx Access-Request from [127.0.0.1]:46071, id: 156
 10:10:15 manager,debug <<< tx Access-Challenge to [127.0.0.1]:46071, id: 156
 10:10:15 radius,debug,packet received Access-Challenge with id 156 from 127.0.0.1:1812
 10:10:15 radius,debug,packet     Signature = 0xe26ad5235eb1bc603646e1976614bbee
 10:10:15 radius,debug,packet     EAP-Message = 0x0104025519006c300d06092a864886f7
 10:10:15 radius,debug,packet       0d01010b050003820101005bb770ac7c
 10:10:15 radius,debug,packet       1678f66b5414f2a56c7b867f36d0caa9
 10:10:15 radius,debug,packet       339d6cb958f1ef31499906e793f448f0
 10:10:15 radius,debug,packet       a4094de7633a1d0ac563212de5475809
 10:10:15 radius,debug,packet       d3e970a10429c0911bc12ec34a2e4c39
 10:10:15 radius,debug,packet       3bdd322dc633589eb90905c1ea3ab1af
 10:10:15 radius,debug,packet       fad2b12dc19aa21f29bc56390cdf3379
 10:10:15 radius,debug,packet       2a71dd2a9ac01669016978e639f78298
 10:10:15 radius,debug,packet       09dd2055a42bf6af45e351982a88a9ee
 10:10:15 radius,debug,packet       5e000c8511162f721f9a015ea72c2217
 10:10:15 radius,debug,packet       76950a128975ea96d5524238f233e3e4
 10:10:15 radius,debug,packet       9276d560775db2e5555a0d0f4e55ad6d
 10:10:15 radius,debug,packet       d5f0c784236bb57dcaa1a60fe41bead9
 10:10:15 radius,debug,packet       786140a6b763a3242bcea6533cd3d2f9
 10:10:15 radius,debug,packet       37d79d404865d8faf18631cf44
 10:10:15 radius,debug,packet     EAP-Message = 0xc75f58c7d04d4cbe65f55dfbef719039
 10:10:15 radius,debug,packet       7f8c8622fea9703ecdc6e0046ce61603
 10:10:15 radius,debug,packet       03012c0c00012803001d20681874b77c
 10:10:15 radius,debug,packet       72ea0842d7badbf712099cab3c55f704
 10:10:15 radius,debug,packet       38626947de9f0a456713680201010013
 10:10:15 radius,debug,packet       cd153569924f93f6ef2843486b7ad147
 10:10:15 radius,debug,packet       7138d3e8bbfff991d639fb7d84bc1d50
 10:10:15 radius,debug,packet       55b47369232bb7b1ca301f441ce14f76
 10:10:15 radius,debug,packet       4600cc3680d48b9a425476cbd1757aa2
 10:10:15 radius,debug,packet       7d1ad1d71b5b13805a891863c85c55c9
 10:10:15 radius,debug,packet       da4dee6ed1aa3d151021df720953db4d
 10:10:15 radius,debug,packet       0eafdbc949cdc19cc2180e9ae2e10426
 10:10:15 radius,debug,packet       bc9de0b99f0e0b9e97a2cb20a15a848c
 10:10:15 radius,debug,packet       d4953f90b151a37553be25b0c131b180
 10:10:15 radius,debug,packet       fa1e65b2210f3474f04fe83489746355
 10:10:15 radius,debug,packet       c76f7cb36ec42acf2f5b08e9b1
 10:10:15 radius,debug,packet     EAP-Message = 0xeba0005280b4568af53f159aad03c252
 10:10:15 radius,debug,packet       0772360f1aeb085b9dfb4d128b86ba1f
 10:10:15 radius,debug,packet       11cad6a373aaa927e880c87f032c908a
 10:10:15 radius,debug,packet       05c655e9dcc49d497174eb8ca6bf5915
 10:10:15 radius,debug,packet       5a49e3063c83ff45d67b4d370953b4e3
 10:10:15 radius,debug,packet       892d16030300040e000000
 10:10:15 radius,debug,packet     State = 0x7b213637a386fcd00490579478342203
 10:10:15 radius,debug,packet     Message-Authenticator = 0x20ba92c7e35b76e8b59838ab19fca9f2
 10:10:15 radius,debug received reply for 8a:8c
 10:10:15 radius,debug new request 8a:8d code=Access-Request service=wireless called-id=D4-01-C3-FC-C0-27:EAP-TLS
 10:10:15 radius,debug sending 8a:8d to 127.0.0.1:1812


connected secured 



 10:30:10 wireless,debug AC:67:5D:A4:D6:CA@wifi2 associated, signal strength -18
 10:30:11 radius,debug new request 8a:af code=Access-Request service=wireless called-id=D4-01-C3-FC-C0-27:EAP-TLS
 10:30:11 radius,debug sending 8a:af to 127.0.0.1:1812
 10:30:11 radius,debug,packet sending Access-Request with id 194 to 127.0.0.1:1812
 10:30:11 radius,debug,packet     Signature = 0xd01325cbd6bbde5266c5e5f4f5150023
 10:30:11 radius,debug,packet     Service-Type = 2
 10:30:11 radius,debug,packet     Framed-MTU = 1400
 10:30:11 radius,debug,packet     User-Name = "host/L-BA-026.hu.foods.intra"
 10:30:11 radius,debug,packet     NAS-Port-Id = "wifi2"
 10:30:11 radius,debug,packet     NAS-Port-Type = 19
 10:30:11 radius,debug,packet     Acct-Session-Id = "82200023"
 10:30:11 radius,debug,packet     Calling-Station-Id = "AC-67-5D-A4-D6-CA"
 10:30:11 radius,debug,packet     Called-Station-Id = "D4-01-C3-FC-C0-27:EAP-TLS"
 10:30:11 radius,debug,packet     EAP-Message = 0x0201002101686f73742f4c2d42412d30
 10:30:11 radius,debug,packet       32362e68752e666f6f64732e696e7472
 10:30:11 radius,debug,packet       61
 10:30:11 radius,debug,packet     NAS-Identifier = "MikroTik"
 10:30:11 radius,debug,packet     NAS-IP-Address = 127.0.0.1
 10:30:11 radius,debug,packet     Message-Authenticator = 0x0de702532e317a749ec6851e02fcdab2
 10:30:11 radius,debug,packet received Access-Challenge with id 194 from 127.0.0.1:1812
 10:30:11 radius,debug,packet     Signature = 0xaaa7e7da9266b925ea966f0c445d5c5d
 10:30:11 radius,debug,packet     EAP-Message = 0x010200061920
 10:30:11 radius,debug,packet     State = 0x053dfc6405326335ae8839099f9cc537
 10:30:11 radius,debug,packet     Message-Authenticator = 0xbf49a9a54e8b4ad3b6ebe0cd0c6f1dc6
 10:30:11 radius,debug received reply for 8a:af
 10:30:11 radius,debug new request 8a:b0 code=Access-Request service=wireless called-id=D4-01-C3-FC-C0-27:EAP-TLS
 10:30:11 radius,debug sending 8a:b0 to 127.0.0.1:1812
 10:30:11 radius,debug,packet sending Access-Request with id 195 to 127.0.0.1:1812
 10:30:11 radius,debug,packet     Signature = 0x86beadb5b6de04989b7bfa69895bbe2b
 10:30:11 radius,debug,packet     Service-Type = 2
 10:30:11 radius,debug,packet     Framed-MTU = 1400
 10:30:11 radius,debug,packet     User-Name = "host/L-BA-026.hu.foods.intra"
 10:30:11 radius,debug,packet     State = 0x053dfc6405326335ae8839099f9cc537
 10:30:11 radius,debug,packet     NAS-Port-Id = "wifi2"
 10:30:11 radius,debug,packet     NAS-Port-Type = 19
 10:30:11 radius,debug,packet     Acct-Session-Id = "82200023"
 10:30:11 radius,debug,packet     Calling-Station-Id = "AC-67-5D-A4-D6-CA"
 10:30:11 radius,debug,packet     Called-Station-Id = "D4-01-C3-FC-C0-27:EAP-TLS"
 10:30:11 radius,debug,packet     EAP-Message = 0x020200ac1980000000a2160303009d01
 10:30:11 radius,debug,packet       0000990303675c0cb3173647d48dfad0
 10:30:11 radius,debug,packet       77da9803dcdeb87b3347d1a2c544e851
 10:30:11 radius,debug,packet       e296b4d6b700002ac02cc02bc030c02f
 10:30:11 radius,debug,packet       009f009ec024c023c028c027c00ac009
 10:30:11 radius,debug,packet       c014c013009d009c003d003c0035002f
 10:30:11 radius,debug,packet       000a0100004600050005010000000000
 10:30:11 radius,debug,packet       0a00080006001d00170018000b000201
 10:30:11 radius,debug,packet       00000d001a0018080408050806040105
 10:30:11 radius,debug,packet       01020104030503020302020601060300
 10:30:11 radius,debug,packet       23000000170000ff01000100
 10:30:11 radius,debug,packet     NAS-Identifier = "MikroTik"
 10:30:11 radius,debug,packet     NAS-IP-Address = 127.0.0.1
 10:30:11 radius,debug,packet     Message-Authenticator = 0x859efd5a8f8fe0d01b4784549f857332
 10:30:11 radius,debug,packet received Access-Challenge with id 195 from 127.0.0.1:1812
 10:30:11 radius,debug,packet     Signature = 0x5c19e8662f5ee30537ac707d9a4aff78
 10:30:11 radius,debug,packet     EAP-Message = 0x0103058219c0000007c7160303003102
 10:30:11 radius,debug,packet       00002d0303805b656dafe01d2eee8aef
 10:30:11 radius,debug,packet       7dd5e86ebbac24c6857dc201e3a1846b
 10:30:11 radius,debug,packet       09681a712600c030000005ff01000100
 10:30:11 radius,debug,packet       16030306520b00064e00064b00031f30
 10:30:11 radius,debug,packet       82031b30820203a00302010202086d1d
 10:30:11 radius,debug,packet       e1eb647a5d9f300d06092a864886f70d
 10:30:11 radius,debug,packet       01010b05003016311430120603550403
 10:30:11 radius,debug,packet       0c0b4d696b726f74696b2d4341301e17
 10:30:11 radius,debug,packet       0d3234313231323038313134305a170d
 10:30:11 radius,debug,packet       3336303232393038313134305a301231
 10:30:11 radius,debug,packet       10300e06035504030c07576966692d41
 10:30:11 radius,debug,packet       5030820122300d06092a864886f70d01
 10:30:11 radius,debug,packet       010105000382010f003082010a028201
 10:30:11 radius,debug,packet       0100cb3cbe8b7767efc2011990cb89cf
 10:30:11 radius,debug,packet       b19c2a3207a843803d6ba799b4
 10:30:11 radius,debug,packet     EAP-Message = 0x395b6709b0171779186c54c2f68bccc9
 10:30:11 radius,debug,packet       d1085c1c62af3b05aee7c3b028d8c638
 10:30:11 radius,debug,packet       f84416a3fec8bc9bd7d4d57564807987
 10:30:11 radius,debug,packet       5c64cf6c3fd8fbf889eb391e259f52c2
 10:30:11 radius,debug,packet       ace0a614483455598fd4949dbb2362c4
 10:30:11 radius,debug,packet       b771174d682a7dbc8b8802cff5b47047
 10:30:11 radius,debug,packet       aafdd63d0d96b9a461d755ddc90c164a
 10:30:11 radius,debug,packet       7395aff6ed9a3a2195c7d7767f2dcfb9
 10:30:11 radius,debug,packet       4be677f4bb0b2600b5d8c11b998d68e8
 10:30:11 radius,debug,packet       65e4aac414785f585ed908effe436d23
 10:30:11 radius,debug,packet       3ed88e38f106e11500e122a7d527e7aa
 10:30:11 radius,debug,packet       2be090b21e0ea9950989a9609597dd0a
 10:30:11 radius,debug,packet       eda92136a0ff23598017c0a3fbd7aa76
 10:30:11 radius,debug,packet       33de03f5fbe5a29fb0e453aef7cbce42
 10:30:11 radius,debug,packet       a59dce65bf0203010001a371306f300e
 10:30:11 radius,debug,packet       0603551d0f0101ff0404030203
 10:30:11 radius,debug,packet     EAP-Message = 0xb8301d0603551d250416301406082b06
 10:30:11 radius,debug,packet       01050507030106082b06010505070302
 10:30:11 radius,debug,packet       301d0603551d0e041604149b8b202139
 10:30:11 radius,debug,packet       2162e3f45641583b16f4418a544fc530
 10:30:11 radius,debug,packet       1f0603551d2304183016801493abbfc5
 10:30:11 radius,debug,packet       c2078573e1d429c98af479b1e03395d9
 10:30:11 radius,debug,packet       300d06092a864886f70d01010b050003
 10:30:11 radius,debug,packet       8201010050340da2f512b45e902a1f70
 10:30:11 radius,debug,packet       1c60916f8d3457f2fa5d5fdcdbbd7f6b
 10:30:11 radius,debug,packet       2e3c1009e4e88784e597ad23158cc3ab
 10:30:11 radius,debug,packet       ebf6a88a7a601521c422d282166e319c
 10:30:11 radius,debug,packet       4caef558f8d0f30e075310770e9c380d
 10:30:11 radius,debug,packet       eca85e558b0962549e9fbd4b2d7257e7
 10:30:11 radius,debug,packet       4dc956a8393595b566cd23c8e08fd989
 10:30:11 radius,debug,packet       fc2b4fb6b87c13bfe3281f471f7eb75a
 10:30:11 radius,debug,packet       85b03ff30aa1bc7d095fda4ba9
 10:30:11 radius,debug,packet     EAP-Message = 0xdc0cb28354ee6ecf1bd93fa7082764c6
 10:30:11 radius,debug,packet       069ffd924cb6a2dc9d629ad99d9c1bd3
 10:30:11 radius,debug,packet       86d83aa6cc9b50421151aafa42e780d8
 10:30:11 radius,debug,packet       4cef06994f2b00d507ae7aa83a959fa1
 10:30:11 radius,debug,packet       da8d1cf93615fb47cdd8ada1bc9e2860
 10:30:11 radius,debug,packet       8cd9d432bb8c85b7f5e6baa5bec386f1
 10:30:11 radius,debug,packet       742f5c39b13c15078aa791a55377a6a9
 10:30:11 radius,debug,packet       c13dcb7d1d54eb000326308203223082
 10:30:11 radius,debug,packet       020aa0030201020208611a161f4782c3
 10:30:11 radius,debug,packet       4c300d06092a864886f70d01010b0500
 10:30:11 radius,debug,packet       30163114301206035504030c0b4d696b
 10:30:11 radius,debug,packet       726f74696b2d4341301e170d32343132
 10:30:11 radius,debug,packet       31323037353832305a170d3336303232
 10:30:11 radius,debug,packet       393037353832305a3016311430120603
 10:30:11 radius,debug,packet       5504030c0b4d696b726f74696b2d4341
 10:30:11 radius,debug,packet       30820122300d06092a864886f7
 10:30:11 radius,debug,packet     EAP-Message = 0x0d01010105000382010f003082010a02
 10:30:11 radius,debug,packet       82010100a318d528b47e5cc69de6c0f2
 10:30:11 radius,debug,packet       7f177ea9cb3b0b01421efa5a3741f253
 10:30:11 radius,debug,packet       e3c6450975aa7c8f52bc54c6520e7b5c
 10:30:11 radius,debug,packet       303a52e94371e62ca8195bc60ea522fb
 10:30:11 radius,debug,packet       81a21a2a83e8a306788a2ad0c4d5179b
 10:30:11 radius,debug,packet       98c9766adf9bf8f45c5a0f809c81920b
 10:30:11 radius,debug,packet       826d4707d823223f8f3fd0392fcdc0bb
 10:30:11 radius,debug,packet       b6398837124aff722f7d0b8528d096de
 10:30:11 radius,debug,packet       a6e1e7226c2b720b493b7f395051976a
 10:30:11 radius,debug,packet       13b7e33cf39842c669b978a54b1d6772
 10:30:11 radius,debug,packet       86f35d461d049bf38a58eb494efa64d0
 10:30:11 radius,debug,packet       e129c6427a4c4f23769d1699329e023c
 10:30:11 radius,debug,packet       8cc54d0598613da0ee977c2475e2ed6a
 10:30:11 radius,debug,packet       de845ea00989bd2522072b2f47bb6b32
 10:30:11 radius,debug,packet       9a776edd33745fae563350e0c4
 10:30:11 radius,debug,packet     EAP-Message = 0x06c593f7a54f7330cc9d2005a1e9378a
 10:30:11 radius,debug,packet       559a957b4209810203010001a3743072
 10:30:11 radius,debug,packet       300f0603551d130101ff040530030101
 10:30:11 radius,debug,packet       ff300e0603551d0f0101ff0404030201
 10:30:11 radius,debug,packet       06301d0603551d0e0416041493abbfc5
 10:30:11 radius,debug,packet       c2078573e1d429c98af479b1e03395d9
 10:30:11 radius,debug,packet       30300603551d1f042930273025a023a0
 10:30:11 radius,debug,packet       21861f687474703a2f2f3139322e3136
 10:30:11 radius,debug,packet       382e31302e3235342f63726c2f312e63
 10:30:11 radius,debug,packet       72
 10:30:11 radius,debug,packet     State = 0x053dfc6405326335ae8839099f9cc537
 10:30:11 radius,debug,packet     Message-Authenticator = 0x19a044bd2652ef0b55411c1addfd5add
 10:30:11 radius,debug received reply for 8a:b0
 10:30:13 radius,debug new request 8a:b1 code=Access-Request service=wireless called-id=D4-01-C3-FC-C0-27:EAP-TLS
 10:30:13 radius,debug sending 8a:b1 to 127.0.0.1:1812
 10:30:13 radius,debug,packet sending Access-Request with id 196 to 127.0.0.1:1812
 10:30:13 radius,debug,packet     Signature = 0xeefb5f557eaf9fbfae7d55c582b01efd
 10:30:13 radius,debug,packet     Service-Type = 2
 10:30:13 radius,debug,packet     Framed-MTU = 1400
 10:30:13 radius,debug,packet     User-Name = "host/L-BA-026.hu.foods.intra"
 10:30:13 radius,debug,packet     State = 0x053dfc6405326335ae8839099f9cc537
 10:30:13 radius,debug,packet     NAS-Port-Id = "wifi2"
 10:30:13 radius,debug,packet     NAS-Port-Type = 19
 10:30:13 radius,debug,packet     Acct-Session-Id = "82200023"
 10:30:13 radius,debug,packet     Calling-Station-Id = "AC-67-5D-A4-D6-CA"
 10:30:13 radius,debug,packet     Called-Station-Id = "D4-01-C3-FC-C0-27:EAP-TLS"
 10:30:13 radius,debug,packet     EAP-Message = 0x020300061900
 10:30:13 radius,debug,packet     NAS-Identifier = "MikroTik"
 10:30:13 radius,debug,packet     NAS-IP-Address = 127.0.0.1
 10:30:13 radius,debug,packet     Message-Authenticator = 0x7cb3c7a5826589003c9f68667f44e86a
 10:30:13 radius,debug,packet received Access-Challenge with id 196 from 127.0.0.1:1812
 10:30:13 radius,debug,packet     Signature = 0x6f4f2d39b30f58c62ec486048380473a
 10:30:13 radius,debug,packet     EAP-Message = 0x0104025519006c300d06092a864886f7
 10:30:13 radius,debug,packet       0d01010b050003820101005bb770ac7c
 10:30:13 radius,debug,packet       1678f66b5414f2a56c7b867f36d0caa9
 10:30:13 radius,debug,packet       339d6cb958f1ef31499906e793f448f0
 10:30:13 radius,debug,packet       a4094de7633a1d0ac563212de5475809
 10:30:13 radius,debug,packet       d3e970a10429c0911bc12ec34a2e4c39
 10:30:13 radius,debug,packet       3bdd322dc633589eb90905c1ea3ab1af
 10:30:13 radius,debug,packet       fad2b12dc19aa21f29bc56390cdf3379
 10:30:13 radius,debug,packet       2a71dd2a9ac01669016978e639f78298
 10:30:13 radius,debug,packet       09dd2055a42bf6af45e351982a88a9ee
 10:30:13 radius,debug,packet       5e000c8511162f721f9a015ea72c2217
 10:30:13 radius,debug,packet       76950a128975ea96d5524238f233e3e4
 10:30:13 radius,debug,packet       9276d560775db2e5555a0d0f4e55ad6d
 10:30:13 radius,debug,packet       d5f0c784236bb57dcaa1a60fe41bead9
 10:30:13 radius,debug,packet       786140a6b763a3242bcea6533cd3d2f9
 10:30:13 radius,debug,packet       37d79d404865d8faf18631cf44
 10:30:13 radius,debug,packet     EAP-Message = 0xc75f58c7d04d4cbe65f55dfbef719039
 10:30:13 radius,debug,packet       7f8c8622fea9703ecdc6e0046ce61603
 10:30:13 radius,debug,packet       03012c0c00012803001d20bd92e4db93
 10:30:13 radius,debug,packet       09f0c97341d18d72af1b857d6a6ad5c1
 10:30:13 radius,debug,packet       ff85a4ebe7bf93a868913602010100bc
 10:30:13 radius,debug,packet       3c4bd5e71559dcca8f68585d4c04e33f
 10:30:13 radius,debug,packet       d7189cfa5732428672fa97e456d119ee
 10:30:13 radius,debug,packet       efba465f2039147f3d6546fa11dad2d1
 10:30:13 radius,debug,packet       ab01baeb3c5cbe4c086f8bc9e4bccaae
 10:30:13 radius,debug,packet       06dcc0b422260fe6e834b13b90310778
 10:30:13 radius,debug,packet       0a3aa7a46581ad1bb40b466394663d5c
 10:30:13 radius,debug,packet       e48e80f0fe403eb9b731a5b56666efa5
 10:30:13 radius,debug,packet       6950a3f111dfe70cee4ad9e20ba79a9a
 10:30:13 radius,debug,packet       da06fe38d86b2926756d5545f949f2f8
 10:30:13 radius,debug,packet       998c475175ff8c94446a6f23ba4c7b59
 10:30:13 radius,debug,packet       9e90497b2228b33fe359c09bde
 10:30:13 radius,debug,packet     EAP-Message = 0xbb9ff2ac949043645099b1d5fde1b7da
 10:30:13 radius,debug,packet       0468c270657f1c22cd778011b06ec45f
 10:30:13 radius,debug,packet       a39765958b5bcb8befba36e5aa14cbc4
 10:30:13 radius,debug,packet       5d29894a6baee926dfb4d50136c821e1
 10:30:13 radius,debug,packet       69bd68bac82f15732f78066a31177921
 10:30:13 radius,debug,packet       711016030300040e000000
 10:30:13 radius,debug,packet     State = 0x053dfc6405326335ae8839099f9cc537
 10:30:13 radius,debug,packet     Message-Authenticator = 0x8ebc55b5ddb666b80d02cd65a2039f29
 10:30:13 radius,debug received reply for 8a:b1
 10:30:13 radius,debug new request 8a:b2 code=Access-Request service=wireless called-id=D4-01-C3-FC-C0-27:EAP-TLS
 10:30:13 radius,debug sending 8a:b2 to 127.0.0.1:1812
 10:30:13 radius,debug,packet sending Access-Request with id 197 to 127.0.0.1:1812
 10:30:13 radius,debug,packet     Signature = 0xe8c890e500cb4a419a31b016df724a9d
 10:30:13 radius,debug,packet     Service-Type = 2
 10:30:13 radius,debug,packet     Framed-MTU = 1400
 10:30:13 radius,debug,packet     User-Name = "host/L-BA-026.hu.foods.intra"
 10:30:13 radius,debug,packet     State = 0x053dfc6405326335ae8839099f9cc537
 10:30:13 radius,debug,packet     NAS-Port-Id = "wifi2"
 10:30:13 radius,debug,packet     NAS-Port-Type = 19
 10:30:13 radius,debug,packet     Acct-Session-Id = "82200023"
 10:30:13 radius,debug,packet     Calling-Station-Id = "AC-67-5D-A4-D6-CA"
 10:30:13 radius,debug,packet     Called-Station-Id = "D4-01-C3-FC-C0-27:EAP-TLS"
 10:30:13 radius,debug,packet     EAP-Message = 0x0204006719800000005d160303002510
 10:30:13 radius,debug,packet       000021205b93096b48350b2ad21667f3
 10:30:13 radius,debug,packet       39f46fd0df6080db373087961394131c
 10:30:13 radius,debug,packet       3cc34d4b140303000101160303002800
 10:30:13 radius,debug,packet       00000000000000aef9a89ea4df32fabf
 10:30:13 radius,debug,packet       121270fdbe84a92a328b0a72c6777b38
 10:30:13 radius,debug,packet       a6802498f4223d
 10:30:13 radius,debug,packet     NAS-Identifier = "MikroTik"
 10:30:13 radius,debug,packet     NAS-IP-Address = 127.0.0.1
 10:30:13 radius,debug,packet     Message-Authenticator = 0xe674212035d90a6fbd88ecdf63fc8214
 10:30:13 radius,debug,packet received Access-Challenge with id 197 from 127.0.0.1:1812
 10:30:13 radius,debug,packet     Signature = 0x2acab7b49ca2b2dca0325469ed224008
 10:30:13 radius,debug,packet     EAP-Message = 0x01050039190014030300010116030300
 10:30:13 radius,debug,packet       2800000000000000000ac571feac5142
 10:30:13 radius,debug,packet       f16ab2edfc6f16eb1f459ce21372c961
 10:30:13 radius,debug,packet       64731c22f4d2a3c909
 10:30:13 radius,debug,packet     State = 0x053dfc6405326335ae8839099f9cc537
 10:30:13 radius,debug,packet     Message-Authenticator = 0xcd29da1081eaa2f75dd5371b747074cf
 10:30:13 radius,debug received reply for 8a:b2
 10:30:15 radius,debug new request 8a:b3 code=Access-Request service=wireless called-id=D4-01-C3-FC-C0-27:EAP-TLS
 10:30:15 radius,debug sending 8a:b3 to 127.0.0.1:1812
 10:30:15 radius,debug,packet sending Access-Request with id 198 to 127.0.0.1:1812
 10:30:15 radius,debug,packet     Signature = 0xedac4a701a9e582793fce41b87154366
 10:30:15 radius,debug,packet     Service-Type = 2
 10:30:15 radius,debug,packet     Framed-MTU = 1400
 10:30:15 radius,debug,packet     User-Name = "host/L-BA-026.hu.foods.intra"
 10:30:15 radius,debug,packet     State = 0x053dfc6405326335ae8839099f9cc537
 10:30:15 radius,debug,packet     NAS-Port-Id = "wifi2"
 10:30:15 radius,debug,packet     NAS-Port-Type = 19
 10:30:15 radius,debug,packet     Acct-Session-Id = "82200023"
 10:30:15 radius,debug,packet     Calling-Station-Id = "AC-67-5D-A4-D6-CA"
 10:30:15 radius,debug,packet     Called-Station-Id = "D4-01-C3-FC-C0-27:EAP-TLS"
 10:30:15 radius,debug,packet     EAP-Message = 0x020500061900
 10:30:15 radius,debug,packet     NAS-Identifier = "MikroTik"
 10:30:15 radius,debug,packet     NAS-IP-Address = 127.0.0.1
 10:30:15 radius,debug,packet     Message-Authenticator = 0xa5a068ea27dc020414a266f1f855422a
 10:30:15 radius,debug,packet received Access-Challenge with id 198 from 127.0.0.1:1812
 10:30:15 radius,debug,packet     Signature = 0x50db08fb10a0969123577b432be1419f
 10:30:15 radius,debug,packet     EAP-Message = 0x01060024190017030300190000000000
 10:30:15 radius,debug,packet       0000011f96872e6ec8357a66e1aced4e
 10:30:15 radius,debug,packet       92c05c40
 10:30:15 radius,debug,packet     State = 0x053dfc6405326335ae8839099f9cc537
 10:30:15 radius,debug,packet     Message-Authenticator = 0xce2f9a13d62418daa756d27c76d0c234
 10:30:15 radius,debug received reply for 8a:b3
 10:30:15 radius,debug new request 8a:b4 code=Access-Request service=wireless called-id=D4-01-C3-FC-C0-27:EAP-TLS
 10:30:15 radius,debug sending 8a:b4 to 127.0.0.1:1812
 10:30:15 radius,debug,packet sending Access-Request with id 199 to 127.0.0.1:1812
 10:30:15 radius,debug,packet     Signature = 0xb2a5a5c74cc0dcec49e5231d63e89b33
 10:30:15 radius,debug,packet     Service-Type = 2
 10:30:15 radius,debug,packet     Framed-MTU = 1400
 10:30:15 radius,debug,packet     User-Name = "host/L-BA-026.hu.foods.intra"
 10:30:15 radius,debug,packet     State = 0x053dfc6405326335ae8839099f9cc537
 10:30:15 radius,debug,packet     NAS-Port-Id = "wifi2"
 10:30:15 radius,debug,packet     NAS-Port-Type = 19
 10:30:15 radius,debug,packet     Acct-Session-Id = "82200023"
 10:30:15 radius,debug,packet     Calling-Station-Id = "AC-67-5D-A4-D6-CA"
 10:30:15 radius,debug,packet     Called-Station-Id = "D4-01-C3-FC-C0-27:EAP-TLS"
 10:30:15 radius,debug,packet     EAP-Message = 0x02060040190017030300350000000000
 10:30:15 radius,debug,packet       0000014a6ced1c460176f5d8a3f3539d
 10:30:15 radius,debug,packet       ed7920f78661e720a8e2450c2db8021f
 10:30:15 radius,debug,packet       c85dbe772334c930548a367964324351
 10:30:15 radius,debug,packet     NAS-Identifier = "MikroTik"
 10:30:15 radius,debug,packet     NAS-IP-Address = 127.0.0.1
 10:30:15 radius,debug,packet     Message-Authenticator = 0x30c0c7d7ebfffaf9b4b3c61c22ad6fbc
 10:30:15 radius,debug,packet received Access-Challenge with id 199 from 127.0.0.1:1812
 10:30:15 radius,debug,packet     Signature = 0x3e6429162b4d4ef2b8acf6b37c46e3b8
 10:30:15 radius,debug,packet     EAP-Message = 0x0107003a1900170303002f0000000000
 10:30:15 radius,debug,packet       0000029ce0f199a0b4a102f9b227812d
 10:30:15 radius,debug,packet       dc47a37782de564e8c4115cb221c1e47
 10:30:15 radius,debug,packet       f3dd17259ab4bd7f8223
 10:30:15 radius,debug,packet     State = 0x053dfc6405326335ae8839099f9cc537
 10:30:15 radius,debug,packet     Message-Authenticator = 0x67c4373b6bab452cc23ce86a6694e95f
 10:30:15 radius,debug received reply for 8a:b4
 10:30:15 radius,debug new request 8a:b5 code=Access-Request service=wireless called-id=D4-01-C3-FC-C0-27:EAP-TLS
 10:30:15 radius,debug sending 8a:b5 to 127.0.0.1:1812
 10:30:15 radius,debug,packet sending Access-Request with id 200 to 127.0.0.1:1812
 10:30:15 radius,debug,packet     Signature = 0x27d9778dd5c4dd24f08318ab3edc8c9d
 10:30:15 radius,debug,packet     Service-Type = 2
 10:30:15 radius,debug,packet     Framed-MTU = 1400
 10:30:15 radius,debug,packet     User-Name = "host/L-BA-026.hu.foods.intra"
 10:30:15 radius,debug,packet     State = 0x053dfc6405326335ae8839099f9cc537
 10:30:15 radius,debug,packet     NAS-Port-Id = "wifi2"
 10:30:15 radius,debug,packet     NAS-Port-Type = 19
 10:30:15 radius,debug,packet     Acct-Session-Id = "82200023"
 10:30:15 radius,debug,packet     Calling-Station-Id = "AC-67-5D-A4-D6-CA"
 10:30:15 radius,debug,packet     Called-Station-Id = "D4-01-C3-FC-C0-27:EAP-TLS"
 10:30:15 radius,debug,packet     EAP-Message = 0x020700761900170303006b0000000000
 10:30:15 radius,debug,packet       000002aa718d4462e70897837f9f47db
 10:30:15 radius,debug,packet       f92d1160b7ee97f2d9f0ec7cda0cc970
 10:30:15 radius,debug,packet       12dd91426db04424cb4c2065d67c0426
 10:30:15 radius,debug,packet       e20efaf238dad749480926e8ced73dde
 10:30:15 radius,debug,packet       c52a2bf282a7fc50dacbf6a2d397d8a0
 10:30:15 radius,debug,packet       c32f78f37285f845570781fc25b04402
 10:30:15 radius,debug,packet       1664d3882668
 10:30:15 radius,debug,packet     NAS-Identifier = "MikroTik"
 10:30:15 radius,debug,packet     NAS-IP-Address = 127.0.0.1
 10:30:15 radius,debug,packet     Message-Authenticator = 0x9d8477507285708c26f8d2f235363a13
 10:30:16 radius,debug resending 8a:b5
 10:30:16 radius,debug,packet sending Access-Request with id 200 to 127.0.0.1:1812
 10:30:16 radius,debug,packet     Signature = 0x27d9778dd5c4dd24f08318ab3edc8c9d
 10:30:16 radius,debug,packet     Service-Type = 2
 10:30:16 radius,debug,packet     Framed-MTU = 1400
 10:30:16 radius,debug,packet     User-Name = "host/L-BA-026.hu.foods.intra"
 10:30:16 radius,debug,packet     State = 0x053dfc6405326335ae8839099f9cc537
 10:30:16 radius,debug,packet     NAS-Port-Id = "wifi2"
 10:30:16 radius,debug,packet     NAS-Port-Type = 19
 10:30:16 radius,debug,packet     Acct-Session-Id = "82200023"
 10:30:16 radius,debug,packet     Calling-Station-Id = "AC-67-5D-A4-D6-CA"
 10:30:16 radius,debug,packet     Called-Station-Id = "D4-01-C3-FC-C0-27:EAP-TLS"
 10:30:16 radius,debug,packet     EAP-Message = 0x020700761900170303006b0000000000
 10:30:16 radius,debug,packet       000002aa718d4462e70897837f9f47db
 10:30:16 radius,debug,packet       f92d1160b7ee97f2d9f0ec7cda0cc970
 10:30:16 radius,debug,packet       12dd91426db04424cb4c2065d67c0426
 10:30:16 radius,debug,packet       e20efaf238dad749480926e8ced73dde
 10:30:16 radius,debug,packet       c52a2bf282a7fc50dacbf6a2d397d8a0
 10:30:16 radius,debug,packet       c32f78f37285f845570781fc25b04402
 10:30:16 radius,debug,packet       1664d3882668
 10:30:16 radius,debug,packet     NAS-Identifier = "MikroTik"
 10:30:16 radius,debug,packet     NAS-IP-Address = 127.0.0.1
 10:30:16 radius,debug,packet     Message-Authenticator = 0x9d8477507285708c26f8d2f235363a13
 10:30:16 radius,debug resending 8a:b5
 10:30:16 radius,debug,packet sending Access-Request with id 200 to 127.0.0.1:1812
 10:30:16 radius,debug,packet     Signature = 0x27d9778dd5c4dd24f08318ab3edc8c9d
 10:30:16 radius,debug,packet     Service-Type = 2
 10:30:16 radius,debug,packet     Framed-MTU = 1400
 10:30:16 radius,debug,packet     User-Name = "host/L-BA-026.hu.foods.intra"
 10:30:16 radius,debug,packet     State = 0x053dfc6405326335ae8839099f9cc537
 10:30:16 radius,debug,packet     NAS-Port-Id = "wifi2"
 10:30:16 radius,debug,packet     NAS-Port-Type = 19
 10:30:16 radius,debug,packet     Acct-Session-Id = "82200023"
 10:30:16 radius,debug,packet     Calling-Station-Id = "AC-67-5D-A4-D6-CA"
 10:30:16 radius,debug,packet     Called-Station-Id = "D4-01-C3-FC-C0-27:EAP-TLS"
 10:30:16 radius,debug,packet     EAP-Message = 0x020700761900170303006b0000000000
 10:30:16 radius,debug,packet       000002aa718d4462e70897837f9f47db
 10:30:16 radius,debug,packet       f92d1160b7ee97f2d9f0ec7cda0cc970
 10:30:16 radius,debug,packet       12dd91426db04424cb4c2065d67c0426
 10:30:16 radius,debug,packet       e20efaf238dad749480926e8ced73dde
 10:30:16 radius,debug,packet       c52a2bf282a7fc50dacbf6a2d397d8a0
 10:30:16 radius,debug,packet       c32f78f37285f845570781fc25b04402
 10:30:16 radius,debug,packet       1664d3882668
 10:30:16 radius,debug,packet     NAS-Identifier = "MikroTik"
 10:30:16 radius,debug,packet     NAS-IP-Address = 127.0.0.1
 10:30:16 radius,debug,packet     Message-Authenticator = 0x9d8477507285708c26f8d2f235363a13
 10:30:16 radius,debug timeout for 8a:b5
 10:30:16 wireless,debug AC:67:5D:A4:D6:CA@wifi2 disassociated, authentication timeout, signal strength -14
 10:30:24 wireless,debug AC:67:5D:A4:D6:CA@wifi2 associated, signal strength -18
 10:30:29 system,info,account user admin logged out from 192.168.10.200 via winbox
 10:30:29 system,info,account user admin logged out from 192.168.10.200 via winbox
 10:30:29 system,info,account user admin logged out from 192.168.10.200 via winbox
 10:30:29 system,info,account user admin logged out from 192.168.10.200 via winbox
 10:30:29 system,info,account user admin logged out from 192.168.10.200 via winbox
 10:30:29 system,info,account user admin logged out from 192.168.10.200 via winbox
 10:30:29 system,info,account user admin logged out from 192.168.10.200 via winbox
 10:30:29 system,info,account user admin logged out from 192.168.10.200 via winbox
 10:30:30 radius,debug new request 8a:b6 code=Access-Request service=wireless called-id=D4-01-C3-FC-C0-27:EAP-TLS
 10:30:30 radius,debug sending 8a:b6 to 127.0.0.1:1812
 10:30:30 radius,debug,packet sending Access-Request with id 201 to 127.0.0.1:1812
 10:30:30 radius,debug,packet     Signature = 0x7685f766cc8c8325217b49817eda8470
 10:30:30 radius,debug,packet     Service-Type = 2
 10:30:30 radius,debug,packet     Framed-MTU = 1400
 10:30:30 radius,debug,packet     User-Name = "Wifi-Client"
 10:30:30 radius,debug,packet     NAS-Port-Id = "wifi2"
 10:30:30 radius,debug,packet     NAS-Port-Type = 19
 10:30:30 radius,debug,packet     Acct-Session-Id = "82200024"
 10:30:30 radius,debug,packet     Calling-Station-Id = "AC-67-5D-A4-D6-CA"
 10:30:30 radius,debug,packet     Called-Station-Id = "D4-01-C3-FC-C0-27:EAP-TLS"
 10:30:30 radius,debug,packet     EAP-Message = 0x0201001001576966692d436c69656e74
 10:30:30 radius,debug,packet     NAS-Identifier = "MikroTik"
 10:30:30 radius,debug,packet     NAS-IP-Address = 127.0.0.1
 10:30:30 radius,debug,packet     Message-Authenticator = 0xffe107c3cd4d0914185d753743d193bc
 10:30:30 radius,debug,packet received Access-Challenge with id 201 from 127.0.0.1:1812
 10:30:30 radius,debug,packet     Signature = 0x9fb5c16466a473ee2f638f710bc5c842
 10:30:30 radius,debug,packet     EAP-Message = 0x010200061920
 10:30:30 radius,debug,packet     State = 0x21f57ab8ff71cd5eabc194d5f32ffe70
 10:30:30 radius,debug,packet     Message-Authenticator = 0x81829f8e6e117b4bac37c607c4ccea4d
 10:30:30 radius,debug received reply for 8a:b6
 10:30:30 radius,debug new request 8a:b7 code=Access-Request service=wireless called-id=D4-01-C3-FC-C0-27:EAP-TLS
 10:30:30 radius,debug sending 8a:b7 to 127.0.0.1:1812
 10:30:30 radius,debug,packet sending Access-Request with id 202 to 127.0.0.1:1812
 10:30:30 radius,debug,packet     Signature = 0xa3e130b112cb18fecbbe5b52f2f74cf9
 10:30:30 radius,debug,packet     Service-Type = 2
 10:30:30 radius,debug,packet     Framed-MTU = 1400
 10:30:30 radius,debug,packet     User-Name = "Wifi-Client"
 10:30:30 radius,debug,packet     State = 0x21f57ab8ff71cd5eabc194d5f32ffe70
 10:30:30 radius,debug,packet     NAS-Port-Id = "wifi2"
 10:30:30 radius,debug,packet     NAS-Port-Type = 19
 10:30:30 radius,debug,packet     Acct-Session-Id = "82200024"
 10:30:30 radius,debug,packet     Calling-Station-Id = "AC-67-5D-A4-D6-CA"
 10:30:30 radius,debug,packet     Called-Station-Id = "D4-01-C3-FC-C0-27:EAP-TLS"
 10:30:30 radius,debug,packet     EAP-Message = 0x02020006030d
 10:30:30 radius,debug,packet     NAS-Identifier = "MikroTik"
 10:30:30 radius,debug,packet     NAS-IP-Address = 127.0.0.1
 10:30:30 radius,debug,packet     Message-Authenticator = 0x59bf0a5027d1733af6c30379c67bb6c7
 10:30:30 radius,debug,packet received Access-Challenge with id 202 from 127.0.0.1:1812
 10:30:30 radius,debug,packet     Signature = 0x729eb37ffb1b1bf85241d77a606c494a
 10:30:30 radius,debug,packet     EAP-Message = 0x010300061520
 10:30:30 radius,debug,packet     State = 0x21f57ab8ff71cd5eabc194d5f32ffe70
 10:30:30 radius,debug,packet     Message-Authenticator = 0x8718d2a1baff5609bf74b685e70d3e52
 10:30:30 radius,debug received reply for 8a:b7
 10:30:30 radius,debug new request 8a:b8 code=Access-Request service=wireless called-id=D4-01-C3-FC-C0-27:EAP-TLS
 10:30:30 radius,debug sending 8a:b8 to 127.0.0.1:1812
 10:30:30 radius,debug,packet sending Access-Request with id 203 to 127.0.0.1:1812
 10:30:30 radius,debug,packet     Signature = 0x5b09b4dc18a79d19ff9a526054a7b463
 10:30:30 radius,debug,packet     Service-Type = 2
 10:30:30 radius,debug,packet     Framed-MTU = 1400
 10:30:30 radius,debug,packet     User-Name = "Wifi-Client"
 10:30:30 radius,debug,packet     State = 0x21f57ab8ff71cd5eabc194d5f32ffe70
 10:30:30 radius,debug,packet     NAS-Port-Id = "wifi2"
 10:30:30 radius,debug,packet     NAS-Port-Type = 19
 10:30:30 radius,debug,packet     Acct-Session-Id = "82200024"
 10:30:30 radius,debug,packet     Calling-Station-Id = "AC-67-5D-A4-D6-CA"
 10:30:30 radius,debug,packet     Called-Station-Id = "D4-01-C3-FC-C0-27:EAP-TLS"
 10:30:30 radius,debug,packet     EAP-Message = 0x02030006030d
 10:30:30 radius,debug,packet     NAS-Identifier = "MikroTik"
 10:30:30 radius,debug,packet     NAS-IP-Address = 127.0.0.1
 10:30:30 radius,debug,packet     Message-Authenticator = 0xc3d1235b64910465bdee68e8cecef8e8
 10:30:31 radius,debug resending 8a:b8
 10:30:31 radius,debug,packet sending Access-Request with id 203 to 127.0.0.1:1812
 10:30:31 radius,debug,packet     Signature = 0x5b09b4dc18a79d19ff9a526054a7b463
 10:30:31 radius,debug,packet     Service-Type = 2
 10:30:31 radius,debug,packet     Framed-MTU = 1400
 10:30:31 radius,debug,packet     User-Name = "Wifi-Client"
 10:30:31 radius,debug,packet     State = 0x21f57ab8ff71cd5eabc194d5f32ffe70
 10:30:31 radius,debug,packet     NAS-Port-Id = "wifi2"
 10:30:31 radius,debug,packet     NAS-Port-Type = 19
 10:30:31 radius,debug,packet     Acct-Session-Id = "82200024"
 10:30:31 radius,debug,packet     Calling-Station-Id = "AC-67-5D-A4-D6-CA"
 10:30:31 radius,debug,packet     Called-Station-Id = "D4-01-C3-FC-C0-27:EAP-TLS"
 10:30:31 radius,debug,packet     EAP-Message = 0x02030006030d
 10:30:31 radius,debug,packet     NAS-Identifier = "MikroTik"
 10:30:31 radius,debug,packet     NAS-IP-Address = 127.0.0.1
 10:30:31 radius,debug,packet     Message-Authenticator = 0xc3d1235b64910465bdee68e8cecef8e8
 10:30:31 radius,debug resending 8a:b8
 10:30:31 radius,debug,packet sending Access-Request with id 203 to 127.0.0.1:1812
 10:30:31 radius,debug,packet     Signature = 0x5b09b4dc18a79d19ff9a526054a7b463
 10:30:31 radius,debug,packet     Service-Type = 2
 10:30:31 radius,debug,packet     Framed-MTU = 1400
 10:30:31 radius,debug,packet     User-Name = "Wifi-Client"
 10:30:31 radius,debug,packet     State = 0x21f57ab8ff71cd5eabc194d5f32ffe70
 10:30:31 radius,debug,packet     NAS-Port-Id = "wifi2"
 10:30:31 radius,debug,packet     NAS-Port-Type = 19
 10:30:31 radius,debug,packet     Acct-Session-Id = "82200024"
 10:30:31 radius,debug,packet     Calling-Station-Id = "AC-67-5D-A4-D6-CA"
 10:30:31 radius,debug,packet     Called-Station-Id = "D4-01-C3-FC-C0-27:EAP-TLS"
 10:30:31 radius,debug,packet     EAP-Message = 0x02030006030d
 10:30:31 radius,debug,packet     NAS-Identifier = "MikroTik"
 10:30:31 radius,debug,packet     NAS-IP-Address = 127.0.0.1
 10:30:31 radius,debug,packet     Message-Authenticator = 0xc3d1235b64910465bdee68e8cecef8e8
 10:30:31 radius,debug timeout for 8a:b8
 10:30:31 wireless,debug AC:67:5D:A4:D6:CA@wifi2 disassociated, authentication timeout, signal strength -14
When I looged in with a user manager's user all is fine and the connection is secured
10:09:42 radius,debug new request 8a:00 code=Accounting-Request service=wireless called-id=D4-01-C3-FC-C0-27:EAP-TLS
 10:09:42 radius,debug sending 8a:00 to 127.0.0.1:1813
 10:09:42 radius,debug,packet sending Accounting-Request with id 152 to 127.0.0.1:1813
 10:09:42 radius,debug,packet     Signature = 0xfae47415f2405763c4c8f3946b8679d3
 10:09:42 radius,debug,packet     Service-Type = 2
 10:09:42 radius,debug,packet     NAS-Port-Id = "wifi2"
 10:09:42 radius,debug,packet     NAS-Port-Type = 19
 10:09:42 radius,debug,packet     NAS-Port = 29
 10:09:42 radius,debug,packet     User-Name = "user101"
 10:09:42 radius,debug,packet     Class = 0x40f998f9fda228de
 10:09:42 radius,debug,packet     Acct-Session-Id = "8220001c"
 10:09:42 radius,debug,packet     Calling-Station-Id = "AC-67-5D-A4-D6-CA"
 10:09:42 radius,debug,packet     Called-Station-Id = "D4-01-C3-FC-C0-27:EAP-TLS"
 10:09:42 radius,debug,packet     Acct-Authentic = 1
 10:09:42 radius,debug,packet     Acct-Status-Type = 3
 10:09:42 radius,debug,packet     Acct-Session-Time = 300
 10:09:42 radius,debug,packet     Acct-Input-Octets = 2493167
 10:09:42 radius,debug,packet     Acct-Input-Gigawords = 0
 10:09:42 radius,debug,packet     Acct-Input-Packets = 6122
 10:09:42 radius,debug,packet     Acct-Output-Octets = 2283760
 10:09:42 radius,debug,packet     Acct-Output-Gigawords = 0
 10:09:42 radius,debug,packet     Acct-Output-Packets = 5914
 10:09:42 radius,debug,packet     NAS-Identifier = "MikroTik"
 10:09:42 radius,debug,packet     Acct-Delay-Time = 0
 10:09:42 radius,debug,packet     NAS-IP-Address = 127.0.0.1
 10:09:42 manager,debug >>> rx Accounting-Request from [127.0.0.1]:34519, id: 152
 10:09:42 manager,debug <<< tx Accounting-Response to [127.0.0.1]:34519, id: 152
 10:09:42 radius,debug,packet received Accounting-Response with id 152 from 127.0.0.1:1813
 10:09:42 radius,debug,packet     Signature = 0xc90050c0084aee0ead2c4c2f66b1d9b5
 10:09:42 radius,debug,packet     User-Name = "user101"
 10:09:42 radius,debug,packet     NAS-Port-Type = 19
 10:09:42 radius,debug,packet     NAS-Port-Id = "wifi2"
 10:09:42 radius,debug,packet     NAS-IP-Address = 127.0.0.1
 10:09:42 radius,debug,packet     Calling-Station-Id = "AC-67-5D-A4-D6-CA"
 10:09:42 radius,debug,packet     Acct-Session-Id = "8220001c"
 10:09:42 radius,debug received reply for 8a:00
 10:09:42 radius,debug request 8a:00 processed
 10:09:52 wireless,info AC:67:5D:A4:D6:CA@wifi2 disconnected, connection lost, signal strength -26
 10:09:52 wireless,debug AC:67:5D:A4:D6:CA@wifi2 disassociated, connection lost, signal strength -26
 10:09:52 radius,debug new request 8a:00 code=Accounting-Request service=wireless called-id=D4-01-C3-FC-C0-27:EAP-TLS
 10:09:52 radius,debug sending 8a:00 to 127.0.0.1:1813
 10:09:52 radius,debug,packet sending Accounting-Request with id 153 to 127.0.0.1:1813
 10:09:52 radius,debug,packet     Signature = 0x4217244da03452fcf33bd638828350e6
 10:09:52 radius,debug,packet     Service-Type = 2
 10:09:52 radius,debug,packet     NAS-Port-Id = "wifi2"
 10:09:52 radius,debug,packet     NAS-Port-Type = 19
 10:09:52 radius,debug,packet     NAS-Port = 29
 10:09:52 radius,debug,packet     User-Name = "user101"
 10:09:52 radius,debug,packet     Class = 0x40f998f9fda228de
 10:09:52 radius,debug,packet     Acct-Session-Id = "8220001c"
 10:09:52 radius,debug,packet     Calling-Station-Id = "AC-67-5D-A4-D6-CA"
 10:09:52 radius,debug,packet     Called-Station-Id = "D4-01-C3-FC-C0-27:EAP-TLS"
 10:09:52 radius,debug,packet     Acct-Authentic = 1
 10:09:52 radius,debug,packet     Acct-Status-Type = 2
 10:09:52 radius,debug,packet     Acct-Terminate-Cause = 3
 10:09:52 radius,debug,packet     Acct-Session-Time = 309
 10:09:52 radius,debug,packet     Acct-Input-Octets = 2881118
 10:09:52 radius,debug,packet     Acct-Input-Gigawords = 0
 10:09:52 radius,debug,packet     Acct-Input-Packets = 6743
 10:09:52 radius,debug,packet     Acct-Output-Octets = 2488410
 10:09:52 radius,debug,packet     Acct-Output-Gigawords = 0
 10:09:52 radius,debug,packet     Acct-Output-Packets = 6393
 10:09:52 radius,debug,packet     NAS-Identifier = "MikroTik"
 10:09:52 radius,debug,packet     Acct-Delay-Time = 0
 10:09:52 radius,debug,packet     NAS-IP-Address = 127.0.0.1
 10:09:52 manager,debug >>> rx Accounting-Request from [127.0.0.1]:51692, id: 153
 10:09:52 manager,debug Now user user101 has active session count: 0
 10:09:52 route,debug,calc route/calc/merge/input/route
10:09:52 manager,debug <<< tx Accounting-Response to [127.0.0.1]:51692, id: 153
 10:09:52 radius,debug,packet received Accounting-Response with id 153 from 127.0.0.1:1813
 10:09:52 radius,debug,packet     Signature = 0x2efe49029a4a38f9645c5570ee4fffe1
 10:09:52 radius,debug,packet     User-Name = "user101"
 10:09:52 radius,debug,packet     NAS-Port-Type = 19
 10:09:52 radius,debug,packet     NAS-Port-Id = "wifi2"
 10:09:52 radius,debug,packet     NAS-IP-Address = 127.0.0.1
 10:09:52 radius,debug,packet     Calling-Station-Id = "AC-67-5D-A4-D6-CA"
 10:09:52 radius,debug,packet     Acct-Session-Id = "8220001c"
 10:09:52 radius,debug received reply for 8a:00
 10:09:52 radius,debug request 8a:00 processed
 10:10:15 wireless,debug AC:67:5D:A4:D6:CA@wifi2 associated, signal strength -18
 10:10:15 radius,debug new request 8a:8a code=Access-Request service=wireless called-id=D4-01-C3-FC-C0-27:EAP-TLS
 10:10:15 radius,debug sending 8a:8a to 127.0.0.1:1812
 10:10:15 radius,debug,packet sending Access-Request with id 154 to 127.0.0.1:1812
 10:10:15 radius,debug,packet     Signature = 0x583eb34e7db9404dc2e185fc26e95052
 10:10:15 radius,debug,packet     Service-Type = 2
 10:10:15 radius,debug,packet     Framed-MTU = 1400
 10:10:15 radius,debug,packet     User-Name = "host/L-BA-026.hu.foods.intra"
 10:10:15 radius,debug,packet     NAS-Port-Id = "wifi2"
 10:10:15 radius,debug,packet     NAS-Port-Type = 19
 10:10:15 radius,debug,packet     Acct-Session-Id = "8220001d"
 10:10:15 radius,debug,packet     Calling-Station-Id = "AC-67-5D-A4-D6-CA"
 10:10:15 radius,debug,packet     Called-Station-Id = "D4-01-C3-FC-C0-27:EAP-TLS"
 10:10:15 radius,debug,packet     EAP-Message = 0x0201002101686f73742f4c2d42412d30
 10:10:15 radius,debug,packet       32362e68752e666f6f64732e696e7472
 10:10:15 radius,debug,packet       61
 10:10:15 radius,debug,packet     NAS-Identifier = "MikroTik"
 10:10:15 radius,debug,packet     NAS-IP-Address = 127.0.0.1
 10:10:15 radius,debug,packet     Message-Authenticator = 0x848aec9793fd85603f04b75b9bdf6e0d
 10:10:15 manager,debug >>> rx Access-Request from [127.0.0.1]:52915, id: 154
 10:10:15 manager,debug <<< tx Access-Challenge to [127.0.0.1]:52915, id: 154
 10:10:15 radius,debug,packet received Access-Challenge with id 154 from 127.0.0.1:1812
 10:10:15 radius,debug,packet     Signature = 0x5eb3595106af7d78f3536d237779cbb4
 10:10:15 radius,debug,packet     EAP-Message = 0x010200061920
 10:10:15 radius,debug,packet     State = 0x7b213637a386fcd00490579478342203
 10:10:15 radius,debug,packet     Message-Authenticator = 0x1fc884ea35a1d402ce0d6a1ae0e973af
 10:10:15 radius,debug received reply for 8a:8a
 10:10:15 radius,debug new request 8a:8b code=Access-Request service=wireless called-id=D4-01-C3-FC-C0-27:EAP-TLS
 10:10:15 radius,debug sending 8a:8b to 127.0.0.1:1812
 10:10:15 radius,debug,packet sending Access-Request with id 155 to 127.0.0.1:1812
 10:10:15 radius,debug,packet     Signature = 0x2332d3646e8c69e23289b2cc6c94ae77
 10:10:15 radius,debug,packet     Service-Type = 2
 10:10:15 radius,debug,packet     Framed-MTU = 1400
 10:10:15 radius,debug,packet     User-Name = "host/L-BA-026.hu.foods.intra"
 10:10:15 radius,debug,packet     State = 0x7b213637a386fcd00490579478342203
 10:10:15 radius,debug,packet     NAS-Port-Id = "wifi2"
 10:10:15 radius,debug,packet     NAS-Port-Type = 19
 10:10:15 radius,debug,packet     Acct-Session-Id = "8220001d"
 10:10:15 radius,debug,packet     Calling-Station-Id = "AC-67-5D-A4-D6-CA"
 10:10:15 radius,debug,packet     Called-Station-Id = "D4-01-C3-FC-C0-27:EAP-TLS"
 10:10:15 radius,debug,packet     EAP-Message = 0x020200ac1980000000a2160303009d01
 10:10:15 radius,debug,packet       0000990303675c0807acdedf1d2935a0
 10:10:15 radius,debug,packet       5ef0562d3d0ee9c53e82bfa455ec8f3b
 10:10:15 radius,debug,packet       087ea5512500002ac02cc02bc030c02f
 10:10:15 radius,debug,packet       009f009ec024c023c028c027c00ac009
 10:10:15 radius,debug,packet       c014c013009d009c003d003c0035002f
 10:10:15 radius,debug,packet       000a0100004600050005010000000000
 10:10:15 radius,debug,packet       0a00080006001d00170018000b000201
 10:10:15 radius,debug,packet       00000d001a0018080408050806040105
 10:10:15 radius,debug,packet       01020104030503020302020601060300
 10:10:15 radius,debug,packet       23000000170000ff01000100
 10:10:15 radius,debug,packet     NAS-Identifier = "MikroTik"
 10:10:15 radius,debug,packet     NAS-IP-Address = 127.0.0.1
 10:10:15 radius,debug,packet     Message-Authenticator = 0x8fe41135e764270efd86362e975fae9e
 10:10:15 manager,debug >>> rx Access-Request from [127.0.0.1]:37551, id: 155
 10:10:15 manager,debug <<< tx Access-Challenge to [127.0.0.1]:37551, id: 155
 10:10:15 radius,debug,packet received Access-Challenge with id 155 from 127.0.0.1:1812
 10:10:15 radius,debug,packet     Signature = 0xb6ea73dad0b0c1ceb8a3a89896e53494
 10:10:15 radius,debug,packet     EAP-Message = 0x0103058219c0000007c7160303003102
 10:10:15 radius,debug,packet       00002d0303b55a69a50afc46cb1c15b1
 10:10:15 radius,debug,packet       464bdedb5e7103c336bb5f1c11260016
 10:10:15 radius,debug,packet       cb24275e0900c030000005ff01000100
 10:10:15 radius,debug,packet       16030306520b00064e00064b00031f30
 10:10:15 radius,debug,packet       82031b30820203a00302010202086d1d
 10:10:15 radius,debug,packet       e1eb647a5d9f300d06092a864886f70d
 10:10:15 radius,debug,packet       01010b05003016311430120603550403
 10:10:15 radius,debug,packet       0c0b4d696b726f74696b2d4341301e17
 10:10:15 radius,debug,packet       0d3234313231323038313134305a170d
 10:10:15 radius,debug,packet       3336303232393038313134305a301231
 10:10:15 radius,debug,packet       10300e06035504030c07576966692d41
 10:10:15 radius,debug,packet       5030820122300d06092a864886f70d01
 10:10:15 radius,debug,packet       010105000382010f003082010a028201
 10:10:15 radius,debug,packet       0100cb3cbe8b7767efc2011990cb89cf
 10:10:15 radius,debug,packet       b19c2a3207a843803d6ba799b4
 10:10:15 radius,debug,packet     EAP-Message = 0x395b6709b0171779186c54c2f68bccc9
 10:10:15 radius,debug,packet       d1085c1c62af3b05aee7c3b028d8c638
 10:10:15 radius,debug,packet       f84416a3fec8bc9bd7d4d57564807987
 10:10:15 radius,debug,packet       5c64cf6c3fd8fbf889eb391e259f52c2
 10:10:15 radius,debug,packet       ace0a614483455598fd4949dbb2362c4
 10:10:15 radius,debug,packet       b771174d682a7dbc8b8802cff5b47047
 10:10:15 radius,debug,packet       aafdd63d0d96b9a461d755ddc90c164a
 10:10:15 radius,debug,packet       7395aff6ed9a3a2195c7d7767f2dcfb9
 10:10:15 radius,debug,packet       4be677f4bb0b2600b5d8c11b998d68e8
 10:10:15 radius,debug,packet       65e4aac414785f585ed908effe436d23
 10:10:15 radius,debug,packet       3ed88e38f106e11500e122a7d527e7aa
 10:10:15 radius,debug,packet       2be090b21e0ea9950989a9609597dd0a
 10:10:15 radius,debug,packet       eda92136a0ff23598017c0a3fbd7aa76
 10:10:15 radius,debug,packet       33de03f5fbe5a29fb0e453aef7cbce42
 10:10:15 radius,debug,packet       a59dce65bf0203010001a371306f300e
 10:10:15 radius,debug,packet       0603551d0f0101ff0404030203
 10:10:15 radius,debug,packet     EAP-Message = 0xb8301d0603551d250416301406082b06
 10:10:15 radius,debug,packet       01050507030106082b06010505070302
 10:10:15 radius,debug,packet       301d0603551d0e041604149b8b202139
 10:10:15 radius,debug,packet       2162e3f45641583b16f4418a544fc530
 10:10:15 radius,debug,packet       1f0603551d2304183016801493abbfc5
 10:10:15 radius,debug,packet       c2078573e1d429c98af479b1e03395d9
 10:10:15 radius,debug,packet       300d06092a864886f70d01010b050003
 10:10:15 radius,debug,packet       8201010050340da2f512b45e902a1f70
 10:10:15 radius,debug,packet       1c60916f8d3457f2fa5d5fdcdbbd7f6b
 10:10:15 radius,debug,packet       2e3c1009e4e88784e597ad23158cc3ab
 10:10:15 radius,debug,packet       ebf6a88a7a601521c422d282166e319c
 10:10:15 radius,debug,packet       4caef558f8d0f30e075310770e9c380d
 10:10:15 radius,debug,packet       eca85e558b0962549e9fbd4b2d7257e7
 10:10:15 radius,debug,packet       4dc956a8393595b566cd23c8e08fd989
 10:10:15 radius,debug,packet       fc2b4fb6b87c13bfe3281f471f7eb75a
 10:10:15 radius,debug,packet       85b03ff30aa1bc7d095fda4ba9
 10:10:15 radius,debug,packet     EAP-Message = 0xdc0cb28354ee6ecf1bd93fa7082764c6
 10:10:15 radius,debug,packet       069ffd924cb6a2dc9d629ad99d9c1bd3
 10:10:15 radius,debug,packet       86d83aa6cc9b50421151aafa42e780d8
 10:10:15 radius,debug,packet       4cef06994f2b00d507ae7aa83a959fa1
 10:10:15 radius,debug,packet       da8d1cf93615fb47cdd8ada1bc9e2860
 10:10:15 radius,debug,packet       8cd9d432bb8c85b7f5e6baa5bec386f1
 10:10:15 radius,debug,packet       742f5c39b13c15078aa791a55377a6a9
 10:10:15 radius,debug,packet       c13dcb7d1d54eb000326308203223082
 10:10:15 radius,debug,packet       020aa0030201020208611a161f4782c3
 10:10:15 radius,debug,packet       4c300d06092a864886f70d01010b0500
 10:10:15 radius,debug,packet       30163114301206035504030c0b4d696b
 10:10:15 radius,debug,packet       726f74696b2d4341301e170d32343132
 10:10:15 radius,debug,packet       31323037353832305a170d3336303232
 10:10:15 radius,debug,packet       393037353832305a3016311430120603
 10:10:15 radius,debug,packet       5504030c0b4d696b726f74696b2d4341
 10:10:15 radius,debug,packet       30820122300d06092a864886f7
 10:10:15 radius,debug,packet     EAP-Message = 0x0d01010105000382010f003082010a02
 10:10:15 radius,debug,packet       82010100a318d528b47e5cc69de6c0f2
 10:10:15 radius,debug,packet       7f177ea9cb3b0b01421efa5a3741f253
 10:10:15 radius,debug,packet       e3c6450975aa7c8f52bc54c6520e7b5c
 10:10:15 radius,debug,packet       303a52e94371e62ca8195bc60ea522fb
 10:10:15 radius,debug,packet       81a21a2a83e8a306788a2ad0c4d5179b
 10:10:15 radius,debug,packet       98c9766adf9bf8f45c5a0f809c81920b
 10:10:15 radius,debug,packet       826d4707d823223f8f3fd0392fcdc0bb
 10:10:15 radius,debug,packet       b6398837124aff722f7d0b8528d096de
 10:10:15 radius,debug,packet       a6e1e7226c2b720b493b7f395051976a
 10:10:15 radius,debug,packet       13b7e33cf39842c669b978a54b1d6772
 10:10:15 radius,debug,packet       86f35d461d049bf38a58eb494efa64d0
 10:10:15 radius,debug,packet       e129c6427a4c4f23769d1699329e023c
 10:10:15 radius,debug,packet       8cc54d0598613da0ee977c2475e2ed6a
 10:10:15 radius,debug,packet       de845ea00989bd2522072b2f47bb6b32
 10:10:15 radius,debug,packet       9a776edd33745fae563350e0c4
 10:10:15 radius,debug,packet     EAP-Message = 0x06c593f7a54f7330cc9d2005a1e9378a
 10:10:15 radius,debug,packet       559a957b4209810203010001a3743072
 10:10:15 radius,debug,packet       300f0603551d130101ff040530030101
 10:10:15 radius,debug,packet       ff300e0603551d0f0101ff0404030201
 10:10:15 radius,debug,packet       06301d0603551d0e0416041493abbfc5
 10:10:15 radius,debug,packet       c2078573e1d429c98af479b1e03395d9
 10:10:15 radius,debug,packet       30300603551d1f042930273025a023a0
 10:10:15 radius,debug,packet       21861f687474703a2f2f3139322e3136
 10:10:15 radius,debug,packet       382e31302e3235342f63726c2f312e63
 10:10:15 radius,debug,packet       72
 10:10:15 radius,debug,packet     State = 0x7b213637a386fcd00490579478342203
 10:10:15 radius,debug,packet     Message-Authenticator = 0xba6ba5a2e102f5c09e50d1134e7f223d
 10:10:15 radius,debug received reply for 8a:8b
 10:10:15 radius,debug new request 8a:8c code=Access-Request service=wireless called-id=D4-01-C3-FC-C0-27:EAP-TLS
 10:10:15 radius,debug sending 8a:8c to 127.0.0.1:1812
 10:10:15 radius,debug,packet sending Access-Request with id 156 to 127.0.0.1:1812
 10:10:15 radius,debug,packet     Signature = 0xcef45ff2ab10880d2fa26e0bf2f43503
 10:10:15 radius,debug,packet     Service-Type = 2
 10:10:15 radius,debug,packet     Framed-MTU = 1400
 10:10:15 radius,debug,packet     User-Name = "host/L-BA-026.hu.foods.intra"
 10:10:15 radius,debug,packet     State = 0x7b213637a386fcd00490579478342203
 10:10:15 radius,debug,packet     NAS-Port-Id = "wifi2"
 10:10:15 radius,debug,packet     NAS-Port-Type = 19
 10:10:15 radius,debug,packet     Acct-Session-Id = "8220001d"
 10:10:15 radius,debug,packet     Calling-Station-Id = "AC-67-5D-A4-D6-CA"
 10:10:15 radius,debug,packet     Called-Station-Id = "D4-01-C3-FC-C0-27:EAP-TLS"
 10:10:15 radius,debug,packet     EAP-Message = 0x020300061900
 10:10:15 radius,debug,packet     NAS-Identifier = "MikroTik"
 10:10:15 radius,debug,packet     NAS-IP-Address = 127.0.0.1
 10:10:15 radius,debug,packet     Message-Authenticator = 0xa9b35120e34b695731f000963c43d633
 10:10:15 manager,debug >>> rx Access-Request from [127.0.0.1]:46071, id: 156
 10:10:15 manager,debug <<< tx Access-Challenge to [127.0.0.1]:46071, id: 156
 10:10:15 radius,debug,packet received Access-Challenge with id 156 from 127.0.0.1:1812
 10:10:15 radius,debug,packet     Signature = 0xe26ad5235eb1bc603646e1976614bbee
 10:10:15 radius,debug,packet     EAP-Message = 0x0104025519006c300d06092a864886f7
 10:10:15 radius,debug,packet       0d01010b050003820101005bb770ac7c
 10:10:15 radius,debug,packet       1678f66b5414f2a56c7b867f36d0caa9
 10:10:15 radius,debug,packet       339d6cb958f1ef31499906e793f448f0
 10:10:15 radius,debug,packet       a4094de7633a1d0ac563212de5475809
 10:10:15 radius,debug,packet       d3e970a10429c0911bc12ec34a2e4c39
 10:10:15 radius,debug,packet       3bdd322dc633589eb90905c1ea3ab1af
 10:10:15 radius,debug,packet       fad2b12dc19aa21f29bc56390cdf3379
 10:10:15 radius,debug,packet       2a71dd2a9ac01669016978e639f78298
 10:10:15 radius,debug,packet       09dd2055a42bf6af45e351982a88a9ee
 10:10:15 radius,debug,packet       5e000c8511162f721f9a015ea72c2217
 10:10:15 radius,debug,packet       76950a128975ea96d5524238f233e3e4
 10:10:15 radius,debug,packet       9276d560775db2e5555a0d0f4e55ad6d
 10:10:15 radius,debug,packet       d5f0c784236bb57dcaa1a60fe41bead9
 10:10:15 radius,debug,packet       786140a6b763a3242bcea6533cd3d2f9
 10:10:15 radius,debug,packet       37d79d404865d8faf18631cf44
 10:10:15 radius,debug,packet     EAP-Message = 0xc75f58c7d04d4cbe65f55dfbef719039
 10:10:15 radius,debug,packet       7f8c8622fea9703ecdc6e0046ce61603
 10:10:15 radius,debug,packet       03012c0c00012803001d20681874b77c
 10:10:15 radius,debug,packet       72ea0842d7badbf712099cab3c55f704
 10:10:15 radius,debug,packet       38626947de9f0a456713680201010013
 10:10:15 radius,debug,packet       cd153569924f93f6ef2843486b7ad147
 10:10:15 radius,debug,packet       7138d3e8bbfff991d639fb7d84bc1d50
 10:10:15 radius,debug,packet       55b47369232bb7b1ca301f441ce14f76
 10:10:15 radius,debug,packet       4600cc3680d48b9a425476cbd1757aa2
 10:10:15 radius,debug,packet       7d1ad1d71b5b13805a891863c85c55c9
 10:10:15 radius,debug,packet       da4dee6ed1aa3d151021df720953db4d
 10:10:15 radius,debug,packet       0eafdbc949cdc19cc2180e9ae2e10426
 10:10:15 radius,debug,packet       bc9de0b99f0e0b9e97a2cb20a15a848c
 10:10:15 radius,debug,packet       d4953f90b151a37553be25b0c131b180
 10:10:15 radius,debug,packet       fa1e65b2210f3474f04fe83489746355
 10:10:15 radius,debug,packet       c76f7cb36ec42acf2f5b08e9b1
 10:10:15 radius,debug,packet     EAP-Message = 0xeba0005280b4568af53f159aad03c252
 10:10:15 radius,debug,packet       0772360f1aeb085b9dfb4d128b86ba1f
 10:10:15 radius,debug,packet       11cad6a373aaa927e880c87f032c908a
 10:10:15 radius,debug,packet       05c655e9dcc49d497174eb8ca6bf5915
 10:10:15 radius,debug,packet       5a49e3063c83ff45d67b4d370953b4e3
 10:10:15 radius,debug,packet       892d16030300040e000000
 10:10:15 radius,debug,packet     State = 0x7b213637a386fcd00490579478342203
 10:10:15 radius,debug,packet     Message-Authenticator = 0x20ba92c7e35b76e8b59838ab19fca9f2
 10:10:15 radius,debug received reply for 8a:8c
 10:10:15 radius,debug new request 8a:8d code=Access-Request service=wireless called-id=D4-01-C3-FC-C0-27:EAP-TLS
 10:10:15 radius,debug sending 8a:8d to 127.0.0.1:1812
How can I force the radius/user manager to use the cert in the right way or so
 
tdw
Forum Guru
Forum Guru
Posts: 2032
Joined: Sat May 05, 2018 11:55 am

Re: Windows 10 cannot connect to EAP-TLS Wifi  [SOLVED]

Fri Dec 13, 2024 3:20 pm

You have not fully configured user manager, see https://help.mikrotik.com/docs/spaces/R ... Manager+v5

There are differences between the original wireless and newer wifi drivers. From the help pages for the wifi driver "Properties related to EAP are only relevant to interfaces in station mode. APs delegate (passthrough) EAP authentication to the RADIUS server.", this would be equivalent to eap-methods=passthrough with the wireless driver.
 
hofi76
newbie
Topic Author
Posts: 42
Joined: Tue Oct 13, 2020 11:01 am

Re: Windows 10 cannot connect to EAP-TLS Wifi

Mon Dec 16, 2024 1:50 pm

Thanks tdw

Now it is more clear how EPA-TLS operate. As I see the diffrent wifi solutions need diffrent approach

Who is online

Users browsing this forum: intelvtd, sinisa and 7 guests