address range ... not on net

Oliver Hitz oliver at net-track.ch
Mon Jun 30 15:09:48 UTC 2008


Hi Stuart

On 30 Jun 2008, Stuart Kendrick wrote:
> shared-network test {
>        subnet 10.10.42.0 netmask 255.255.255.0 {
>        pool {
>                 range 10.10.88.1 140.107.88.254;
>        }
>        option subnet-mask 255.255.255.0;
>        option broadcast-address 10.10.88.255;
>        option routers 10.10.88.1;
>        }
> }

You need two subnet statements in your shared network:

shared-network test {
 subnet 10.10.42.0 netmask 255.255.255.0 {
  ...
 }
 subnet 10.10.88.0 netmask 255.255.255.0 {
  ...
 }
 pool {
  ...
 }
}

It should work like that.

Regards

Oliver
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20080630/12752c63/attachment.bin>


More information about the dhcp-users mailing list