Simultaneous-Use in proxy

Renato Sousa rensousa at gmail.com
Thu May 21 16:26:14 CEST 2015


Hi Alan,


>   If only there was a way for you to post the debug output to the list, so
> RADIUS experts could look at it...
>

Below debug connections. Some lines were omitted from the debug log so that
the message is not too large (more than 2500 lines)

...
<Output omitted>
...
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 radius01 {
        ipaddr = [ip_radius_01]
        port = 1812
        type = "auth+acct"
        secret = "secret1"
        response_window = 20
        max_outstanding = 65536
        require_message_authenticator = yes
        zombie_period = 40
        status_check = "status-server"
        ping_interval = 30
        check_interval = 30
        num_answers_to_alive = 3
        num_pings_to_alive = 3
        revive_interval = 120
        status_check_timeout = 4
 }
 home_server radius02 {
        ipaddr = [ip_radius_02]
        port = 1812
        type = "auth+acct"
        secret = "secret1"
        response_window = 20
        max_outstanding = 65536
        require_message_authenticator = yes
        zombie_period = 40
        status_check = "status-server"
        ping_interval = 30
        check_interval = 30
        num_answers_to_alive = 3
        num_pings_to_alive = 3
        revive_interval = 120
        status_check_timeout = 4
 }
 home_server_pool mypool {
        type = fail-over
        home_server = radius01
        home_server = radius02
 }

 home_server_pool mypool {
        type = fail-over
        home_server = radius01
        home_server = radius02
 }

 realm DEFAULT {
        auth_pool = mypool
        acct_pool = mypool
        nostrip
 }
radiusd: #### Loading Clients ####
 client [ip_radius_01] {
        ipaddr = [ip_radius_01]
        require_message_authenticator = no
        secret = "secret1"
        shortname = "SRV01"
        nastype = "other"
 }
 client [ip_radius_02] {
        ipaddr = [ip_radius_02]
        require_message_authenticator = no
        secret = "secret1"
        shortname = "SRV02"
        nastype = "other"
 }
 client [ip_NAS] {
        ipaddr = [ip_NAS]
        require_message_authenticator = no
        secret = "test123"
        shortname = "myNAS"
        nastype = "other"
 }

...
<Output omitted>
...
################################################################
#               FIRST USER LOGIN
################################################################

rad_recv: Access-Request packet from host [ip_NAS] port 59220, id=153,
length=182
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "24-A4-3C-B2-FB-AD:myssid"
        Calling-Station-Id = "34-BB-26-C2-1D-60"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x021500130135303832323639407573702e6272
        Message-Authenticator = 0xd0df550f23b1aa9498c5dcc605a9678e
# Executing section authorize from file
/etc/freeradius/sites-enabled/default
+group authorize {
++[preprocess] = ok
++[chap] = noop
++[mschap] = noop
++[digest] = noop
[suffix] Looking up realm "mydomain.com" for User-Name = "
myuser at mydomain.com"
[suffix] Found realm "DEFAULT"
[suffix] Adding Realm = "DEFAULT"
[suffix] Proxying request from user myuser to realm DEFAULT
[suffix] Preparing to proxy authentication request to realm "DEFAULT"
++[suffix] = updated
[eap] Request is supposed to be proxied to Realm DEFAULT.  Not doing EAP.
++[eap] = noop
[files] users: Matched entry DEFAULT at line 204
++[files] = ok
++[expiration] = noop
++[logintime] = noop
++[pap] = noop
+} # group authorize = updated
  WARNING: Empty pre-proxy section.  Using default return values.
Sending Access-Request of id 119 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "24-A4-3C-B2-FB-AD:myssid"
        Calling-Station-Id = "34-BB-26-C2-1D-60"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x021500130135303832323639407573702e6272
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313533
Proxying request 0 to home server [ip_radius_01] port 1812
Sending Access-Request of id 119 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "24-A4-3C-B2-FB-AD:myssid"
        Calling-Station-Id = "34-BB-26-C2-1D-60"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x021500130135303832323639407573702e6272
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313533
Going to the next request
Waking up in 0.9 seconds.
rad_recv: Access-Challenge packet from host [ip_radius_01] port 1812,
id=119, length=69
        EAP-Message = 0x011600061520
        Message-Authenticator = 0xa2e85f83200e0de34fc18aba49cd83e3
        State = 0x201f7da6200968a5f97c5846fd9a034b
        Proxy-State = 0x313533
# Executing section post-proxy from file
/etc/freeradius/sites-enabled/default
+group post-proxy {
[eap] No pre-existing handler found
++[eap] = noop
+} # group post-proxy = noop
Sending Access-Challenge of id 153 to [ip_NAS] port 59220
        EAP-Message = 0x011600061520
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x201f7da6200968a5f97c5846fd9a034b
Finished request 0.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host [ip_NAS] port 59220, id=154,
length=385
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "24-A4-3C-B2-FB-AD:myssid"
        Calling-Station-Id = "34-BB-26-C2-1D-60"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = <Output omitted>
        State = 0x201f7da6200968a5f97c5846fd9a034b
        Message-Authenticator = 0x12e4b5407220c5d51627bb2339eb4936
# Executing section authorize from file
/etc/freeradius/sites-enabled/default
+group authorize {
++[preprocess] = ok
++[chap] = noop
++[mschap] = noop
++[digest] = noop
[suffix] Looking up realm "mydomain.com" for User-Name = "
myuser at mydomain.com"
[suffix] Found realm "DEFAULT"
[suffix] Adding Realm = "DEFAULT"
[suffix] Proxying request from user myuser to realm DEFAULT
[suffix] Preparing to proxy authentication request to realm "DEFAULT"
++[suffix] = updated
[eap] Request is supposed to be proxied to Realm DEFAULT.  Not doing EAP.
++[eap] = noop
[files] users: Matched entry DEFAULT at line 204
++[files] = ok
++[expiration] = noop
++[logintime] = noop
++[pap] = noop
+} # group authorize = updated
  WARNING: Empty pre-proxy section.  Using default return values.
Sending Access-Request of id 15 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "24-A4-3C-B2-FB-AD:myssid"
        Calling-Station-Id = "34-BB-26-C2-1D-60"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = <Output omitted>
        State = 0x201f7da6200968a5f97c5846fd9a034b
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313534
Proxying request 1 to home server [ip_radius_01] port 1812
Sending Access-Request of id 15 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "24-A4-3C-B2-FB-AD:myssid"
        Calling-Station-Id = "34-BB-26-C2-1D-60"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = <Output omitted>
        State = 0x201f7da6200968a5f97c5846fd9a034b
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313534
Going to the next request
Waking up in 0.9 seconds.
rad_recv: Access-Challenge packet from host [ip_radius_01] port 1812,
id=15, length=1095
        EAP-Message = <Output omitted>
        EAP-Message = 0x660f3f196040ba4990067ed0
        Message-Authenticator = 0xed9c41c40b319ddd2aab059a06b5fd13
        State = 0x201f7da6210868a5f97c5846fd9a034b
        Proxy-State = 0x313534
# Executing section post-proxy from file
/etc/freeradius/sites-enabled/default
+group post-proxy {
[eap] No pre-existing handler found
++[eap] = noop
+} # group post-proxy = noop
Sending Access-Challenge of id 154 to [ip_NAS] port 59220
        EAP-Message =<Output omitted>
        EAP-Message = 0x660f3f196040ba4990067ed0
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x201f7da6210868a5f97c5846fd9a034b
Finished request 1.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host [ip_NAS] port 59220, id=155,
length=187
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "24-A4-3C-B2-FB-AD:myssid"
        Calling-Station-Id = "34-BB-26-C2-1D-60"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x021700061500
        State = 0x201f7da6210868a5f97c5846fd9a034b
        Message-Authenticator = 0x7ac5a8791fa719ddb3849c4bf1bb168c
# Executing section authorize from file
/etc/freeradius/sites-enabled/default
+group authorize {
++[preprocess] = ok
++[chap] = noop
++[mschap] = noop
++[digest] = noop
[suffix] Looking up realm "mydomain.com" for User-Name = "
myuser at mydomain.com"
[suffix] Found realm "DEFAULT"
[suffix] Adding Realm = "DEFAULT"
[suffix] Proxying request from user myuser to realm DEFAULT
[suffix] Preparing to proxy authentication request to realm "DEFAULT"
++[suffix] = updated
[eap] Request is supposed to be proxied to Realm DEFAULT.  Not doing EAP.
++[eap] = noop
[files] users: Matched entry DEFAULT at line 204
++[files] = ok
++[expiration] = noop
++[logintime] = noop
++[pap] = noop
+} # group authorize = updated
  WARNING: Empty pre-proxy section.  Using default return values.
