Subject: Re: What's wrong with my DHCP/NAT config?
To: Manuel Bouyer <bouyer@antioche.eu.org>
From: Justin Dittmann <jrdittmann@wisc.edu>
List: netbsd-help
Date: 10/02/2005 16:55:16
Manuel Bouyer wrote:
>On Thu, Sep 29, 2005 at 06:26:57PM -0500, Justin Dittmann wrote:
>
>
>>(Sorry if you already got this... I figured this mailing-list was a
>>better place to put this than netbsd-users... and I got zero responses,
>>there)
>>
>>What's wrong with my DHCP and/or NAT config? The box keeps on dropping
>>clients every 15 minutes - meaning they still have an IP address, but
>>cannot access anything outside the LAN.
>>
>>
>
>In what state are the clients when this happens ? Do they still have
>an IP ? A default route ? DNS servers ?
>
>
>
The clients always keep their IP address, as well as the correct DNS
servers - I watched the output of /usr/sbin/dhcp -d -f, and when the
clients drop, the server doesn't send/recieve anything, IP-wise.
Running netstat -nr on one of my linux boxes (how to you check in
WinXP??), I get the following:
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt
Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
127.0.0.0 127.0.0.1 255.0.0.0 UG 0 0 0 lo
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
Thanks for the help!