From owner-freebsd-questions Fri Sep 10 13: 5:29 1999 Delivered-To: freebsd-questions@freebsd.org Received: from Mail.austin.rr.com (sm2.texas.rr.com [24.93.35.55]) by hub.freebsd.org (Postfix) with ESMTP id 0C7EC14D00 for ; Fri, 10 Sep 1999 13:02:25 -0700 (PDT) (envelope-from kweiss@austin.rr.com) Received: from rockefeller ([24.28.77.50]) by Mail.austin.rr.com with Microsoft SMTPSVC(5.5.1875.185.18); Fri, 10 Sep 1999 14:56:20 -0500 Reply-To: From: "Kevin Weiss" To: "FreeBSD Questions" Subject: natd and dhcp Date: Sat, 11 Sep 1999 14:47:43 -0500 Message-ID: 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 IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I read the NATD Man Page and reread my "Complete FreeBSD" book, and I just want to make sure that I am configuring my FBSD system properly so that I can move on to configuring DHCP. #ps -ax | grep natd 4661 ?? Ss 0:06:55 natd -log -deny_incoming -use_sockets -unregistered_only -dynamic -interface pn0 "pn0" is my external interface and "pn1" is the internal interface My rc.conf looks like this for networking: network_interfaces="pn0 pn1 lo0" ifconfig_pn0="inet 10.1.2.1 netmask 255.255.255.0" ifconfig_pn1="inet 10.1.2.1 netmask 255.255.255.0" ifconfig_lo0="inet 127.0.0.1" gateway_enable="yes" defaultrouter="10.1.2.1" static_routes="" hostname="gw.mydomain.com" tcp_extensions="yes" firewall="simple" natd_flags="" natd_interface="pn0" natd_flags="" Should I make pn0 have IP address 10.1.2.0 and make pn1 10.1.2.1 for my internal network? If there's any other file info I should include from this (or any other) file(s), please let me know. Kevin Weiss kweiss@austin.rr.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message