From owner-freebsd-stable Tue May 23 10: 6:41 2000 Delivered-To: freebsd-stable@freebsd.org Received: from pilot018.cl.msu.edu (pilot018.cl.msu.edu [35.9.5.118]) by hub.freebsd.org (Postfix) with ESMTP id B56F137B73E for ; Tue, 23 May 2000 10:06:32 -0700 (PDT) (envelope-from carls107@msu.edu) Received: from msu.edu (c683804-a.elnsng1.mi.home.com [24.19.88.190]) by pilot018.cl.msu.edu (8.9.3/8.9.1) with ESMTP id NAA55208 for ; Tue, 23 May 2000 13:06:30 -0400 Message-ID: <392ABAD9.9842D2A8@msu.edu> Date: Tue, 23 May 2000 13:07:37 -0400 From: "B. Carlson" X-Mailer: Mozilla 4.72 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: stable@FreeBSD.ORG Subject: One internet connection for many puters? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to set up FreeBSD 4.0 so I can use more than one computer for the internet, I have a cable modem. I followed these steps: http://freebsd.lanfear.com/howtos/firewall.html This is my rc.conf file, I have two network cards, xl0 xl1, the first xl0 is hooked up directly to the net connection, the 2nd is hooked up to a hub. I recompiled my kernel just like the webpage said, Natd is running. linux_enable="YES" gateway_enable="YES" firewall_enable="YES" firewall_type="open" firewall_quiet="NO" natd_enable="YES" natd_interface="xl0" network_interfaces="xl0 xl1 lo0" ifconfig_xl0="inet 24.19.88.190 netmask 255.255.255.0" defaultrouter="24.19.88.1" sshd_enable="YES" hostname="nurdcave.com" ifconfig_xl1="inet 10.10.10.1 netmask 255.255.0.0" I'm trying to setup another BSD box behind the firewall, I specify it with an IP of 10.10.10.2 and tell it the gateway is at 10.10.10.1 with a netmask of 255.255.0.0 and still point it to the DNS server at 24.2.222.33, which is the server of the cable company. Is there any steps in here that I have missed? Am I sending it to the wrong spot? TIA B. Carlson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message