Sending Access-Request of id 226 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "24-A4-3C-B2-FB-AD:myssid"
        Calling-Station-Id = "34-BB-26-C2-1D-60"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x021700061500
        State = 0x201f7da6210868a5f97c5846fd9a034b
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313535
Proxying request 2 to home server [ip_radius_01] port 1812
Sending Access-Request of id 226 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "24-A4-3C-B2-FB-AD:myssid"
        Calling-Station-Id = "34-BB-26-C2-1D-60"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x021700061500
        State = 0x201f7da6210868a5f97c5846fd9a034b
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313535
Going to the next request
Waking up in 0.9 seconds.
rad_recv: Access-Challenge packet from host [ip_radius_01] port 1812,
id=226, length=1095
        EAP-Message =<Output omitted>
        EAP-Message = 0x20414231263024060355040b
        Message-Authenticator = 0xf26d40987bfec390a04a0b08728501a0
        State = 0x201f7da6220768a5f97c5846fd9a034b
        Proxy-State = 0x313535
# Executing section post-proxy from file
/etc/freeradius/sites-enabled/default
+group post-proxy {
[eap] No pre-existing handler found
++[eap] = noop
+} # group post-proxy = noop
Sending Access-Challenge of id 155 to [ip_NAS] port 59220
        EAP-Message = <Output omitted>
        EAP-Message = 0x20414231263024060355040b
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x201f7da6220768a5f97c5846fd9a034b
Finished request 2.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host [ip_NAS] port 59220, id=156,
length=187
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "24-A4-3C-B2-FB-AD:myssid"
        Calling-Station-Id = "34-BB-26-C2-1D-60"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x021800061500
        State = 0x201f7da6220768a5f97c5846fd9a034b
        Message-Authenticator = 0xc0bfe1d6824a5e8511a74512065e197c
# Executing section authorize from file
/etc/freeradius/sites-enabled/default
+group authorize {
++[preprocess] = ok
++[chap] = noop
++[mschap] = noop
++[digest] = noop
[suffix] Looking up realm "mydomain.com" for User-Name = "
myuser at mydomain.com"
[suffix] Found realm "DEFAULT"
[suffix] Adding Realm = "DEFAULT"
[suffix] Proxying request from user myuser to realm DEFAULT
[suffix] Preparing to proxy authentication request to realm "DEFAULT"
++[suffix] = updated
[eap] Request is supposed to be proxied to Realm DEFAULT.  Not doing EAP.
++[eap] = noop
[files] users: Matched entry DEFAULT at line 204
++[files] = ok
++[expiration] = noop
++[logintime] = noop
++[pap] = noop
+} # group authorize = updated
  WARNING: Empty pre-proxy section.  Using default return values.
Sending Access-Request of id 147 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "24-A4-3C-B2-FB-AD:myssid"
        Calling-Station-Id = "34-BB-26-C2-1D-60"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x021800061500
        State = 0x201f7da6220768a5f97c5846fd9a034b
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313536
Proxying request 3 to home server [ip_radius_01] port 1812
Sending Access-Request of id 147 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "24-A4-3C-B2-FB-AD:myssid"
        Calling-Station-Id = "34-BB-26-C2-1D-60"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x021800061500
        State = 0x201f7da6220768a5f97c5846fd9a034b
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313536
Going to the next request
Waking up in 0.9 seconds.
rad_recv: Access-Challenge packet from host [ip_radius_01] port 1812,
id=147, length=1095
        EAP-Message = <Output omitted>
        EAP-Message = 0x8bcda149294c2ff9d0958cc8
        Message-Authenticator = 0x6e142e623da07926c48c5ab0567e72d6
        State = 0x201f7da6230668a5f97c5846fd9a034b
        Proxy-State = 0x313536
# Executing section post-proxy from file
/etc/freeradius/sites-enabled/default
+group post-proxy {
[eap] No pre-existing handler found
++[eap] = noop
+} # group post-proxy = noop
Sending Access-Challenge of id 156 to [ip_NAS] port 59220
        EAP-Message = <Output omitted>
        EAP-Message = 0x8bcda149294c2ff9d0958cc8
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x201f7da6230668a5f97c5846fd9a034b
Finished request 3.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host [ip_NAS] port 59220, id=157,
length=187
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "24-A4-3C-B2-FB-AD:myssid"
        Calling-Station-Id = "34-BB-26-C2-1D-60"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x021900061500
        State = 0x201f7da6230668a5f97c5846fd9a034b
        Message-Authenticator = 0xf45d59fd209482e5c51dafda39d8a5f2
# Executing section authorize from file
/etc/freeradius/sites-enabled/default
+group authorize {
++[preprocess] = ok
++[chap] = noop
++[mschap] = noop
++[digest] = noop
[suffix] Looking up realm "mydomain.com" for User-Name = "
myuser at mydomain.com"
[suffix] Found realm "DEFAULT"
[suffix] Adding Realm = "DEFAULT"
[suffix] Proxying request from user myuser to realm DEFAULT
[suffix] Preparing to proxy authentication request to realm "DEFAULT"
++[suffix] = updated
[eap] Request is supposed to be proxied to Realm DEFAULT.  Not doing EAP.
++[eap] = noop
[files] users: Matched entry DEFAULT at line 204
++[files] = ok
++[expiration] = noop
++[logintime] = noop
++[pap] = noop
+} # group authorize = updated
  WARNING: Empty pre-proxy section.  Using default return values.
Sending Access-Request of id 82 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "24-A4-3C-B2-FB-AD:myssid"
        Calling-Station-Id = "34-BB-26-C2-1D-60"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x021900061500
        State = 0x201f7da6230668a5f97c5846fd9a034b
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313537
Proxying request 4 to home server [ip_radius_01] port 1812
Sending Access-Request of id 82 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "24-A4-3C-B2-FB-AD:myssid"
        Calling-Station-Id = "34-BB-26-C2-1D-60"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x021900061500
        State = 0x201f7da6230668a5f97c5846fd9a034b
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313537
Going to the next request
Waking up in 0.9 seconds.
rad_recv: Access-Challenge packet from host [ip_radius_01] port 1812,
id=82, length=1095
        EAP-Message = <Output omitted>
        EAP-Message = 0x00b09be08525c2d623e20f96
        Message-Authenticator = 0x580de3b56b8e139e4792d3eb7ac8b2bb
        State = 0x201f7da6240568a5f97c5846fd9a034b
        Proxy-State = 0x313537
# Executing section post-proxy from file
/etc/freeradius/sites-enabled/default
+group post-proxy {
[eap] No pre-existing handler found
++[eap] = noop
+} # group post-proxy = noop
Sending Access-Challenge of id 157 to [ip_NAS] port 59220
        EAP-Message = <Output omitted>
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x201f7da6240568a5f97c5846fd9a034b
Finished request 4.
Going to the next request
Waking up in 4.8 seconds.
rad_recv: Access-Request packet from host [ip_NAS] port 59220, id=158,
length=187
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "24-A4-3C-B2-FB-AD:myssid"
        Calling-Station-Id = "34-BB-26-C2-1D-60"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x021a00061500
        State = 0x201f7da6240568a5f97c5846fd9a034b
        Message-Authenticator = 0x6cd3abde5e854cbb6700dc1119bab908
# Executing section authorize from file
/etc/freeradius/sites-enabled/default
+group authorize {
++[preprocess] = ok
++[chap] = noop
++[mschap] = noop
++[digest] = noop
[suffix] Looking up realm "mydomain.com" for User-Name = "
myuser at mydomain.com"
[suffix] Found realm "DEFAULT"
[suffix] Adding Realm = "DEFAULT"
[suffix] Proxying request from user myuser to realm DEFAULT
[suffix] Preparing to proxy authentication request to realm "DEFAULT"
++[suffix] = updated
[eap] Request is supposed to be proxied to Realm DEFAULT.  Not doing EAP.
++[eap] = noop
[files] users: Matched entry DEFAULT at line 204
++[files] = ok
++[expiration] = noop
++[logintime] = noop
++[pap] = noop
+} # group authorize = updated
  WARNING: Empty pre-proxy section.  Using default return values.
Sending Access-Request of id 131 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "24-A4-3C-B2-FB-AD:myssid"
        Calling-Station-Id = "34-BB-26-C2-1D-60"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x021a00061500
        State = 0x201f7da6240568a5f97c5846fd9a034b
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313538
Proxying request 5 to home server [ip_radius_01] port 1812
Sending Access-Request of id 131 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "24-A4-3C-B2-FB-AD:myssid"
        Calling-Station-Id = "34-BB-26-C2-1D-60"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x021a00061500
        State = 0x201f7da6240568a5f97c5846fd9a034b
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313538
Going to the next request
Waking up in 0.9 seconds.
rad_recv: Access-Challenge packet from host [ip_radius_01] port 1812,
id=131, length=925
        EAP-Message = <Output omitted>
        Message-Authenticator = 0xcf9c08bd57de523e89986480d3be4bc4
        State = 0x201f7da6250468a5f97c5846fd9a034b
        Proxy-State = 0x313538
