On Fri, 2002-02-01 at 21:34, Edward Dekkers wrote:
> With the mini-howto, I HAVE gotten dhcpd up and running and it it serving
> dynamic ip addresses OK.
> 
> Previously, the clients were static, and I also used to fill in the
> 'gateway' ip, to allow the client to get on the internet. Now, when running
> ipconfig on the clients, the gateway is empty. They have obviously picked up
> on the DNS server correctly, because the internet addresses ARE being
> translated correctly, however, pinging is a no go.
> 
> I've also gone through 'man dhcpd.conf' and 'man 5 dhcpd-options' files, to
> see if the dhcp server can insert this gateway value into the clients, but
> I'm obviously misunderstanding how it is done because no option remotely
> looks like what I need.
> 
> What do I need to set up in my dhcpd.conf, for the clients to pick up the
> default gateway?
> 
here are the first few lines in one of my dhcp servers

subnet 192.168.0.0 netmask 255.255.255.0 {
# --- default gateway
        option routers 192.168.0.1;
        option subnet-mask 255.255.255.0;

HTH

Bret



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to