Configure routing (with netmask)

John Hascall john at iastate.edu
Wed May 9 16:56:44 UTC 2007


> 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


More information about the dhcp-users mailing list