Equivalent of Packet-Src-IP-Address for DHCP
Hi Everyone I have a DHCP server which listens on multiple interfaces and would like to run the requests thought different bits of unlang depending on the incoming interface. Could anyone advise whether there is a way to get this info from an attributes like we do in RADIUS (e.g Packet-Src-IP-Address). I guess one way to do this would be to configure separate virtual servers, but I just wondered if there was any way to do it using attributes. Thanks Ben
On Aug 9, 2016, at 5:36 PM, Бен Томпсон <b.thompson@latera.ru> wrote:
I have a DHCP server which listens on multiple interfaces and would like to run the requests thought different bits of unlang depending on the incoming interface. Could anyone advise whether there is a way to get this info from an attributes like we do in RADIUS (e.g Packet-Src-IP-Address).
You should be able to use Packet-Src-IP-Address. It's an attribute created by the server. It's not RADIUS specific. Alan DeKok.
On 10 August 2016 at 11:07, Alan DeKok <aland@deployingradius.com> wrote:
On Aug 9, 2016, at 5:36 PM, Бен Томпсон <b.thompson@latera.ru> wrote:
I have a DHCP server which listens on multiple interfaces and would like
to
run the requests thought different bits of unlang depending on the incoming interface. Could anyone advise whether there is a way to get this info from an attributes like we do in RADIUS (e.g Packet-Src-IP-Address).
You should be able to use Packet-Src-IP-Address. It's an attribute created by the server. It's not RADIUS specific.
OK, thanks for the info. I will give it a try.
participants (2)
-
Alan DeKok -
Бен Томпсон