Hi,

I configured (basic) DHCP on two different interfaces :

listen {
       ipaddr = *
       port = 67
       type = dhcp
       interface = eth0
       broadcast = yes
}

listen {
       ipaddr = *
       port = 67
       type = dhcp
       interface = eth1.102
       broadcast = yes
}

I need to establish a different (basic for now) lease policy by interface (ie. different network range). How can I know from which interface the request came?

PS. By the way, if I don't set ipaddr = * , broadcast are not handled. Normal?

--
Francois Gaudreault, ing. jr
fgaudrea...@inverse.ca  ::  +1.514.447.4918 (x130) ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence 
(www.packetfence.org)

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

Reply via email to