From owner-freebsd-questions Wed Aug 30 23:31:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from laxmls02.socal.rr.com (laxmls02.socal.rr.com [24.30.163.11]) by hub.freebsd.org (Postfix) with ESMTP id B0D5337B43F for ; Wed, 30 Aug 2000 23:31:51 -0700 (PDT) Received: from sc-24-160-53-139.socal.rr.com (sc-24-160-53-139.socal.rr.com [24.160.53.139]) by laxmls02.socal.rr.com (8.10.1/8.10.1) with ESMTP id e7V6V4O22513 for ; Wed, 30 Aug 2000 23:31:04 -0700 (PDT) Date: Wed, 30 Aug 2000 23:32:06 -0700 (PDT) From: Stephen Hansen To: freebsd-questions@freebsd.org Subject: NAT Not working right Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm on a FreeBSD 4.1-STABLE system, which was recently CVSupdated as of yesterday. I have my FreeBSD system connected to the internet via a cable connection, and there is a Win98 box connecting through NAT. Network setup in /etc/rc.conf: network_interfaces="lo0 ed0 wb0" ifconfig_lo0="inet 127.0.0.1" ifconfig_ed0="DHCP" ifconfig_wb0"inet 192.168.0.1 netmask 255.255.255.0" The Win98 box has 192.168.0.1 as it's Gateway, and its static ip is set to 192.168.0.2. I'm running named on this machine to proxy-out the DNS requests from the Win98 machine. Now, it all works just fine and perfectly -- the problem is, if my FreeBSD box reboots, the other machine can't access the internet until /it/ reboots. I'm not sure why :) What can I do to fix this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message