You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My objective is to make associate UDP works with the radius auth. Each of these two works for me if I'm using them independently. Thanks in advance!
OS:Ubuntu 22.04.4 LTS
3proxy-0.9.4(from GitHub Release DEB)
Option #1 - radius only.
Radius auth works good. TCP over socks5 works good. Associate UDP doesn't work
Option #3 - radius with the cache
If I change line no.23 from auth radius to auth cache radius I see counterintuitive behavior. If 1st request after config reload is associate UDP - it doesn't work with the same 12 error code. If the 1st request is TCP over socks5 - it works good and even more, the next associate UDP requests works also good in the next 10s(equal to the cache lifetime)
The text was updated successfully, but these errors were encountered:
My objective is to make associate UDP works with the radius auth. Each of these two works for me if I'm using them independently. Thanks in advance!
OS:Ubuntu 22.04.4 LTS
3proxy-0.9.4(from GitHub Release DEB)
Option #1 - radius only.
Radius auth works good. TCP over socks5 works good. Associate UDP doesn't work
There are plenty of available unprivileged ports for new UDP sockets.
Option #2 - local password auth.
If I change line no.23 from
auth radius
toauth strong
both TCP and UDP over socks5 work goodOption #3 - radius with the cache
If I change line no.23 from
auth radius
toauth cache radius
I see counterintuitive behavior. If 1st request after config reload is associate UDP - it doesn't work with the same 12 error code. If the 1st request is TCP over socks5 - it works good and even more, the next associate UDP requests works also good in the next 10s(equal to the cache lifetime)The text was updated successfully, but these errors were encountered: