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
Is there a way that a pyrad server respond to packets sent from any host, I don't know in advance what the IP addresses of the "remote hosts" are.
I've tried passing a RemoteHost with the IP address 0.0.0.0/0 (this works in FreeRADIUS), I also have tried not passing the hosts keyword argument to the pyrad.server.Server constructor... but it doesn't work.
Any workaround?
The text was updated successfully, but these errors were encountered:
marzsv
added a commit
to marzsv/pyrad
that referenced
this issue
Mar 20, 2017
Is there a way that a pyrad server respond to packets sent from any host, I don't know in advance what the IP addresses of the "remote hosts" are.
I've tried passing a RemoteHost with the IP address 0.0.0.0/0 (this works in FreeRADIUS), I also have tried not passing the
hosts
keyword argument to the pyrad.server.Server constructor... but it doesn't work.Any workaround?
The text was updated successfully, but these errors were encountered: