proxy.conf - realm - regarding
Hi, This is my proxy.conf configuration. I don't know to configure the realm as follows *realm tanuvas.org.in <http://tanuvas.org.in> { authhost = LOCAL}realm DEFAULT { authhost = flr1.eduroam.ernet.in <http://flr1.eduroam.ernet.in> secret = <<secret>> nostrip} * -------- Please guide me to configure Output of radiusd -X for the proxy.conf proxy server { retry_delay = 5 retry_count = 3 default_fallback = no dead_time = 120 wake_all_if_all_dead = no } home_server localhost { ipaddr = 127.0.0.1 port = 1812 type = "auth" secret = <<< secret >>> response_window = 20.000000 response_timeouts = 1 max_outstanding = 65536 zombie_period = 40 status_check = "status-server" ping_interval = 30 check_interval = 30 check_timeout = 4 num_answers_to_alive = 3 revive_interval = 120 limit { max_connections = 16 max_requests = 0 lifetime = 0 idle_timeout = 0 } coa { irt = 2 mrt = 16 mrc = 5 mrd = 30 } } home_server_pool my_auth_failover { type = fail-over home_server = localhost } realm example.com { auth_pool = my_auth_failover } realm LOCAL { } Best, *P.Thirunavukkarasu*
On Jun 16, 2021, at 6:31 AM, P.Thirunavukkarasu <drthiruna@tanuvas.org.in> wrote:
This is my proxy.conf configuration. I don't know to configure the realm as follows
Use a text editor?
*realm tanuvas.org.in <http://tanuvas.org.in> { authhost = LOCAL}realm DEFAULT { authhost = flr1.eduroam.ernet.in <http://flr1.eduroam.ernet.in> secret = <<secret>> nostrip} * -------- Please guide me to configure
The default proxy.conf file has extensive documentation. Do you have a specific question about anything there? i.e. the documentation already answers your questions. We're not going to cut & paste the existing documentation into an email message. Please read the documentation. Alan DeKok.
*Hi Alan, * *Thank you..* *Info Message - LDAP* TLSMC: MozNSS compatibility interception begins. tlsmc_convert: INFO: cannot open the NSS DB, expecting PEM configuration is present. tlsmc_intercept_initialization: INFO: successfully intercepted TLS initialization. Continuing with OpenSSL only. *proxy.conf* radiusd: #### Loading Realms and Home Servers #### proxy server { retry_delay = 5 retry_count = 3 default_fallback = no dead_time = 120 wake_all_if_all_dead = no } home_server localhost { ipaddr = 127.0.0.1 port = 1812 type = "auth" secret = <<< secret >>> response_window = 20.000000 response_timeouts = 1 max_outstanding = 65536 zombie_period = 40 status_check = "status-server" ping_interval = 30 check_interval = 30 check_timeout = 4 num_answers_to_alive = 3 revive_interval = 120 limit { max_connections = 16 max_requests = 0 lifetime = 0 idle_timeout = 0 } coa { irt = 2 mrt = 16 mrc = 5 mrd = 30 } } realm tanuvas.org.in { authhost = LOCAL } realm DEFAULT { nostrip authhost = flr1.eduroam.ernet.in secret = <<< secret >>> } home_server_pool my_auth_failover { type = fail-over home_server = localhost } Is this config right? Regards, Thirunavukkarasu
participants (2)
-
Alan DeKok -
P.Thirunavukkarasu