Re: realm setup problem

2004-12-22 Thread Dustin Doris

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

What is setup in radiusd.conf to determine realm?  If you are using
something like suffix, then it would determine on the username.  ie:
[EMAIL PROTECTED] and your proxy.conf file would show

realm test.com {
...
}


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

authhost and accthost should be either an IP or fully qualified domain
name.  ie: radius.test.com or 200.200.230.136, not radius.200.200.x.x.


 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..

You say you have .132 in clients.conf, but the radius packet came from
.136.  You need to add that IP as well to clients.conf.

 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.


You need to add that IP to clients.conf as well.



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


realm setup problem

2004-12-21 Thread zack musa
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!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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