From owner-freebsd-questions Tue Mar 28 15: 4:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dbasecentral.com (prod1.dbasecentral.com [205.243.161.30]) by hub.freebsd.org (Postfix) with ESMTP id 7EBAF37BE61 for ; Tue, 28 Mar 2000 15:04:35 -0800 (PST) (envelope-from ken@kyler.com) Received: from Cheat (adsl-151-200-15-77.bellatlantic.net [151.200.15.77]) by dbasecentral.com (8.9.3/8.9.3) with SMTP id RAA21749 for ; Tue, 28 Mar 2000 17:04:32 -0600 From: "Ken Kyler" To: "Freebsd Questions" Subject: Setting up V4 Date: Tue, 28 Mar 2000 18:04:32 -0500 Message-ID: <000401bf9909$faa5f9c0$6400a8c0@kyler.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to setup FreeBSD 4.0-STABLE on a box at home. This box will serve as a gateway/router/firewall for my home network. Eventually I hope to add a wireless interface for my laptop. I have a DSL connection to the net. I chose V4 because it recognizes my WaveLan PCI-PCMCIA adapter at boot. At this point, I've managed to install and recompile the kernel (adding IPFIREWALL & IPDIVERT). I have "named" running. I setup named.conf. I have the firewall set to open until I get the network Everything works fine from the FreeBSD box. I can ping by IP or domain name both inside and outside of the network. From my Windoze box, I can ping within the network but only by IP. I can't ping outside of the network. The Windoze box uses 192.168.0.1 as the gateway and DNS. I've included the (edited) rc.conf. if that helps. Any ideas where I screwed up? Ken Kyler -- rc.conf ----------------------------------------------- network_interfaces="rl1 rl0 lo0" ifconfig_rl0="inet netmask 255.255.255.0" ifconfig_rl1="inet 192.168.0.1 netmask 255.255.255.0" ifconfig_lo0="inet 127.0.0.1" gateway_enable="YES" firewall_enable="YES" firewall_type="open" defaultrouter="" hostname="greatwall.my.domain" saver="logo" local_startup="/usr/local/etc/rc.d" named_enable="YES" named_flags="-b /etc/namedb/named.conf" ----------------------------------------------------------- Ken Kyler -- ken@kyler.com http://www.kyler.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message