# Executing section post-proxy from file
/etc/freeradius/sites-enabled/default
+group post-proxy {
[eap] No pre-existing handler found
++[eap] = noop
+} # group post-proxy = noop
Sending Access-Challenge of id 158 to [ip_NAS] port 59220
        EAP-Message = <Output omitted>
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x201f7da6250468a5f97c5846fd9a034b
Finished request 5.
Going to the next request
Waking up in 4.8 seconds.
rad_recv: Access-Request packet from host [ip_NAS] port 59220, id=159,
length=321
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "24-A4-3C-B2-FB-AD:myssid"
        Calling-Station-Id = "34-BB-26-C2-1D-60"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = <Output omitted>
        State = 0x201f7da6250468a5f97c5846fd9a034b
        Message-Authenticator = 0x7cdd8f3d8cabfcaec6f574624484b2a3
# Executing section authorize from file
/etc/freeradius/sites-enabled/default
+group authorize {
++[preprocess] = ok
++[chap] = noop
++[mschap] = noop
++[digest] = noop
[suffix] Looking up realm "mydomain.com" for User-Name = "
myuser at mydomain.com"
[suffix] Found realm "DEFAULT"
[suffix] Proxying request from user myuser to realm DEFAULT
[suffix] Preparing to proxy authentication request to realm "DEFAULT"
++[suffix] = updated
[eap] Request is supposed to be proxied to Realm DEFAULT.  Not doing EAP.
++[eap] = noop
[files] users: Matched entry DEFAULT at line 204
++[files] = ok
++[expiration] = noop
++[logintime] = noop
++[pap] = noop
+} # group authorize = updated
  WARNING: Empty pre-proxy section.  Using default return values.
Sending Access-Request of id 111 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "24-A4-3C-B2-FB-AD:myssid"
        Calling-Station-Id = "34-BB-26-C2-1D-60"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = <Output omitted>
        State = 0x201f7da6250468a5f97c5846fd9a034b
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313539
Proxying request 6 to home server [ip_radius_01] port 1812
Sending Access-Request of id 111 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "24-A4-3C-B2-FB-AD:myssid"
        Calling-Station-Id = "34-BB-26-C2-1D-60"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = <Output omitted>
        State = 0x201f7da6250468a5f97c5846fd9a034b
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313539
Going to the next request
Waking up in 0.9 seconds.
rad_recv: Access-Challenge packet from host [ip_radius_01] port 1812,
id=111, length=132
        EAP-Message =
0x011c004515800000003b1403010001011603010030723be3902ecf2baa9cd0ef467d641d8c314381b2f009489be0d5160ffb706c71cce9ea38ac5c4adc5ddd040a543beb47
        Message-Authenticator = 0x96076645b9d9f2b5b134115053b1dad8
        State = 0x201f7da6260368a5f97c5846fd9a034b
        Proxy-State = 0x313539
# Executing section post-proxy from file
/etc/freeradius/sites-enabled/default
+group post-proxy {
[eap] No pre-existing handler found
++[eap] = noop
+} # group post-proxy = noop
Sending Access-Challenge of id 159 to [ip_NAS] port 59220
        EAP-Message =
0x011c004515800000003b1403010001011603010030723be3902ecf2baa9cd0ef467d641d8c314381b2f009489be0d5160ffb706c71cce9ea38ac5c4adc5ddd040a543beb47
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x201f7da6260368a5f97c5846fd9a034b
Finished request 6.
Going to the next request
Waking up in 4.8 seconds.
rad_recv: Access-Request packet from host [ip_NAS] port 59220, id=160,
length=336
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "24-A4-3C-B2-FB-AD:myssid"
        Calling-Station-Id = "34-BB-26-C2-1D-60"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = <Output omitted>
        Message-Authenticator = 0x0c0b11eeeea33d77c9333ebf6680da24
# Executing section authorize from file
/etc/freeradius/sites-enabled/default
+group authorize {
++[preprocess] = ok
++[chap] = noop
++[mschap] = noop
++[digest] = noop
[suffix] Looking up realm "mydomain.com" for User-Name = "
myuser at mydomain.com"
[suffix] Found realm "DEFAULT"
[suffix] Adding Realm = "DEFAULT"
[suffix] Proxying request from user myuser to realm DEFAULT
[suffix] Preparing to proxy authentication request to realm "DEFAULT"
++[suffix] = updated
[eap] Request is supposed to be proxied to Realm DEFAULT.  Not doing EAP.
++[eap] = noop
[files] users: Matched entry DEFAULT at line 204
++[files] = ok
++[expiration] = noop
++[logintime] = noop
++[pap] = noop
+} # group authorize = updated
  WARNING: Empty pre-proxy section.  Using default return values.
Sending Access-Request of id 76 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "24-A4-3C-B2-FB-AD:myssid"
        Calling-Station-Id = "34-BB-26-C2-1D-60"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = <Output omitted>
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313630
Proxying request 7 to home server [ip_radius_01] port 1812
Sending Access-Request of id 76 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "24-A4-3C-B2-FB-AD:myssid"
        Calling-Station-Id = "34-BB-26-C2-1D-60"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = <Output omitted>
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313630
Going to the next request
Waking up in 0.9 seconds.
rad_recv: Access-Challenge packet from host [ip_radius_01] port 1812,
id=76, length=158
        EAP-Message = <Output omitted>
        State = 0x201f7da6270268a5f97c5846fd9a034b
        Proxy-State = 0x313630
# Executing section post-proxy from file
/etc/freeradius/sites-enabled/default
+group post-proxy {
[eap] No pre-existing handler found
++[eap] = noop
+} # group post-proxy = noop
Sending Access-Challenge of id 160 to [ip_NAS] port 59220
        EAP-Message = <Output omitted>
        State = 0x201f7da6270268a5f97c5846fd9a034b
Finished request 7.
Going to the next request
Waking up in 4.6 seconds.
rad_recv: Access-Request packet from host [ip_NAS] port 59220, id=161,
length=187
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "24-A4-3C-B2-FB-AD:myssid"
        Calling-Station-Id = "34-BB-26-C2-1D-60"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x021d00061500
        State = 0x201f7da6270268a5f97c5846fd9a034b
        Message-Authenticator = 0x657b8c4a21b355c126e88584b6c32787
# Executing section authorize from file
/etc/freeradius/sites-enabled/default
+group authorize {
++[preprocess] = ok
++[chap] = noop
++[mschap] = noop
++[digest] = noop
[suffix] Looking up realm "mydomain.com" for User-Name = "
myuser at mydomain.com"
[suffix] Found realm "DEFAULT"
[suffix] Adding Realm = "DEFAULT"
[suffix] Proxying request from user myuser to realm DEFAULT
[suffix] Preparing to proxy authentication request to realm "DEFAULT"
++[suffix] = updated
[eap] Request is supposed to be proxied to Realm DEFAULT.  Not doing EAP.
++[eap] = noop
[files] users: Matched entry DEFAULT at line 204
++[files] = ok
++[expiration] = noop
++[logintime] = noop
++[pap] = noop
+} # group authorize = updated
  WARNING: Empty pre-proxy section.  Using default return values.
Sending Access-Request of id 242 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "24-A4-3C-B2-FB-AD:myssid"
        Calling-Station-Id = "34-BB-26-C2-1D-60"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x021d00061500
        State = 0x201f7da6270268a5f97c5846fd9a034b
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313631
Proxying request 8 to home server [ip_radius_01] port 1812
Sending Access-Request of id 242 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "24-A4-3C-B2-FB-AD:myssid"
        Calling-Station-Id = "34-BB-26-C2-1D-60"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x021d00061500
        State = 0x201f7da6270268a5f97c5846fd9a034b
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313631
Going to the next request
Waking up in 0.9 seconds.
rad_recv: Access-Accept packet from host [ip_radius_01] port 1812, id=242,
length=174
        MS-MPPE-Recv-Key =
0x858103345443f361eb9c205868c096e647df3aa3d7588efd4abf2e16394b170e
        MS-MPPE-Send-Key =
0xb11578e2cc89ad415d5ef302fd522dbe3fdeaef34dde7f5b28e91d393292d9aa
        EAP-Message = 0x031d0004
        Message-Authenticator = 0x49fb672f0d64cfa77c7005b645b5c859
        User-Name = "myuser"
        Proxy-State = 0x313631
# Executing section post-proxy from file
/etc/freeradius/sites-enabled/default
+group post-proxy {
[eap] No pre-existing handler found
++[eap] = noop
+} # group post-proxy = noop
Found Auth-Type = Accept
Auth-Type = Accept, accepting the user
# Executing section session from file /etc/freeradius/sites-enabled/default
+group session {
[radutmp]       expand: /var/log/freeradius/radutmp ->
/var/log/freeradius/radutmp
[radutmp]       expand: %{User-Name} -> myuser at mydomain.com
++[radutmp] = ok
+} # group session = ok
Login OK: [myuser at mydomain.com] (from client myNAS port 0 cli
34-BB-26-C2-1D-60)
# Executing section post-auth from file
/etc/freeradius/sites-enabled/default
+group post-auth {
++[exec] = noop
+} # group post-auth = noop
Sending Access-Accept of id 161 to [ip_NAS] port 59220
        MS-MPPE-Recv-Key =
0x858103345443f361eb9c205868c096e647df3aa3d7588efd4abf2e16394b170e
        MS-MPPE-Send-Key =
