Re: DHCP relaying

2013-09-19 Thread Alan DeKok
Nikolaos Milas wrote:
 I would like to ask how we can direct FR dhcp server (using an ldap
 backend) to relay to another dhcp server.

...
update control {
DHCP-Relay-To-IP-Address := 192.2.3.4
}
...

 The idea is that we have a db of known MAC addresses which have an
 associated VLAN (assigned during MAC Auth) and a static IP address
 (assigned through FR dhcp server). If a MAC address is unknown, we would
 like to be able to relay to another dhcp server which will be
 responsible for dynamic IP address allocation (because, as I understand,
 FR does not support dynamic IP address allocation) on a private IP
 address range, with limited access.

  In 2.2.1, it can handle dynamic IP allocation.  See
raddb/sites-available/dhcp.  Look for pool.

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


Re: DHCP relaying

2013-09-19 Thread Nikolaos Milas

On 19/9/2013 3:40 μμ, Alan DeKok wrote:


In 2.2.1, it can handle dynamic IP allocation.  See
raddb/sites-available/dhcp.  Look for pool.


Thanks. I guess it is supported in 3.0.0 as well ?

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

Re: DHCP relaying

2013-09-19 Thread Alan DeKok
Nikolaos Milas wrote:
 Thanks. I guess it is supported in 3.0.0 as well ?

  Yes.

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