Unable to proxy accountings via freeradius
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
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?
proxy radius
add a comment |Â
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?
proxy radius
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
add a comment |Â
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?
proxy radius
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?
proxy radius
edited Jun 5 at 12:47
Melebius
3,61041636
3,61041636
asked Jun 5 at 10:07
![](https://lh4.googleusercontent.com/-lxR5wwiS6hE/AAAAAAAAAAI/AAAAAAAAPu8/F6hpFWGwfbc/photo.jpg?sz=32)
![](https://lh4.googleusercontent.com/-lxR5wwiS6hE/AAAAAAAAAAI/AAAAAAAAPu8/F6hpFWGwfbc/photo.jpg?sz=32)
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
add a comment |Â
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
add a comment |Â
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 :)
add a comment |Â
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 :)
add a comment |Â
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 :)
add a comment |Â
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 :)
I have resolved the issue by ,simply, replacing auth_pool = freeradius_loadbalance to acct_pool = freeradius_loadbalance in the proxy.conf .
Thanks :)
answered Jun 25 at 10:01
![](https://lh4.googleusercontent.com/-lxR5wwiS6hE/AAAAAAAAAAI/AAAAAAAAPu8/F6hpFWGwfbc/photo.jpg?sz=32)
![](https://lh4.googleusercontent.com/-lxR5wwiS6hE/AAAAAAAAAAI/AAAAAAAAPu8/F6hpFWGwfbc/photo.jpg?sz=32)
jinen sghiri
11
11
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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