From owner-freebsd-questions@FreeBSD.ORG Sun May 23 19:17:07 2004 Return-Path: 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 7DE4516A4CE for ; Sun, 23 May 2004 19:17:07 -0700 (PDT) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26F4D43D2D for ; Sun, 23 May 2004 19:17:07 -0700 (PDT) (envelope-from Barbish3@adelphia.net) Received: from barbish ([67.20.101.71]) by mta11.adelphia.net (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with SMTP id <20040524021618.IHKN21898.mta11.adelphia.net@barbish>; Sun, 23 May 2004 22:16:18 -0400 From: "JJB" To: "Michael Zimmer" , Date: Sun, 23 May 2004 22:16:17 -0400 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.6604 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal Subject: RE: IPF/IPNat router/gateway X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Barbish3@adelphia.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 May 2004 02:17:07 -0000 Problem can be in how you are cabled or how you assign private lan IP address to xp box behind FBSD. An single xp box cabled to your FBSD needs to be cabled using an crossover cable. An normal configuration is cabling FBSD box directly to public internet cable or dsl modem and then have all the xp systems cabled to hub and the hub cabled to FBSD box. Xp uses DHCP to automatically get an network ip address assigned and the reference DNS server ip address to use. On an private lan you have 2 ways of doing this. The manual way is to enter the network assigned ip address and dns servers ip address into xp. The other way is to install an DHCP server software on your FBSD gateway box so xp can get the info it needs automatically. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Michael Zimmer Sent: Sunday, May 23, 2004 8:08 PM To: freebsd-questions@freebsd.org Subject: IPF/IPNat router/gateway Hello. I apologize for asking a question which has been asked several dozen times before, but none of the prior-offered solutions seem to work. I'm trying to use a freeBSD box (v 5.1) as a gateway/router for my network. I've got a static IP range for the network, but can't get things running. (...the local machines are all running Windows XP Pro) The local machines can connect to my ISP when they're plugged in to the uplink, whether individually or through a hub, and the freeBSD box can as well. ...however, a machine plugged into the BSD box is unable to ping the BSD box and vice versa. IPF is set to pass in/out quick all from any to any IPNat has the following rules set: map rl0 192.168.1.0/24 -> x.x.x.254/32 portmap tcp/udp 10000:40000 map rl0 192.168.1.0/24 -> x.x.x.254/32 IP of the BSD box is x.x.x.254, mask 255.255.255.224 on the external NIC IP of the BSD box is 192.168.1.1, mask 255.255.255.224 on the internal NIC the lone machine connected to it at the moment is set on IP 192.168.1.2, mask 255.255.255.224, gateway 192.168.1.1 ...and rc.conf has gateway_enable, ipfilter_enable and ipnat_enable all set to "YES" thanks. _________________________________________________________________ [1]Stop worrying about overloading your inbox - get MSN Hotmail Extra Storage! References 1. http://g.msn.com/8HMAENUS/2737??PS=47575 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"