On Wednesday 30 January 2002 00:55, Jason Majors wrote:
> I have the following as my /etc/dhcpd.conf file:
> # dhcpd.conf
> option routers 192.168.1.1;
> option domain-name "kwiqsilver.org";
> option domain-name-servers 68.2.16.30, 68.1.208.30;
>
> option subnet-mask 255.255.255.0;
> default-lease-time 600;
> max-lease-time 7200;
>
> subnet 192.168.1.0 netmask 255.255.255.0 {
>   range 192.168.1.101 192.168.1.200;
>   option broadcast-address 192.168.1.255;
> }
> # dhcpd.conf
>
> The clients can connect, but when I try to ping past the
> gateway I get "Network is unreachable" errors.

Is your gateway a firewall?  How and what is connected to the 
other side?  Are you using ipmasq?  Are you using dns?  If you 
can ping and connect between the clients and the dhcp server, 
and if the dhcp server is your gateway, it doesn't sound like a 
dhcp problem.

Jesse

Reply via email to