Different DHCP pools in different interfaces

Simon Hobson dhcp1 at thehobsons.co.uk
Fri May 18 14:17:17 UTC 2007


Rômulo Lima wrote:

>     I would like to know, how I can set up, my 
>Dhcp server for distribute two different pools 
>in two different interfaces.
>For example: I want the dhcp server deliver the 
>range 192.168.0.0/24 in rl0 ethernet interface, 
>and the range 172.31.0.0/16 in rl1.

Just define the subnets, as in :

subnet 192.168.0.0 ... {
   ....
}

subnet 172.31.0.0 ... {
   ....
}

The server works out the rest automagically.


More information about the dhcp-users mailing list