Hi All : i have get this error in log after setup COA-originate in site-enable : WARNING: No previous template for proxy socket. Source IP address may be chosen by the OS ... adding new socket proxy address * port 16288 ERROR: Failed to insert CoA request into proxy list. ---------------------------------------- * clent.conf : * client lar { ipaddr = 5.190.103.4 secret = testing123 require_message_authenticator = no nastype = other coa_server = lar } *coa-originate :* home_server lar { type = coa ipaddr = 5.190.103.4 port = 1700 secret = testing123 coa { irt = 2 mrt = 16 mrc = 5 mrd = 30 } } home_server_pool main { type = fail-over home_server = lar } *default config :* preacct { update disconnect { User-Name = "%{User-Name}" Acct-Session-Id = "%{Acct-Session-Id}" NAS-IP-Address = "%{NAS-IP-Address}" } }
Mehdi Ravanbakhsh wrote:
Hi All :
i have get this error in log after setup COA-originate in site-enable :
WARNING: No previous template for proxy socket. Source IP address may be chosen by the OS
Don't edit the configuration files and break the server. If you do edit them, ensure you know what you're doing. Alan DeKok.
i fond that : in radius.conf : proxy_requests = yes it is work now for update disconnect but for update coa it is not work , i do not know if i use it correctly : *default config :* preacct { update coa { User-Name = "%{User-Name}" Acct-Session-Id = "%{Acct-Session-Id}" NAS-IP-Address = "%{NAS-IP-Address}" Session-Timeout := "5" } } On Wed, Apr 3, 2013 at 12:23 AM, Mehdi Ravanbakhsh <babakco@gmail.com>wrote:
Hi All :
i have get this error in log after setup COA-originate in site-enable :
WARNING: No previous template for proxy socket. Source IP address may be chosen by the OS ... adding new socket proxy address * port 16288 ERROR: Failed to insert CoA request into proxy list.
----------------------------------------
* clent.conf : *
client lar { ipaddr = 5.190.103.4 secret = testing123 require_message_authenticator = no nastype = other coa_server = lar }
*coa-originate :*
home_server lar { type = coa ipaddr = 5.190.103.4 port = 1700 secret = testing123 coa { irt = 2 mrt = 16 mrc = 5 mrd = 30 } }
home_server_pool main { type = fail-over home_server = lar }
*default config :*
preacct { update disconnect { User-Name = "%{User-Name}" Acct-Session-Id = "%{Acct-Session-Id}" NAS-IP-Address = "%{NAS-IP-Address}" } }
participants (2)
-
Alan DeKok -
Mehdi Ravanbakhsh