proxy.conf - realm - regarding

P.Thirunavukkarasu drthiruna at tanuvas.org.in
Wed Jun 16 12:31:28 CEST 2021


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*


More information about the Freeradius-Users mailing list