Hi, I am trying to use the below configuration, but never is reached... someone have suggestions? 87 post-proxy { 88 switch &proxy-reply:Packet-Type { 89 case CoA-ACK { 90 ok 91 } 92 93 case CoA-NAK { 94 # the NAS didn't like the CoA request 95 ok 96 } 97 98 case Disconnect-ACK { 99 ok 100 } 101 102 case Disconnect-NAK { 103 # the NAS didn't like the Disconnect request 104 ok 105 } 106 107 # Invalid packet type. This shouldn't happen. 108 case { 109 ok 110 #fail 111 } 112 } 113 114 # 115 # These methods are run when there is NO response 116 # to the request. 117 # 118 Post-Proxy-Type Fail-CoA { 119 ok 120 } 121 } -- Jorge Pereira
Alan, I forgot to finish my last message.. sorry! btw, I forgot to mention that when the 'proxy-reply:Packet-Type' receive a "CoA-ACK" the switch never match in the case 'CoA-ACK' -- Jorge Pereira On Wed, Apr 15, 2015 at 12:19 PM, Alan DeKok <aland@deployingradius.com> wrote:
On Apr 15, 2015, at 11:16 AM, Jorge Pereira <jpereiran@gmail.com> wrote:
I am trying to use the below configuration, but never is reached...
I have no idea what you mean by that.
Perhaps debug output would help.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
Alan DeKok -
Jorge Pereira