From owner-freebsd-stable Tue Jan 25 2:33:54 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mail.cybcon.com (mail.cybcon.com [216.190.188.5]) by hub.freebsd.org (Postfix) with ESMTP id 4F1FD14C10 for ; Tue, 25 Jan 2000 02:33:47 -0800 (PST) (envelope-from freebsd@cybcon.com) Received: from laptop.cybcon.com (william@pm3a-31.cybcon.com [205.147.75.160]) by mail.cybcon.com (8.9.3/8.9.3) with ESMTP id AAA12459 for ; Tue, 25 Jan 2000 00:41:27 -0800 (PST) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Tue, 25 Jan 2000 00:36:43 -0800 (PST) From: William Woods To: freebsd-stable@freebsd.org Subject: FW: DSL natd rules.... Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am doing a little prep work so when DSL comes in, I will be ready. These are the proposed rules/entrys/and set up I am thinking of useing. I have in rc.conf for it. The system that this comes from is going to be a gateway/router. It is connected to the net like this: I-----------I ---------Internet DSL------------>>I Cisco 675 I << 10.0.0.1 is ip of cisco I-----------I I ether I I dhclient assinged address 10.0.0.2 de1 (NAT for internal LAN) I-----------I I Gateway I I Router I I FreeBSD I I 3.4 I I-----------I de0 (192.168.0.1) I ether I I I---------I I HUB I I---------I / I \ / I \ / I \ / I \ Win98 FreBSD Win2000 192.168.0.4 192.168.0.2 192.168.0.3 Here is my proposed rc.conf for the gateway/router: # This file now contains just the overrides from /etc/defaults/rc.conf # please make all changes to this file. # -- sysinstall generated deltas -- # sendmail_enable="NO" ifconfig_de0="inet 192.168.0.1 netmask 255.255.255.0" defaultrouter="NO" gateway_enable="YES" natd_enable="YES" natd_interface="de1" natd_flags="-s" firewall_enable="YES" firewall_type="OPEN" dhclient de1 network_interfaces="de0 de1 lo0" hostname="alpha.cybcon.com" Thanks for any advice/help ---------------------------------- E-Mail: William Woods Date: 25-Jan-00 Time: 00:04:23 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message