Dear All,
We have FreeRADIUS Version 2.1.1 installed with mysql.
Some of our users are authenticated via an external radius so we have
configured a realm and proxy.
All works well except accounting. The Freeradius does not seems to be
sending the accounting to the remote server (local accounting to mysql works
fine).
This is the configuration we used:
File realm:
realm one {         
    format = suffix
    delimiter = "#"
    ignore_default = no
    ignore_null = no
}   

File proxy.conf:



home_server pri_home_server {
        type = auth+acct
        ipaddr = x.x.x.x
        port = 1812
        secret = ******
        response_window = 20
        zombie_period = 40
        revive_interval = 120
        status_check = status-server
        check_interval = 30
        num_answers_to_alive = 3
}

home_server sec_home_server {
        type = auth+acct
        ipaddr = y.y.y.y
        port = 1812
        secret = ******
        response_window = 20
        zombie_period = 40
        revive_interval = 120
        status_check = status-server
        check_interval = 30
        num_answers_to_alive = 3
}


home_server_pool auth_failover_pool {
        type = fail-over
        home_server = pri_home_server
        home_server = sec_home_server
}


realm users{    
        type = radius
        auth_pool = auth_failover_pool
        acct_pool = auth_failover_pool
        nostrip
}

When using tcpdump on the server we don’t see any accounting request being
issued by the radius.

Your help please.
Regards,
Adi.

-- 
View this message in context: 
http://www.nabble.com/Proxy-Accounting-tp26090474p26090474.html
Sent from the FreeRadius - User mailing list archive at Nabble.com.


-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to