Configure routing (with netmask)

Vitor Flausino vflausino at dti.pga.aero
Thu May 10 08:53:55 UTC 2007


What is configured there is the default gateway.
What is want is also to provide some specific routing.

Example:

Default gateway -> 1.1.1.1
For IP/Netmask 1.1.2.0/255.255.255.0 -> 1.1.1.2
For IP/Network 1.1.3.0/255.255.255.0 -> 1.1.1.3
...

Best regards,
-vcf

-----Original Message-----
From: dhcp-users-bounce at isc.org [mailto:dhcp-users-bounce at isc.org] On Behalf Of John Hascall
Sent: Wednesday, May 09, 2007 5:57 PM
To: dhcp-users at isc.org
Subject: Re: Configure routing (with netmask)


> 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