Simple question. How do I assign my clients a gateway address? I
have searched ISC's website, all the dhcp man pages, and all the
source files for this information with absolutely no success. I'm
totally clueless. I know there's a prototype in dhcpd.conf that looks
like this:
/* route.c */
void add_route_default_gateway PROTO ((struct interface_info *,
struct in_addr));
but I can't even find a file called route.c.
-S
/*** Excerpt from dhcpd.conf man page ***/
Parameter statements either say how to do something (e.g.,
how long a lease to offer), whether to do something (e.g.,
should dhcpd provide addresses to unknown clients), or
what parameters to provide to the client (e.g., use gate-
way 220.177.244.7).