0xb11578e2cc89ad415d5ef302fd522dbe3fdeaef34dde7f5b28e91d393292d9aa
        EAP-Message = 0x031d0004
        Message-Authenticator = 0x00000000000000000000000000000000
        User-Name = "myuser"
Finished request 8.
Going to the next request
Waking up in 4.6 seconds.
rad_recv: Accounting-Request packet from host [ip_NAS] port 45843, id=162,
length=161
        Acct-Session-Id = "000000BE-00000058"
        Acct-Status-Type = Start
        Acct-Authentic = RADIUS
        User-Name = "myuser"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "24-A4-3C-B2-FB-AD:myssid"
        Calling-Station-Id = "34-BB-26-C2-1D-60"
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
# Executing section preacct from file /etc/freeradius/sites-enabled/default
+group preacct {
++[preprocess] = ok
[acct_unique] Hashing 'NAS-Port = 0,NAS-Identifier =
"24a43cb0fbad",NAS-IP-Address = 172.19.13.15,Acct-Session-Id =
"000000BE-00000058",User-Name = "myuser"'
[acct_unique] Acct-Unique-Session-ID = "86294e67140c8981".
++[acct_unique] = ok
[suffix] No '@' in User-Name = "myuser", looking up realm NULL
[suffix] Found realm "DEFAULT"
[suffix] Adding Realm = "DEFAULT"
[suffix] Proxying request from user myuser to realm DEFAULT
[suffix] Preparing to proxy accounting request to realm "DEFAULT"
++[suffix] = updated
++[files] = noop
+} # group preacct = updated
# Executing section accounting from file
/etc/freeradius/sites-enabled/default
+group accounting {
[detail]        expand: %{Packet-Src-IP-Address} -> [ip_NAS]
[detail]        expand:
/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/detail-%Y%m%d
-> /var/log/freeradius/radacct/[ip_NAS]/detail-20150521
[detail]
/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/detail-%Y%m%d
expands to /var/log/freeradius/radacct/[ip_NAS]/detail-20150521
[detail]        expand: %t -> Thu May 21 08:34:04 2015
++[detail] = ok
[radutmp]       expand: /var/log/freeradius/radutmp ->
/var/log/freeradius/radutmp
[radutmp]       expand: %{User-Name} -> myuser
++[radutmp] = ok
[sql]   expand: %{User-Name} -> myuser
[sql] sql_set_user escaped user --> 'myuser'
[sql]   expand: %{Acct-Delay-Time} ->
[sql]   ... expanding second conditional
[sql]   expand:            INSERT INTO radacct             (acctsessionid,
   acctuniqueid,     username,              realm,            nasipaddress,
    nasportid,              nasporttype,      acctstarttime,
 acctstoptime,              acctsessiontime,  acctauthentic,
 connectinfo_start,              connectinfo_stop, acctinputoctets,
 acctoutputoctets,              calledstationid,  callingstationid,
acctterminatecause,              servicetype,      framedprotocol,
framedipaddress,              acctstartdelay,   acctstopdelay,
 xascendsessionsvrkey)           VALUES             ('%{Acct-Session-Id}',
'%{Acct-Unique-Session-Id}',              '%{SQL-User-Name}',
 '%{Realm}', '%{NAS-IP-Address}', '%{NAS-Port}',
 '%{NAS-Port-Type}', '%S', NULL,              '0', '%{Acct-Authentic}',
'%{Connect-Info}',              '', '0', '0',
 '%{Called-Station-Id}', '%{Calling-Station-Id}', '',
 '%{Service-Type}', '%{Framed-Protocol}', '%{Framed-IP-Address}',
rlm_sql (sql): Reserving sql socket id: 31
rlm_sql (sql): Released sql socket id: 31
++[sql] = ok
++[exec] = noop
[attr_filter.accounting_response]       expand: %{User-Name} -> myuser
attr_filter: Matched entry DEFAULT at line 12
++[attr_filter.accounting_response] = updated
+} # group accounting = updated
  WARNING: Empty pre-proxy section.  Using default return values.
Sending Accounting-Request of id 138 to [ip_radius_01] port 1813
        Acct-Session-Id = "000000BE-00000058"
        Acct-Status-Type = Start
        Acct-Authentic = RADIUS
        User-Name = "myuser"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "24-A4-3C-B2-FB-AD:myssid"
        Calling-Station-Id = "34-BB-26-C2-1D-60"
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        Proxy-State = 0x313632
Proxying request 9 to home server [ip_radius_01] port 1813
Sending Accounting-Request of id 138 to [ip_radius_01] port 1813
        Acct-Session-Id = "000000BE-00000058"
        Acct-Status-Type = Start
        Acct-Authentic = RADIUS
        User-Name = "myuser"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "24-A4-3C-B2-FB-AD:myssid"
        Calling-Station-Id = "34-BB-26-C2-1D-60"
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        Proxy-State = 0x313632
Going to the next request
Waking up in 0.9 seconds.
rad_recv: Accounting-Response packet from host [ip_radius_01] port 1813,
id=138, length=25
        Proxy-State = 0x313632
# Executing section post-proxy from file
/etc/freeradius/sites-enabled/default
+group post-proxy {
[eap] No pre-existing handler found
++[eap] = noop
+} # group post-proxy = noop
Sending Accounting-Response of id 162 to [ip_NAS] port 45843
Finished request 9.
Cleaning up request 9 ID 162 with timestamp +15
Going to the next request
Waking up in 4.4 seconds.
Cleaning up request 0 ID 153 with timestamp +15
Waking up in 0.1 seconds.
Ready to process requests.

################################################################
#               SECOND USER LOGIN
################################################################

rad_recv: Access-Request packet from host [ip_NAS] port 42468, id=109,
length=182
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x020000130135303832323639407573702e6272
        Message-Authenticator = 0xc068d5e019ec753d46a63b3c79ebef97
# Executing section authorize from file
/etc/freeradius/sites-enabled/default
+group authorize {
++[preprocess] = ok
++[chap] = noop
++[mschap] = noop
++[digest] = noop
[suffix] Looking up realm "mydomain.com" for User-Name = "
myuser at mydomain.com"
[suffix] Found realm "DEFAULT"
[suffix] Adding Realm = "DEFAULT"
[suffix] Proxying request from user myuser to realm DEFAULT
[suffix] Preparing to proxy authentication request to realm "DEFAULT"
++[suffix] = updated
[eap] Request is supposed to be proxied to Realm DEFAULT.  Not doing EAP.
++[eap] = noop
[files] users: Matched entry DEFAULT at line 204
++[files] = ok
++[expiration] = noop
++[logintime] = noop
++[pap] = noop
+} # group authorize = updated
  WARNING: Empty pre-proxy section.  Using default return values.
Sending Access-Request of id 84 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x020000130135303832323639407573702e6272
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313039
Proxying request 10 to home server [ip_radius_01] port 1812
Sending Access-Request of id 84 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x020000130135303832323639407573702e6272
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313039
Going to the next request
Waking up in 0.9 seconds.
rad_recv: Access-Challenge packet from host [ip_radius_01] port 1812,
id=84, length=69
        EAP-Message = 0x010100061520
        Message-Authenticator = 0x7af1e1f0bc6312b7a368266f31fb2edb
        State = 0x8e7884238e7991d76d10c73c6b41fbdf
        Proxy-State = 0x313039
# Executing section post-proxy from file
/etc/freeradius/sites-enabled/default
+group post-proxy {
[eap] No pre-existing handler found
++[eap] = noop
+} # group post-proxy = noop
Sending Access-Challenge of id 109 to [ip_NAS] port 42468
        EAP-Message = 0x010100061520
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x8e7884238e7991d76d10c73c6b41fbdf
Finished request 10.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host [ip_NAS] port 42468, id=110,
length=187
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x020100060319
        State = 0x8e7884238e7991d76d10c73c6b41fbdf
        Message-Authenticator = 0xa4b25b6748408b25b6fd2ed0764814e0
# Executing section authorize from file
/etc/freeradius/sites-enabled/default
+group authorize {
++[preprocess] = ok
++[chap] = noop
++[mschap] = noop
++[digest] = noop
[suffix] Looking up realm "mydomain.com" for User-Name = "
myuser at mydomain.com"
[suffix] Found realm "DEFAULT"
[suffix] Adding Realm = "DEFAULT"
[suffix] Proxying request from user myuser to realm DEFAULT
[suffix] Preparing to proxy authentication request to realm "DEFAULT"
++[suffix] = updated
[eap] Request is supposed to be proxied to Realm DEFAULT.  Not doing EAP.
++[eap] = noop
[files] users: Matched entry DEFAULT at line 204
++[files] = ok
++[expiration] = noop
++[logintime] = noop
++[pap] = noop
+} # group authorize = updated
  WARNING: Empty pre-proxy section.  Using default return values.
Sending Access-Request of id 254 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x020100060319
        State = 0x8e7884238e7991d76d10c73c6b41fbdf
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313130
Proxying request 11 to home server [ip_radius_01] port 1812
Sending Access-Request of id 254 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x020100060319
        State = 0x8e7884238e7991d76d10c73c6b41fbdf
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313130
Going to the next request
Waking up in 0.9 seconds.
rad_recv: Access-Challenge packet from host [ip_radius_01] port 1812,
id=254, length=69
        EAP-Message = 0x010200061920
        Message-Authenticator = 0xabb5045ca37f892bbc384c20a180fb00
        State = 0x8e7884238f7a9dd76d10c73c6b41fbdf
        Proxy-State = 0x313130
# Executing section post-proxy from file
/etc/freeradius/sites-enabled/default
+group post-proxy {
[eap] No pre-existing handler found
++[eap] = noop
+} # group post-proxy = noop
Sending Access-Challenge of id 110 to [ip_NAS] port 42468
        EAP-Message = 0x010200061920
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x8e7884238f7a9dd76d10c73c6b41fbdf
Finished request 11.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host [ip_NAS] port 42468, id=111,
length=288
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = <Output omitted>
        State = 0x8e7884238f7a9dd76d10c73c6b41fbdf
        Message-Authenticator = 0x1eeb00247d5e524256419593a50c4cea
# Executing section authorize from file
/etc/freeradius/sites-enabled/default
+group authorize {
++[preprocess] = ok
++[chap] = noop
++[mschap] = noop
++[digest] = noop
[suffix] Looking up realm "mydomain.com" for User-Name = "
myuser at mydomain.com"
[suffix] Found realm "DEFAULT"
[suffix] Adding Realm = "DEFAULT"
[suffix] Proxying request from user myuser to realm DEFAULT
[suffix] Preparing to proxy authentication request to realm "DEFAULT"
++[suffix] = updated
[eap] Request is supposed to be proxied to Realm DEFAULT.  Not doing EAP.
++[eap] = noop
[files] users: Matched entry DEFAULT at line 204
++[files] = ok
++[expiration] = noop
++[logintime] = noop
++[pap] = noop
+} # group authorize = updated
  WARNING: Empty pre-proxy section.  Using default return values.
Sending Access-Request of id 12 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = <Output omitted>
        State = 0x8e7884238f7a9dd76d10c73c6b41fbdf
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313131
Proxying request 12 to home server [ip_radius_01] port 1812
Sending Access-Request of id 12 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = <Output omitted>
        State = 0x8e7884238f7a9dd76d10c73c6b41fbdf
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313131
Going to the next request
Waking up in 0.9 seconds.
rad_recv: Access-Challenge packet from host [ip_radius_01] port 1812,
id=12, length=1095
        EAP-Message = <Output omitted>
        EAP-Message = 0x660f3f196040ba4990067ed0
        Message-Authenticator = 0x7dbcca2afa4b0bed08c95ebd9cf40c5c
        State = 0x8e7884238c7b9dd76d10c73c6b41fbdf
        Proxy-State = 0x313131
# Executing section post-proxy from file
/etc/freeradius/sites-enabled/default
+group post-proxy {
[eap] No pre-existing handler found
++[eap] = noop
+} # group post-proxy = noop
Sending Access-Challenge of id 111 to [ip_NAS] port 42468
        EAP-Message = <Output omitted>
        EAP-Message = 0x660f3f196040ba4990067ed0
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x8e7884238c7b9dd76d10c73c6b41fbdf
Finished request 12.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host [ip_NAS] port 42468, id=112,
length=187
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x020300061900
        State = 0x8e7884238c7b9dd76d10c73c6b41fbdf
        Message-Authenticator = 0x750761102d17ac43c6c1d651b1caa667
# Executing section authorize from file
/etc/freeradius/sites-enabled/default
+group authorize {
++[preprocess] = ok
++[chap] = noop
++[mschap] = noop
++[digest] = noop
[suffix] Looking up realm "mydomain.com" for User-Name = "
myuser at mydomain.com"
[suffix] Found realm "DEFAULT"
[suffix] Adding Realm = "DEFAULT"
[suffix] Proxying request from user myuser to realm DEFAULT
[suffix] Preparing to proxy authentication request to realm "DEFAULT"
++[suffix] = updated
[eap] Request is supposed to be proxied to Realm DEFAULT.  Not doing EAP.
++[eap] = noop
[files] users: Matched entry DEFAULT at line 204
++[files] = ok
++[expiration] = noop
++[logintime] = noop
++[pap] = noop
+} # group authorize = updated
  WARNING: Empty pre-proxy section.  Using default return values.
Sending Access-Request of id 92 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x020300061900
        State = 0x8e7884238c7b9dd76d10c73c6b41fbdf
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313132
Proxying request 13 to home server [ip_radius_01] port 1812
Sending Access-Request of id 92 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x020300061900
        State = 0x8e7884238c7b9dd76d10c73c6b41fbdf
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313132
Going to the next request
Waking up in 0.9 seconds.
rad_recv: Access-Challenge packet from host [ip_radius_01] port 1812,
id=92, length=1091
        EAP-Message = <Output omitted>
        EAP-Message = 0x263024060355040b
        Message-Authenticator = 0x6c17b91c2ae244541083eea89639b571
        State = 0x8e7884238d7c9dd76d10c73c6b41fbdf
        Proxy-State = 0x313132
# Executing section post-proxy from file
/etc/freeradius/sites-enabled/default
+group post-proxy {
[eap] No pre-existing handler found
++[eap] = noop
+} # group post-proxy = noop
Sending Access-Challenge of id 112 to [ip_NAS] port 42468
        EAP-Message = <Output omitted>
        EAP-Message = 0x263024060355040b
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x8e7884238d7c9dd76d10c73c6b41fbdf
Finished request 13.
Going to the next request
Waking up in 4.9 seconds.
rad_recv: Access-Request packet from host [ip_NAS] port 42468, id=113,
length=187
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x020400061900
        State = 0x8e7884238d7c9dd76d10c73c6b41fbdf
        Message-Authenticator = 0xe0d4be98195747e437329d28ebfdded2
# Executing section authorize from file
/etc/freeradius/sites-enabled/default
+group authorize {
++[preprocess] = ok
++[chap] = noop
++[mschap] = noop
++[digest] = noop
[suffix] Looking up realm "mydomain.com" for User-Name = "
myuser at mydomain.com"
[suffix] Found realm "DEFAULT"
[suffix] Adding Realm = "DEFAULT"
[suffix] Proxying request from user myuser to realm DEFAULT
[suffix] Preparing to proxy authentication request to realm "DEFAULT"
++[suffix] = updated
[eap] Request is supposed to be proxied to Realm DEFAULT.  Not doing EAP.
++[eap] = noop
[files] users: Matched entry DEFAULT at line 204
++[files] = ok
++[expiration] = noop
++[logintime] = noop
++[pap] = noop
+} # group authorize = updated
  WARNING: Empty pre-proxy section.  Using default return values.
Sending Access-Request of id 10 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x020400061900
        State = 0x8e7884238d7c9dd76d10c73c6b41fbdf
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313133
Proxying request 14 to home server [ip_radius_01] port 1812
Sending Access-Request of id 10 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x020400061900
        State = 0x8e7884238d7c9dd76d10c73c6b41fbdf
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313133
Going to the next request
Waking up in 0.9 seconds.
rad_recv: Access-Challenge packet from host [ip_radius_01] port 1812,
id=10, length=1091
        EAP-Message = <Output omitted>
        EAP-Message = 0x294c2ff9d0958cc8
        Message-Authenticator = 0x2995a0d870f9ad142791481b1e7b6eb3
        State = 0x8e7884238a7d9dd76d10c73c6b41fbdf
        Proxy-State = 0x313133
# Executing section post-proxy from file
/etc/freeradius/sites-enabled/default
+group post-proxy {
[eap] No pre-existing handler found
++[eap] = noop
+} # group post-proxy = noop
Sending Access-Challenge of id 113 to [ip_NAS] port 42468
        EAP-Message = <Output omitted>
        EAP-Message = 0x294c2ff9d0958cc8
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x8e7884238a7d9dd76d10c73c6b41fbdf
Finished request 14.
Going to the next request
Waking up in 4.8 seconds.
rad_recv: Access-Request packet from host [ip_NAS] port 42468, id=114,
length=187
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x020500061900
        State = 0x8e7884238a7d9dd76d10c73c6b41fbdf
        Message-Authenticator = 0x454bc2db4392419a09b57ad3bcf9e412
# Executing section authorize from file
/etc/freeradius/sites-enabled/default
+group authorize {
++[preprocess] = ok
++[chap] = noop
++[mschap] = noop
++[digest] = noop
[suffix] Looking up realm "mydomain.com" for User-Name = "
myuser at mydomain.com"
[suffix] Found realm "DEFAULT"
[suffix] Adding Realm = "DEFAULT"
[suffix] Proxying request from user myuser to realm DEFAULT
[suffix] Preparing to proxy authentication request to realm "DEFAULT"
++[suffix] = updated
[eap] Request is supposed to be proxied to Realm DEFAULT.  Not doing EAP.
++[eap] = noop
[files] users: Matched entry DEFAULT at line 204
++[files] = ok
++[expiration] = noop
++[logintime] = noop
++[pap] = noop
+} # group authorize = updated
  WARNING: Empty pre-proxy section.  Using default return values.
Sending Access-Request of id 34 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x020500061900
        State = 0x8e7884238a7d9dd76d10c73c6b41fbdf
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313134
Proxying request 15 to home server [ip_radius_01] port 1812
Sending Access-Request of id 34 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x020500061900
        State = 0x8e7884238a7d9dd76d10c73c6b41fbdf
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313134
Going to the next request
Waking up in 0.9 seconds.
rad_recv: Access-Challenge packet from host [ip_radius_01] port 1812,
id=34, length=1091
        EAP-Message = <Output omitted>
        EAP-Message = 0x8525c2d623e20f96
        Message-Authenticator = 0x7eeb6ae0c47ee89f467895b459b5cec1
        State = 0x8e7884238b7e9dd76d10c73c6b41fbdf
        Proxy-State = 0x313134
# Executing section post-proxy from file
/etc/freeradius/sites-enabled/default
+group post-proxy {
[eap] No pre-existing handler found
++[eap] = noop
+} # group post-proxy = noop
Sending Access-Challenge of id 114 to [ip_NAS] port 42468
        EAP-Message = <Output omitted>
        EAP-Message = 0x8525c2d623e20f96
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x8e7884238b7e9dd76d10c73c6b41fbdf
Finished request 15.
Going to the next request
Waking up in 4.8 seconds.
rad_recv: Access-Request packet from host [ip_NAS] port 42468, id=115,
length=187
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x020600061900
        State = 0x8e7884238b7e9dd76d10c73c6b41fbdf
        Message-Authenticator = 0x66a36e121110d158b886d3e196d03f80
# Executing section authorize from file
/etc/freeradius/sites-enabled/default
+group authorize {
++[preprocess] = ok
++[chap] = noop
++[mschap] = noop
++[digest] = noop
[suffix] Looking up realm "mydomain.com" for User-Name = "
myuser at mydomain.com"
[suffix] Found realm "DEFAULT"
[suffix] Adding Realm = "DEFAULT"
[suffix] Proxying request from user myuser to realm DEFAULT
[suffix] Preparing to proxy authentication request to realm "DEFAULT"
++[suffix] = updated
[eap] Request is supposed to be proxied to Realm DEFAULT.  Not doing EAP.
++[eap] = noop
[files] users: Matched entry DEFAULT at line 204
++[files] = ok
++[expiration] = noop
++[logintime] = noop
++[pap] = noop
+} # group authorize = updated
  WARNING: Empty pre-proxy section.  Using default return values.
Sending Access-Request of id 113 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x020600061900
        State = 0x8e7884238b7e9dd76d10c73c6b41fbdf
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313135
Proxying request 16 to home server [ip_radius_01] port 1812
Sending Access-Request of id 113 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x020600061900
        State = 0x8e7884238b7e9dd76d10c73c6b41fbdf
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313135
Going to the next request
Waking up in 0.9 seconds.
rad_recv: Access-Challenge packet from host [ip_radius_01] port 1812,
id=113, length=921
        EAP-Message = <Output omitted>
        Message-Authenticator = 0xf0158737867af3def5765d279a8b2159
        State = 0x8e788423887f9dd76d10c73c6b41fbdf
        Proxy-State = 0x313135
# Executing section post-proxy from file
/etc/freeradius/sites-enabled/default
+group post-proxy {
[eap] No pre-existing handler found
++[eap] = noop
+} # group post-proxy = noop
Sending Access-Challenge of id 115 to [ip_NAS] port 42468
        EAP-Message = <Output omitted>
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x8e788423887f9dd76d10c73c6b41fbdf
Finished request 16.
Going to the next request
Waking up in 4.8 seconds.
rad_recv: Access-Request packet from host [ip_NAS] port 42468, id=116,
length=325
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = <Output omitted>
        Message-Authenticator = 0xd80a3ce16def6146568b87745a1566d3
# Executing section authorize from file
/etc/freeradius/sites-enabled/default
+group authorize {
++[preprocess] = ok
++[chap] = noop
++[mschap] = noop
++[digest] = noop
[suffix] Looking up realm "mydomain.com" for User-Name = "
myuser at mydomain.com"
[suffix] Found realm "DEFAULT"
[suffix] Adding Realm = "DEFAULT"
[suffix] Proxying request from user myuser to realm DEFAULT
[suffix] Preparing to proxy authentication request to realm "DEFAULT"
++[suffix] = updated
[eap] Request is supposed to be proxied to Realm DEFAULT.  Not doing EAP.
++[eap] = noop
[files] users: Matched entry DEFAULT at line 204
++[files] = ok
++[expiration] = noop
++[logintime] = noop
++[pap] = noop
+} # group authorize = updated
  WARNING: Empty pre-proxy section.  Using default return values.
Sending Access-Request of id 147 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = <Output omitted>
        State = 0x8e788423887f9dd76d10c73c6b41fbdf
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313136
Proxying request 17 to home server [ip_radius_01] port 1812
Sending Access-Request of id 147 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = <Output omitted>
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313136
Going to the next request
Waking up in 0.9 seconds.
rad_recv: Access-Challenge packet from host [ip_radius_01] port 1812,
id=147, length=128
        EAP-Message =
0x0108004119001403010001011603010030093cc20bda969a661ce67a08272c39e474f3088bd2f10450b83ab561f40b443779c2dbf54334aab49cb8510086271fce
        Message-Authenticator = 0x61b05e4260bcb12ebd2735ad37921384
        State = 0x8e78842389709dd76d10c73c6b41fbdf
        Proxy-State = 0x313136
# Executing section post-proxy from file
/etc/freeradius/sites-enabled/default
+group post-proxy {
[eap] No pre-existing handler found
++[eap] = noop
+} # group post-proxy = noop
Sending Access-Challenge of id 116 to [ip_NAS] port 42468
        EAP-Message =
0x0108004119001403010001011603010030093cc20bda969a661ce67a08272c39e474f3088bd2f10450b83ab561f40b443779c2dbf54334aab49cb8510086271fce
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x8e78842389709dd76d10c73c6b41fbdf
Finished request 17.
Going to the next request
Waking up in 4.8 seconds.
rad_recv: Access-Request packet from host [ip_NAS] port 42468, id=117,
length=187
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x020800061900
        State = 0x8e78842389709dd76d10c73c6b41fbdf
        Message-Authenticator = 0x5e5ca34f27409565877dcd44dc1316c7
# Executing section authorize from file
/etc/freeradius/sites-enabled/default
+group authorize {
++[preprocess] = ok
++[chap] = noop
++[mschap] = noop
++[digest] = noop
[suffix] Looking up realm "mydomain.com" for User-Name = "
myuser at mydomain.com"
[suffix] Found realm "DEFAULT"
[suffix] Adding Realm = "DEFAULT"
[suffix] Proxying request from user myuser to realm DEFAULT
[suffix] Preparing to proxy authentication request to realm "DEFAULT"
++[suffix] = updated
[eap] Request is supposed to be proxied to Realm DEFAULT.  Not doing EAP.
++[eap] = noop
[files] users: Matched entry DEFAULT at line 204
++[files] = ok
++[expiration] = noop
++[logintime] = noop
++[pap] = noop
+} # group authorize = updated
  WARNING: Empty pre-proxy section.  Using default return values.
Sending Access-Request of id 192 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x020800061900
        State = 0x8e78842389709dd76d10c73c6b41fbdf
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313137
Proxying request 18 to home server [ip_radius_01] port 1812
Sending Access-Request of id 192 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = 0x020800061900
        State = 0x8e78842389709dd76d10c73c6b41fbdf
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313137
Going to the next request
Waking up in 0.9 seconds.
rad_recv: Access-Challenge packet from host [ip_radius_01] port 1812,
id=192, length=106
        EAP-Message =
0x0109002b190017030100207b4dc4fa412872e8d7b2076c8c55fbf6a58938937f247958e67e8b8c484b5775
        Message-Authenticator = 0x709fa275a06cb6742d5c938ac490db1e
        State = 0x8e78842386719dd76d10c73c6b41fbdf
        Proxy-State = 0x313137
# Executing section post-proxy from file
/etc/freeradius/sites-enabled/default
+group post-proxy {
[eap] No pre-existing handler found
++[eap] = noop
+} # group post-proxy = noop
Sending Access-Challenge of id 117 to [ip_NAS] port 42468
        EAP-Message =
0x0109002b190017030100207b4dc4fa412872e8d7b2076c8c55fbf6a58938937f247958e67e8b8c484b5775
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x8e78842386719dd76d10c73c6b41fbdf
Finished request 18.
Going to the next request
Waking up in 4.8 seconds.
rad_recv: Access-Request packet from host [ip_NAS] port 42468, id=118,
length=240
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message =
0x0209003b19001703010030aad6147f17ce8d8b41e02553217a281e29bb6c02594c0e44fd1eb25f7d67f2a2ac1884246a05606b86c16053bff9653e
        State = 0x8e78842386719dd76d10c73c6b41fbdf
        Message-Authenticator = 0x203c9c6460539af58e6b0bfd12803c96
# Executing section authorize from file
/etc/freeradius/sites-enabled/default
+group authorize {
++[preprocess] = ok
++[chap] = noop
++[mschap] = noop
++[digest] = noop
[suffix] Looking up realm "mydomain.com" for User-Name = "
myuser at mydomain.com"
[suffix] Found realm "DEFAULT"
[suffix] Adding Realm = "DEFAULT"
[suffix] Proxying request from user myuser to realm DEFAULT
[suffix] Preparing to proxy authentication request to realm "DEFAULT"
++[suffix] = updated
[eap] Request is supposed to be proxied to Realm DEFAULT.  Not doing EAP.
++[eap] = noop
[files] users: Matched entry DEFAULT at line 204
++[files] = ok
++[expiration] = noop
++[logintime] = noop
++[pap] = noop
+} # group authorize = updated
  WARNING: Empty pre-proxy section.  Using default return values.
Sending Access-Request of id 27 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message =
0x0209003b19001703010030aad6147f17ce8d8b41e02553217a281e29bb6c02594c0e44fd1eb25f7d67f2a2ac1884246a05606b86c16053bff9653e
        State = 0x8e78842386719dd76d10c73c6b41fbdf
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313138
Proxying request 19 to home server [ip_radius_01] port 1812
Sending Access-Request of id 27 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message =
0x0209003b19001703010030aad6147f17ce8d8b41e02553217a281e29bb6c02594c0e44fd1eb25f7d67f2a2ac1884246a05606b86c16053bff9653e
        State = 0x8e78842386719dd76d10c73c6b41fbdf
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313138
Going to the next request
Waking up in 0.9 seconds.
rad_recv: Access-Challenge packet from host [ip_radius_01] port 1812,
id=27, length=138
        EAP-Message =
0x010a004b190017030100401827fc0012571fdede808d51fdc59e5c1efcf1ab909027d316253b2ffb47708821cb2d30ff54870a002b79bf00f8ccc2dc060742f64fc2c129dd3e75a0632e6c
        Message-Authenticator = 0x0f4fbabd386e801d1a75e9fd4282fea2
        State = 0x8e78842387729dd76d10c73c6b41fbdf
        Proxy-State = 0x313138
# Executing section post-proxy from file
/etc/freeradius/sites-enabled/default
+group post-proxy {
[eap] No pre-existing handler found
++[eap] = noop
+} # group post-proxy = noop
Sending Access-Challenge of id 118 to [ip_NAS] port 42468
        EAP-Message =
0x010a004b190017030100401827fc0012571fdede808d51fdc59e5c1efcf1ab909027d316253b2ffb47708821cb2d30ff54870a002b79bf00f8ccc2dc060742f64fc2c129dd3e75a0632e6c
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x8e78842387729dd76d10c73c6b41fbdf
Finished request 19.
Going to the next request
Waking up in 4.7 seconds.
rad_recv: Access-Request packet from host [ip_NAS] port 42468, id=119,
length=288
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = <Output omitted>
        State = 0x8e78842387729dd76d10c73c6b41fbdf
        Message-Authenticator = 0xae9db27cb88e4993d09a9d66c7e1bae0
# Executing section authorize from file
/etc/freeradius/sites-enabled/default
+group authorize {
++[preprocess] = ok
++[chap] = noop
++[mschap] = noop
++[digest] = noop
[suffix] Looking up realm "mydomain.com" for User-Name = "
myuser at mydomain.com"
[suffix] Found realm "DEFAULT"
[suffix] Adding Realm = "DEFAULT"
[suffix] Proxying request from user myuser to realm DEFAULT
[suffix] Preparing to proxy authentication request to realm "DEFAULT"
++[suffix] = updated
[eap] Request is supposed to be proxied to Realm DEFAULT.  Not doing EAP.
++[eap] = noop
[files] users: Matched entry DEFAULT at line 204
++[files] = ok
++[expiration] = noop
++[logintime] = noop
++[pap] = noop
+} # group authorize = updated
  WARNING: Empty pre-proxy section.  Using default return values.
Sending Access-Request of id 129 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = <Output omitted>
        State = 0x8e78842387729dd76d10c73c6b41fbdf
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313139
Proxying request 20 to home server [ip_radius_01] port 1812
Sending Access-Request of id 129 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message = <Output omitted>
        State = 0x8e78842387729dd76d10c73c6b41fbdf
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313139
Going to the next request
Waking up in 0.9 seconds.
rad_recv: Access-Challenge packet from host [ip_radius_01] port 1812,
id=129, length=154
        EAP-Message =
0x010b005b1900170301005058ce7dbe42b7612bcaf08ead7cf1fc10827aa41d41affc784ee5f2094c1c56bf129a542eaf834a5a3f3030b902d82e89b07ac5a0e0e3186c0e43089837f2a1ca7864cf00c093c45b05254813f49276a6
        Message-Authenticator = 0x360b6e962949423163acb668c7c48b93
        State = 0x8e78842384739dd76d10c73c6b41fbdf
        Proxy-State = 0x313139
# Executing section post-proxy from file
/etc/freeradius/sites-enabled/default
+group post-proxy {
[eap] No pre-existing handler found
++[eap] = noop
+} # group post-proxy = noop
Sending Access-Challenge of id 119 to [ip_NAS] port 42468
        EAP-Message =
0x010b005b1900170301005058ce7dbe42b7612bcaf08ead7cf1fc10827aa41d41affc784ee5f2094c1c56bf129a542eaf834a5a3f3030b902d82e89b07ac5a0e0e3186c0e43089837f2a1ca7864cf00c093c45b05254813f49276a6
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x8e78842384739dd76d10c73c6b41fbdf
Finished request 20.
Going to the next request
Waking up in 4.7 seconds.
rad_recv: Access-Request packet from host [ip_NAS] port 42468, id=120,
length=224
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message =
0x020b002b1900170301002045b9268bfdbb41d1bd07f8e8c2484a9224628fd7e2e30e024b1a92b42b5fa408
        State = 0x8e78842384739dd76d10c73c6b41fbdf
        Message-Authenticator = 0x71ffe364436eae8d5fbf65c5b2b980fe
# Executing section authorize from file
/etc/freeradius/sites-enabled/default
+group authorize {
++[preprocess] = ok
++[chap] = noop
++[mschap] = noop
++[digest] = noop
[suffix] Looking up realm "mydomain.com" for User-Name = "
myuser at mydomain.com"
[suffix] Found realm "DEFAULT"
[suffix] Adding Realm = "DEFAULT"
[suffix] Proxying request from user myuser to realm DEFAULT
[suffix] Preparing to proxy authentication request to realm "DEFAULT"
++[suffix] = updated
[eap] Request is supposed to be proxied to Realm DEFAULT.  Not doing EAP.
++[eap] = noop
[files] users: Matched entry DEFAULT at line 204
++[files] = ok
++[expiration] = noop
++[logintime] = noop
++[pap] = noop
+} # group authorize = updated
  WARNING: Empty pre-proxy section.  Using default return values.
Sending Access-Request of id 185 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message =
0x020b002b1900170301002045b9268bfdbb41d1bd07f8e8c2484a9224628fd7e2e30e024b1a92b42b5fa408
        State = 0x8e78842384739dd76d10c73c6b41fbdf
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313230
Proxying request 21 to home server [ip_radius_01] port 1812
Sending Access-Request of id 185 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message =
0x020b002b1900170301002045b9268bfdbb41d1bd07f8e8c2484a9224628fd7e2e30e024b1a92b42b5fa408
        State = 0x8e78842384739dd76d10c73c6b41fbdf
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313230
Going to the next request
Waking up in 0.9 seconds.
rad_recv: Access-Challenge packet from host [ip_radius_01] port 1812,
id=185, length=106
        EAP-Message =
0x010c002b190017030100205c7570e4f5e760f02d66144b48a20aae4501eafe10488259e453a8995bf487df
        Message-Authenticator = 0x6be6f449fe7e6889462711fd6ef60dbe
        State = 0x8e78842385749dd76d10c73c6b41fbdf
        Proxy-State = 0x313230
# Executing section post-proxy from file
/etc/freeradius/sites-enabled/default
+group post-proxy {
[eap] No pre-existing handler found
++[eap] = noop
+} # group post-proxy = noop
Sending Access-Challenge of id 120 to [ip_NAS] port 42468
        EAP-Message =
0x010c002b190017030100205c7570e4f5e760f02d66144b48a20aae4501eafe10488259e453a8995bf487df
        Message-Authenticator = 0x00000000000000000000000000000000
        State = 0x8e78842385749dd76d10c73c6b41fbdf
Finished request 21.
Going to the next request
Waking up in 4.7 seconds.
rad_recv: Access-Request packet from host [ip_NAS] port 42468, id=121,
length=224
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message =
0x020c002b190017030100203830445ef683ef7217a1c9e4c859d535b698222b8eb261b0fbfa642c2175472d
        State = 0x8e78842385749dd76d10c73c6b41fbdf
        Message-Authenticator = 0x0169515c639b38bcc8c220c8577d6a26
# Executing section authorize from file
/etc/freeradius/sites-enabled/default
+group authorize {
++[preprocess] = ok
++[chap] = noop
++[mschap] = noop
++[digest] = noop
[suffix] Looking up realm "mydomain.com" for User-Name = "
myuser at mydomain.com"
[suffix] Found realm "DEFAULT"
[suffix] Adding Realm = "DEFAULT"
[suffix] Proxying request from user myuser to realm DEFAULT
[suffix] Preparing to proxy authentication request to realm "DEFAULT"
++[suffix] = updated
[eap] Request is supposed to be proxied to Realm DEFAULT.  Not doing EAP.
++[eap] = noop
[files] users: Matched entry DEFAULT at line 204
++[files] = ok
++[expiration] = noop
++[logintime] = noop
++[pap] = noop
+} # group authorize = updated
  WARNING: Empty pre-proxy section.  Using default return values.
Sending Access-Request of id 215 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message =
0x020c002b190017030100203830445ef683ef7217a1c9e4c859d535b698222b8eb261b0fbfa642c2175472d
        State = 0x8e78842385749dd76d10c73c6b41fbdf
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313231
Proxying request 22 to home server [ip_radius_01] port 1812
Sending Access-Request of id 215 to [ip_radius_01] port 1812
        User-Name = "myuser at mydomain.com"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        Framed-MTU = 1400
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        EAP-Message =
0x020c002b190017030100203830445ef683ef7217a1c9e4c859d535b698222b8eb261b0fbfa642c2175472d
        State = 0x8e78842385749dd76d10c73c6b41fbdf
        Message-Authenticator = 0x00000000000000000000000000000000
        Proxy-State = 0x313231
Going to the next request
Waking up in 0.9 seconds.
rad_recv: Access-Accept packet from host [ip_radius_01] port 1812, id=215,
length=174
        User-Name = "myuser"
        MS-MPPE-Recv-Key =
0x1f1eb2ed6cb44f07013077cd726be220eba04aabfb7ebdf04207aa92202f9284
        MS-MPPE-Send-Key =
0x29cea404f71ee5c5227cd26453aaa34c546817ab9e8a623f00e378d24dfa91a4
        EAP-Message = 0x030c0004
        Message-Authenticator = 0xe2a0cd8c3df8f404418e9addbfe08259
        Proxy-State = 0x313231
# Executing section post-proxy from file
/etc/freeradius/sites-enabled/default
+group post-proxy {
[eap] No pre-existing handler found
++[eap] = noop
+} # group post-proxy = noop
Found Auth-Type = Accept
Auth-Type = Accept, accepting the user
# Executing section session from file /etc/freeradius/sites-enabled/default
+group session {
[radutmp]       expand: /var/log/freeradius/radutmp ->
/var/log/freeradius/radutmp
[radutmp]       expand: %{User-Name} -> myuser at mydomain.com
++[radutmp] = ok
+} # group session = ok
Login OK: [myuser at mydomain.com] (from client myNAS port 0 cli
68-94-23-92-31-83)
# Executing section post-auth from file
/etc/freeradius/sites-enabled/default
+group post-auth {
++[exec] = noop
+} # group post-auth = noop
Sending Access-Accept of id 121 to [ip_NAS] port 42468
        User-Name = "myuser"
        MS-MPPE-Recv-Key =
0x1f1eb2ed6cb44f07013077cd726be220eba04aabfb7ebdf04207aa92202f9284
        MS-MPPE-Send-Key =
0x29cea404f71ee5c5227cd26453aaa34c546817ab9e8a623f00e378d24dfa91a4
        EAP-Message = 0x030c0004
        Message-Authenticator = 0x00000000000000000000000000000000
Finished request 22.
Going to the next request
Waking up in 4.7 seconds.
rad_recv: Accounting-Request packet from host [ip_NAS] port 60419, id=122,
length=161
        Acct-Session-Id = "000000BD-00000009"
        Acct-Status-Type = Start
        Acct-Authentic = RADIUS
        User-Name = "myuser"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
# Executing section preacct from file /etc/freeradius/sites-enabled/default
+group preacct {
++[preprocess] = ok
[acct_unique] Hashing 'NAS-Port = 0,NAS-Identifier =
"24a43cb0fbad",NAS-IP-Address = 172.19.13.15,Acct-Session-Id =
"000000BD-00000009",User-Name = "myuser"'
[acct_unique] Acct-Unique-Session-ID = "e40783ec483bfa72".
++[acct_unique] = ok
[suffix] No '@' in User-Name = "myuser", looking up realm NULL
[suffix] Found realm "DEFAULT"
[suffix] Adding Realm = "DEFAULT"
[suffix] Proxying request from user myuser to realm DEFAULT
[suffix] Preparing to proxy accounting request to realm "DEFAULT"
++[suffix] = updated
++[files] = noop
+} # group preacct = updated
# Executing section accounting from file
/etc/freeradius/sites-enabled/default
+group accounting {
[detail]        expand: %{Packet-Src-IP-Address} -> [ip_NAS]
[detail]        expand:
/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/detail-%Y%m%d
-> /var/log/freeradius/radacct/[ip_NAS]/detail-20150521
[detail]
/var/log/freeradius/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/detail-%Y%m%d
expands to /var/log/freeradius/radacct/[ip_NAS]/detail-20150521
[detail]        expand: %t -> Thu May 21 08:35:28 2015
++[detail] = ok
[radutmp]       expand: /var/log/freeradius/radutmp ->
/var/log/freeradius/radutmp
[radutmp]       expand: %{User-Name} -> myuser
++[radutmp] = ok
[sql]   expand: %{User-Name} -> myuser
[sql] sql_set_user escaped user --> 'myuser'
[sql]   expand: %{Acct-Delay-Time} ->
[sql]   ... expanding second conditional
[sql]   expand:            INSERT INTO radacct             (acctsessionid,
   acctuniqueid,     username,              realm,            nasipaddress,
    nasportid,              nasporttype,      acctstarttime,
 acctstoptime,              acctsessiontime,  acctauthentic,
 connectinfo_start,              connectinfo_stop, acctinputoctets,
 acctoutputoctets,              calledstationid,  callingstationid,
acctterminatecause,              servicetype,      framedprotocol,
framedipaddress,              acctstartdelay,   acctstopdelay,
 xascendsessionsvrkey)           VALUES             ('%{Acct-Session-Id}',
'%{Acct-Unique-Session-Id}',              '%{SQL-User-Name}',
 '%{Realm}', '%{NAS-IP-Address}', '%{NAS-Port}',
 '%{NAS-Port-Type}', '%S', NULL,              '0', '%{Acct-Authentic}',
'%{Connect-Info}',              '', '0', '0',
 '%{Called-Station-Id}', '%{Calling-Station-Id}', '',
 '%{Service-Type}', '%{Framed-Protocol}', '%{Framed-IP-Address}',
rlm_sql (sql): Reserving sql socket id: 30
rlm_sql (sql): Released sql socket id: 30
++[sql] = ok
++[exec] = noop
[attr_filter.accounting_response]       expand: %{User-Name} -> myuser
attr_filter: Matched entry DEFAULT at line 12
++[attr_filter.accounting_response] = updated
+} # group accounting = updated
  WARNING: Empty pre-proxy section.  Using default return values.
Sending Accounting-Request of id 13 to [ip_radius_01] port 1813
        Acct-Session-Id = "000000BD-00000009"
        Acct-Status-Type = Start
        Acct-Authentic = RADIUS
        User-Name = "myuser"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        Proxy-State = 0x313232
Proxying request 23 to home server [ip_radius_01] port 1813
Sending Accounting-Request of id 13 to [ip_radius_01] port 1813
        Acct-Session-Id = "000000BD-00000009"
        Acct-Status-Type = Start
        Acct-Authentic = RADIUS
        User-Name = "myuser"
        NAS-IP-Address = 172.19.13.15
        NAS-Identifier = "24a43cb0fbad"
        NAS-Port = 0
        Called-Station-Id = "2A-A4-3C-B1-FB-AD:myssid"
        Calling-Station-Id = "68-94-23-92-31-83"
        NAS-Port-Type = Wireless-802.11
        Connect-Info = "CONNECT 0Mbps 802.11b"
        Proxy-State = 0x313232
Going to the next request
Waking up in 0.9 seconds.
rad_recv: Accounting-Response packet from host [ip_radius_01] port 1813,
id=13, length=25
        Proxy-State = 0x313232
# Executing section post-proxy from file
/etc/freeradius/sites-enabled/default
+group post-proxy {
[eap] No pre-existing handler found
++[eap] = noop
+} # group post-proxy = noop
Sending Accounting-Response of id 122 to [ip_NAS] port 60419
Finished request 23.
Cleaning up request 23 ID 122 with timestamp +99
Going to the next request
Waking up in 4.6 seconds.
Cleaning up request 10 ID 109 with timestamp +99
Ready to process requests.


#################################### End of degub log

Thank you for your help!

Best Regards,

Renato L. Sousa


More information about the Freeradius-Users mailing list