I have a Radius configuration that is timing out 1 out of 10 times. It appears I am not able to always see the “Authenticated” reply from the Radius server; however, I know the Radius is replying.
I really suspect something in the firewall.
I followed the Hotspot setup and the NAT/Filter settings are straightforward. I suspect that I need to add some rule which allows all traffic from my RADIUS server to go directly to the Hotspot. What would this rule look like?
Depending on the path to the raduis server or just the speed of the boxes in question, it could be timing out before the reply is recieved.. With the bog recieving a reply “most of the time” or even “some of the time” mu bet would be a time out issue..
It may also be caused by a load issue on the net / radius server or client…
Thank you. We have tried the timeout, and we feel comfortable that is not the problem, as the radius server is receiving the messages within one second, and responding. Our Radius time out is set to 60 seconds.
What we have found out today is the authentication is successful when the request is sent on port 1028 or above.
It is not successful on port numbers below that.
Is there a way to force the radius request to use a particular port or port range?
If it is possible, please point me to the documentation I need. At this point, I dont’ know if it is at all possible. If it is possible, is it through the use of NAT, filtering, or something else?
Correct Mangle only marks the connection/packet, but its what you can do after you’ve marked it.. You can apply src/dst nat rules to mangled traffic to nat to say port 1028 to 1812.. or however you see fit..
You can only mangle connections and packets, but you can identify those conns/packets by their port number and other criteria. Which I assume is what csickles meant.
Why not just use the same port on both ends and simplify your life!