Unable to proxy accountings via freeradius

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












I have installed freeradius (version 3.0.13) on a VM and have performed basic configuration which seems to work fine. When I try to proxy accountings, this is the error that I get when I run radiusd -CX:



/etc/raddb/proxy.conf[36]: Unknown home_server "server1"


This is my actual configuration:



####proxy.conf####

proxy server
default_fallback = no


home_server server1
type = acct
ipaddr = 10.194.128.105
port = 1813
secret = passme
require_message_authenticator = no
response_window = 20
zombie_period = 40
status_check = status-server
check_interval = 30
num_answers_to_alive = 3
max_outstanding = 65536



home_server server2
type = acct
ipaddr = 10.194.128.106
port = 1813
secret = passsme
require_message_authenticator = no
response_window = 20
zombie_period = 40
status_check = status-server
check_interval = 30
num_answers_to_alive = 3
max_outstanding = 65536


home_server_pool freeradius_loadbalance
type = fail-over
home_server = server1
home_server = server2


realm NULL
auth_pool = freeradius_loadbalance
nostrip



When I change type = acct to type = auth or type = auth+acct, I can start radius without issues.



Can anyone help?







share|improve this question





















  • Hello ,I am updating with the error: /etc/raddb/proxy.conf[36]: Unknown home_server "server1".
    – jinen sghiri
    Jun 5 at 12:45










  • Please edit your question to add details. I’ve done it for you already this time.
    – Melebius
    Jun 5 at 12:48










  • sorry :) Thank you
    – jinen sghiri
    Jun 5 at 13:23














up vote
0
down vote

favorite












I have installed freeradius (version 3.0.13) on a VM and have performed basic configuration which seems to work fine. When I try to proxy accountings, this is the error that I get when I run radiusd -CX:



/etc/raddb/proxy.conf[36]: Unknown home_server "server1"


This is my actual configuration:



####proxy.conf####

proxy server
default_fallback = no


home_server server1
type = acct
ipaddr = 10.194.128.105
port = 1813
secret = passme
require_message_authenticator = no
response_window = 20
zombie_period = 40
status_check = status-server
check_interval = 30
num_answers_to_alive = 3
max_outstanding = 65536



home_server server2
type = acct
ipaddr = 10.194.128.106
port = 1813
secret = passsme
require_message_authenticator = no
response_window = 20
zombie_period = 40
status_check = status-server
check_interval = 30
num_answers_to_alive = 3
max_outstanding = 65536


home_server_pool freeradius_loadbalance
type = fail-over
home_server = server1
home_server = server2


realm NULL
auth_pool = freeradius_loadbalance
nostrip



When I change type = acct to type = auth or type = auth+acct, I can start radius without issues.



Can anyone help?







share|improve this question





















  • Hello ,I am updating with the error: /etc/raddb/proxy.conf[36]: Unknown home_server "server1".
    – jinen sghiri
    Jun 5 at 12:45










  • Please edit your question to add details. I’ve done it for you already this time.
    – Melebius
    Jun 5 at 12:48










  • sorry :) Thank you
    – jinen sghiri
    Jun 5 at 13:23












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I have installed freeradius (version 3.0.13) on a VM and have performed basic configuration which seems to work fine. When I try to proxy accountings, this is the error that I get when I run radiusd -CX:



/etc/raddb/proxy.conf[36]: Unknown home_server "server1"


This is my actual configuration:



####proxy.conf####

proxy server
default_fallback = no


home_server server1
type = acct
ipaddr = 10.194.128.105
port = 1813
secret = passme
require_message_authenticator = no
response_window = 20
zombie_period = 40
status_check = status-server
check_interval = 30
num_answers_to_alive = 3
max_outstanding = 65536



home_server server2
type = acct
ipaddr = 10.194.128.106
port = 1813
secret = passsme
require_message_authenticator = no
response_window = 20
zombie_period = 40
status_check = status-server
check_interval = 30
num_answers_to_alive = 3
max_outstanding = 65536


home_server_pool freeradius_loadbalance
type = fail-over
home_server = server1
home_server = server2


realm NULL
auth_pool = freeradius_loadbalance
nostrip



When I change type = acct to type = auth or type = auth+acct, I can start radius without issues.



Can anyone help?







share|improve this question













