I try to setup proxy and realm for freeradius 
in my forwarding server, in the proxy.conf file, it
looks like this:

realm 200.200.230.136 {
        type            = radius
        authhost        = radius.200.200.230.136:1812
        accthost        = radius.200.200.230.136:1813
        secret          = amin
}

The IP of the forwarding server is 200.200.230.132

at the remote server, the client.conf looks like
this..


client 200.200.230.132 {
        secret          = amin
        shortname       = 200.200.230.132
        login           = amin
        password        = amin
         }

When i try to run the radiusd -X, at the forwarding
server, it stoped at ......reading realm
files......host 200.200.230.136 not found....
then it stoped totally..

can I just put the IP address of the remote server
just like that? which part of configuration file that
I missed to alter? 

Another Problem is in one seperate server I run
FreeRADIUS. Client.conf are set to listen to client 
200.200.230.148
but still in the debug mode the ignore messages
appeared ....receiving from unknown
client...200.200.230.148, why is this happen? Or I
missed something again?
Thanks for your help...really really appreciate it.


                
__________________________________ 
Do you Yahoo!? 
Meet the all-new My Yahoo! - Try it today! 
http://my.yahoo.com 
 


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

Reply via email to