> Hello all.
>
> Does anyone know how to configure routing in dhcp but including netmasks?
> So far I've seen pairs IP/Gateway but no netmask.
subnet 10.32.0.0 netmask 255.255.254.0 {
option broadcast-address 10.32.1.255;
option routers 10.32.1.254;
}
For example.
John