I have installed freeradius (version 3.0.13) on a VM and have performed basic configuration which seems to work fine. When I try to proxy accountings, this is the error that I get when I run radiusd -CX:



/etc/raddb/proxy.conf[36]: Unknown home_server "server1"


This is my actual configuration:



####proxy.conf####

proxy server
default_fallback = no


home_server server1
type = acct
ipaddr = 10.194.128.105
port = 1813
secret = passme
require_message_authenticator = no
response_window = 20
zombie_period = 40
status_check = status-server
check_interval = 30
num_answers_to_alive = 3
max_outstanding = 65536



home_server server2
type = acct
ipaddr = 10.194.128.106
port = 1813
secret = passsme
require_message_authenticator = no
response_window = 20
zombie_period = 40
status_check = status-server
check_interval = 30
num_answers_to_alive = 3
max_outstanding = 65536


home_server_pool freeradius_loadbalance
type = fail-over
home_server = server1
home_server = server2


realm NULL
auth_pool = freeradius_loadbalance
nostrip



When I change type = acct to type = auth or type = auth+acct, I can start radius without issues.



Can anyone help?









share|improve this question












share|improve this question




share|improve this question








edited Jun 5 at 12:47









Melebius

3,61041636




3,61041636









asked Jun 5 at 10:07









jinen sghiri

11




11











  • Hello ,I am updating with the error: /etc/raddb/proxy.conf[36]: Unknown home_server "server1".
    – jinen sghiri
    Jun 5 at 12:45










  • Please edit your question to add details. I’ve done it for you already this time.
    – Melebius
    Jun 5 at 12:48










  • sorry :) Thank you
    – jinen sghiri
    Jun 5 at 13:23
















  • Hello ,I am updating with the error: /etc/raddb/proxy.conf[36]: Unknown home_server "server1".
    – jinen sghiri
    Jun 5 at 12:45










  • Please edit your question to add details. I’ve done it for you already this time.
    – Melebius
    Jun 5 at 12:48










  • sorry :) Thank you
    – jinen sghiri
    Jun 5 at 13:23















Hello ,I am updating with the error: /etc/raddb/proxy.conf[36]: Unknown home_server "server1".
– jinen sghiri
Jun 5 at 12:45




Hello ,I am updating with the error: /etc/raddb/proxy.conf[36]: Unknown home_server "server1".
– jinen sghiri
Jun 5 at 12:45












Please edit your question to add details. I’ve done it for you already this time.
– Melebius
Jun 5 at 12:48




Please edit your question to add details. I’ve done it for you already this time.
– Melebius
Jun 5 at 12:48












sorry :) Thank you
– jinen sghiri
Jun 5 at 13:23




sorry :) Thank you
– jinen sghiri
Jun 5 at 13:23










1 Answer
1






active

oldest

votes

















up vote
0
down vote













I have resolved the issue by ,simply, replacing auth_pool = freeradius_loadbalance to acct_pool = freeradius_loadbalance in the proxy.conf .



Thanks :)






share|improve this answer





















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "89"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: true,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );








     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1043767%2funable-to-proxy-accountings-via-freeradius%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    I have resolved the issue by ,simply, replacing auth_pool = freeradius_loadbalance to acct_pool = freeradius_loadbalance in the proxy.conf .



    Thanks :)






    share|improve this answer

























      up vote
      0
      down vote













      I have resolved the issue by ,simply, replacing auth_pool = freeradius_loadbalance to acct_pool = freeradius_loadbalance in the proxy.conf .



      Thanks :)






      share|improve this answer























        up vote
        0
        down vote










        up vote
        0
        down vote









        I have resolved the issue by ,simply, replacing auth_pool = freeradius_loadbalance to acct_pool = freeradius_loadbalance in the proxy.conf .



        Thanks :)






        share|improve this answer













        I have resolved the issue by ,simply, replacing auth_pool = freeradius_loadbalance to acct_pool = freeradius_loadbalance in the proxy.conf .



        Thanks :)







        share|improve this answer













        share|improve this answer



        share|improve this answer











        answered Jun 25 at 10:01









        jinen sghiri

        11




        11






















             

            draft saved


            draft discarded


























             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1043767%2funable-to-proxy-accountings-via-freeradius%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            Which professions warranted travel in Medieval times?

            How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

            Trouble downloading packages list due to a “Hash sum mismatch” error