Réf. : Re: Working on subnet different from DHCP server subnet

Simon Hobson dhcp at thehobsons.co.uk
Mon Apr 24 07:50:21 UTC 2006


JVNC04 Yahoo wrote:

>Both subnet are on same ethernet segment. I've tried the configuration given
>(configuration 1), and it work well.
>
>If both subnets are on the same ethernet segment
>------------------------------------------------
>.... Then you have what is called a shared network. You would need a
>Configuration file like this :
>
>Shared-network "mynet" {
>   Subnet 202.87.145.0 netmask 255.255.255.224 {
>     Range 202.87.145.2 202.87.145.5;
>   }
>   Subnet 202.87.129.64 netmask 255.255.255.224 {
>   }
>}
>



>I have few questions abourt ISC:
>1- how many IP address can manage ISC DHCP ?

Lots ! There are people with thousands of subnets and/or many 10's of 
thousands of addresses.

>2- Can ISC dhcp manage more than one "shared-network" , ie.
>
>     Shared-network "mynet" {...}
>     Shared-network "yournet" {...}
>     ...

I believe so. There is no reasons for it not to.

>3- Can I use same ISC DHCP deamon to manage separate network on separate
>interfaces (eth0 and eth1 for example) ?

Yes, for locally attached networks it determines the subnet by the 
interface the packet was received on, for remote subnets (ie using 
DHCP relay agent on remote network) then it doesn't matter. All you 
need to do is define the subnets.

Simon


More information about the dhcp-users mailing list