All, How do I disable the following proxy settings: Listening on proxy address * port 50106 Listening on proxy address :: port 49193 Thanks Tim -- ⢀⣴⠾⠻⢶⣦⠀ ⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system ⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org/ ⠈⠳⣄⠀⠀
On Apr 29, 2025, at 3:10 AM, Timothy M Butterworth <timothy.m.butterworth@gmail.com> wrote:
How do I disable the following proxy settings: Listening on proxy address * port 50106 Listening on proxy address :: port 49193
Two options: $ grep proxy radiusd.conf $ radiusd -X | grep proxy including configuration file ./raddb/proxy.conf including configuration file ./raddb/mods-enabled/proxy_rate_limit proxy_dedup_window = 1 proxy_requests = yes limit_proxy_state = "auto" proxy server { # Loading module "pre_proxy_log" from file . ... Alan DeKok.
On Tue, Apr 29, 2025 at 11:58 AM Alan DeKok <aland@deployingradius.com> wrote:
On Apr 29, 2025, at 3:10 AM, Timothy M Butterworth < timothy.m.butterworth@gmail.com> wrote:
How do I disable the following proxy settings: Listening on proxy address * port 50106 Listening on proxy address :: port 49193
Two options:
$ grep proxy radiusd.conf
$ radiusd -X | grep proxy including configuration file ./raddb/proxy.conf including configuration file ./raddb/mods-enabled/proxy_rate_limit proxy_dedup_window = 1 proxy_requests = yes limit_proxy_state = "auto" proxy server { # Loading module "pre_proxy_log" from file . ...
Alan DeKok.
I figured it out. Thanks for all your help! Tim
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- ⢀⣴⠾⠻⢶⣦⠀ ⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system ⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org/ ⠈⠳⣄⠀⠀
participants (2)
-
Alan DeKok -
Timothy M Butterworth