Re: unknown proxy ?

2003-12-10 Thread Thomas MARCHESSEAU
Hi Alex,

did u check clients.conf ?

Thomas .

Alex Radetsky wrote:

Hello, Collegues! 

I'm using freeradius-0.7.1. I'm trying to configure this freeradius 
as proxy server to remote. 

--
rad_recv: Access-Reject packet from host 195.123.5.10:1288, id=1, length=48
Ignoring request from unknown proxy 195.123.5.10:1288
--
Host 195.123.5.10 was configured in proxy.conf 
In naslist too. 

Tell me, please, what I forgot to do? ;) 

 



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


Re: unknown proxy ?

2003-12-10 Thread Alexey Balabushevich
On Wed, Dec 10, 2003 at 03:56:45PM +0200, Alex Radetsky wrote:
 
  Hello, Collegues! 
 
  I'm using freeradius-0.7.1. I'm trying to configure this freeradius 
 as proxy server to remote. 
 
 --
 rad_recv: Access-Reject packet from host 195.123.5.10:1288, id=1, length=48
 Ignoring request from unknown proxy 195.123.5.10:1288
 --
 
 Host 195.123.5.10 was configured in proxy.conf 
 In naslist too. 
 
 Tell me, please, what I forgot to do? ;) 

what about clients ?

-- 
Alexey Balabushevich
nic-hdl: AB433-RIPE

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


Re: unknown proxy ?

2003-12-10 Thread Alex Radetsky
On Wed, Dec 10, 2003 at 03:11:42PM +0100, Thomas MARCHESSEAU wrote:
 Hi Alex,
 
 did u check clients.conf ?
 
 

[EMAIL PROTECTED] bin]# grep 195.123.5.10 /usr/local/radius-proxy/etc/raddb/*
 clients:   195.123.5.10  123
 clients.conf:  client 195.123.5.10 {
 proxy.conf:   authhost= 195.123.5.10:1812
 proxy.conf:   accthost= 195.123.5.10:1645

Yes, I do.  

 Ok, I'll search this message in sources and will find what I got to do. 
 Thanks! ;) 


 Thomas .
 
 
 Alex Radetsky wrote:
 
 Hello, Collegues! 
 
 I'm using freeradius-0.7.1. I'm trying to configure this freeradius 
 as proxy server to remote. 
 
 --
 rad_recv: Access-Reject packet from host 195.123.5.10:1288, id=1, length=48
 Ignoring request from unknown proxy 195.123.5.10:1288
 --
 
 Host 195.123.5.10 was configured in proxy.conf 
 In naslist too. 
 
 Tell me, please, what I forgot to do? ;) 
 

-- 
Alex Radetsky   
AR2657-RIPE
RAD-UANIC


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


Re: unknown proxy ?

2003-12-10 Thread Alex Radetsky
On Wed, Dec 10, 2003 at 04:18:30PM +0200, Alexey Balabushevich wrote:
  
   I'm using freeradius-0.7.1. I'm trying to configure this freeradius 
  as proxy server to remote. 
  
  --
  rad_recv: Access-Reject packet from host 195.123.5.10:1288, id=1, length=48
  Ignoring request from unknown proxy 195.123.5.10:1288
  --
  
  Host 195.123.5.10 was configured in proxy.conf 
  In naslist too. 
  
  Tell me, please, what I forgot to do? ;) 
 
 what about clients ?

 clients conf configured. Please see latest message. 

 
 -- 
 Alexey Balabushevich
   nic-hdl: AB433-RIPE

Wow. Very glad to see you. :) 


-- 
Alex Radetsky   
AR2657-RIPE
RAD-UANIC


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


Re: unknown proxy ?

2003-12-10 Thread Guy Fraser
I have noticed you have configured naslist, clients and clients.conf.

The clients.conf file is all you need, and should probably move or remove
the clients and naslist files since the are deprecated and may conflict.
I have not looked into the source to find out what happens when you have 
both sets
of files, but you should notice the informational messages warning you 
about
these files in your log file.

Also, whats up with the ports?

It looks like you have two different radius servers running, maybe your
problem is that you are looking at the wrong config files.
Alex Radetsky wrote:

On Wed, Dec 10, 2003 at 03:11:42PM +0100, Thomas MARCHESSEAU wrote:

Hi Alex,

did u check clients.conf ?


[EMAIL PROTECTED] bin]# grep 195.123.5.10 /usr/local/radius-proxy/etc/raddb/*
clients: 195.123.5.10 123
clients.conf: client 195.123.5.10 {
proxy.conf: authhost = 195.123.5.10:1812
proxy.conf: accthost = 195.123.5.10:1645
Yes, I do.

Ok, I'll search this message in sources and will find what I got to do.
Thanks! ;)
--
Guy Fraser
Network Administrator


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


Re: unknown proxy ?

2003-12-10 Thread Alan DeKok
Alex Radetsky [EMAIL PROTECTED] wrote:
  I'm using freeradius-0.7.1. I'm trying to configure this freeradius 
 as proxy server to remote. 

  Upgrade to 0.9.3.  Please.

  Alan DeKok.

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


Re: unknown proxy ? part 2

2003-12-10 Thread Alan DeKok
Alex Radetsky [EMAIL PROTECTED] wrote:
  So, if radius got packet from remote server with configured source_ip and 
  port, radiusd marks it as active. 
 
  But in my case, radius got packet from configured source_ip, but another 
  port. 
 
  What does it mean?

  It means that the server you're proxying the request to is broken.

  PS. I can rewrite this code to create workaround. But I do not know, may 
  be it will not correct. 

  It will be wrong.  You should contact the people running the other
server, and tell them to fix it.

  Alan DeKok.

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