|
From: Markus W. <ml...@ir...> - 2008-10-29 20:08:39
|
On 29.10.2008 17:27 Frank Weis wrote: > > I need to run a DHCP server on a DL box that serves different pools on > different VLANs that are trunked on the same interface. I see that the DHCP > server serves the same pool to all VLANs, and the other pool is never used. Only as an idea: dhcpd can use the parameters -cf (for config-file) and if-name. Why not running several dhcp-daemons each with his own config and only on a specific interface? But again: I never tried this, especially not on DL. HTH. Markus |