Re[6]: ippool issue

2003-11-02 Thread Alexander Lunyov
Hello Paul, Sunday, November 2, 2003, 9:49:54 AM, you wrote: >> From: Alexander Lunyov >> Sent: Saturday, 1 November 2003 6:32 AM >> Thursday, October 30, 2003, 6:52:58 AM, you wrote: >> rlm_ippool: Searching for an entry for nas/port: mynas.domain.ru/17 >> rlm_ippool: Allocating ip to nas/port

RE: Re[4]: ippool issue

2003-11-01 Thread Paul Hampson
> From: Alexander Lunyov > Sent: Saturday, 1 November 2003 6:32 AM > Thursday, October 30, 2003, 6:52:58 AM, you wrote: > rlm_ippool: Searching for an entry for nas/port: mynas.domain.ru/17 > rlm_ippool: Allocating ip to nas/port: mynas.domain.ru/17 > rlm_ippool: num: 1 > rlm_ippool: Allocated ip

Re[4]: ippool issue

2003-10-31 Thread Alexander Lunyov
Hello Paul, Thursday, October 30, 2003, 6:52:58 AM, you wrote: >> rlm_ippool: Searching for an entry for nas/port: zeus.domain.ru/61 >> modcall[post-auth]: module "main_pool" returns noop for request 0 PH> The only NOOP between these two lines is the one that checks if you've PH> already got a

RE: Re[2]: ippool issue

2003-10-29 Thread Paul Hampson
> From: Alexander Lunyov > Sent: Thursday, 30 October 2003 12:14 PM > What do you mean? NAS in the same logical network or radius server in the > same logical network? > For example, i want this ippool working with NAS. > > ippool main_pool { > range-start = 192.168.25

Re: Re[2]: ippool issue

2003-10-29 Thread Gustavo A. Lozano
You need an address in the RAS to act as a gateway... You can configure any pool in whatever RAS but for example if the RAS is a cisco you will need to do something like: interface eth0 ip add xxx.xxx.xxx.1 secondary interface eth0 ip add yyy.yyy.yyy.1 secondary .. ... and now you can assi

Re[2]: ippool issue

2003-10-29 Thread Alexander Lunyov
Hello Gustavo, Wednesday, October 29, 2003, 8:42:51 AM, you wrote: GAL> Sure you can. GAL> But if you do that you cant get routed to any place. GAL> You need a gateway address within the same logical network. What do you mean? NAS in the same logical network or radius server in the

Re: ippool issue

2003-10-29 Thread Gustavo A. Lozano
Sure you can. But if you do that you cant get routed to any place. You need a gateway address within the same logical network. On Wed, 2003-10-29 at 19:29, Alexander Lunyov wrote: > Hello freeradius-users, > > Is there a possibility to pool range of IP addresses for NAS > while NAS

ippool issue

2003-10-29 Thread Alexander Lunyov
Hello freeradius-users, Is there a possibility to pool range of IP addresses for NAS while NAS is not in that range? For example, if i try to pool 192.168.253.0/24 network for NAS with address 192.168.3.3 - it says that nas/port not found for that NAS address (192.168.3.3).