From owner-freebsd-questions Sun Dec 8 20:13:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA20437B401 for ; Sun, 8 Dec 2002 20:13:48 -0800 (PST) Received: from mx20a.rmci.net (mx20a.rmci.net [205.162.184.37]) by mx1.FreeBSD.org (Postfix) with SMTP id 4D41E43EBE for ; Sun, 8 Dec 2002 20:13:48 -0800 (PST) (envelope-from massey@rmci.net) Received: (qmail 790 invoked from network); 9 Dec 2002 04:13:42 -0000 Received: from dsl-ip-216-222-2-34.boi.rmci.net (HELO data) (216.222.2.34) by mx20.rmci.net with SMTP; 9 Dec 2002 04:13:42 -0000 From: "Mike" To: Subject: IPNAT help Date: Tue, 17 Dec 2002 21:42:41 -0700 Message-ID: <000501c2a64f$e6c9fea0$2202ded8@data> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 In-Reply-To: <20021209033236.GA465@nucl03.anu.edu.au> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Trying to setup a small local network off of my DSL. Currently I use a different OS to do this but I am switching, or trying to.. I am using IPNAT and have added all of the options to redo the kernel. options INET #InterNETworking options IPFIREWALL options IPDIVERT options IPFIREWALL_VERBOSE options IPFIREWALL_VERBOSE_LIMIT=10 options IPSTEALTH options TCP_RESTRICT_RST options INET6 #IPv6 communications protocols Recompiled and setup my firewall - Works great. Next went after ipnat and natd (Note some of these I do not need I think but which ones?) I need a clear step by step on this if someone has one. My RC.CONF with IP changed # -- sysinstall generated deltas -- # Sat Nov 30 16:10:02 2002 # Created: Sat Nov 30 16:10:02 2002 # Enable network daemons for user convenience. # Please make all changes to this file, not to /etc/defaults/rc.conf. # This file now contains just the overrides from /etc/defaults/rc.conf. #My ADSL router defaultrouter="216.0.0.33" ipfilter_enable="YES" ipnat_anabled="YES" natd_enable="YES" natd_interface="fpx0" natd_flags="-f /etc/natd.conf" gateway_enable="YES" hostname="myhost.myhost.us" ifconfig_fxp0="inet 216.0.0.35 netmask 255.255.255.248" ifconfig_xl0="inet 192.168.0.2 netmask 255.255.255.0" inetd_enable="NO" ipv6_enable="YES" kern_securelevel_enable="NO" linux_enable="YES" nfs_reserved_port_only="YES" sendmail_enable="YES" sshd_enable="YES" usbd_enable="YES" #required for ipfw support firewall_enable="YES" #firewall_script="/etc/ipfw.rules" firewall_script="/etc/rc.firewall" firewall_type="simple" firewall_quiet="NO" #change to YES once happy with rules firewall_logging_enable="YES" #extra firewalling options log_in_vain="YES" tcp_restrict_rst="YES" icmp_drop_redirect="YES" Next added my ipnat.conf file map fxp0 192.168.0.0/24 -> 216.222.2.35/29 portmap tcp/udp 10000:65000 So pick it apart and point me in the right direction if possible. I am continuing to try and make it work... Thanks PS - This is my First post on anything in FreeBSD, the rest from MySQL to SSHD SSL Apache PHP Webmin all went great! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message