From owner-freebsd-questions@FreeBSD.ORG Wed Jul 14 21:13:31 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 5B7DB16A4E8 for ; Wed, 14 Jul 2004 21:13:31 +0000 (GMT) Received: from mail.bitfreak.org (mail.bitfreak.org [65.75.198.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DFDD43D46 for ; Wed, 14 Jul 2004 21:13:31 +0000 (GMT) (envelope-from dmp@bitfreak.org) Received: from speck.techno.pagans (c-24-21-228-149.client.comcast.net [24.21.228.149]) by mail.bitfreak.org (Postfix) with ESMTP id 2A8C02A41F; Wed, 14 Jul 2004 14:13:30 -0700 (PDT) Received: from spud (w1.techno.pagans [172.21.42.21]) by speck.techno.pagans (Postfix) with ESMTP id 56167A927; Wed, 14 Jul 2004 14:11:48 -0700 (PDT) From: "Darren Pilgrim" To: "'freebsder'" , Date: Wed, 14 Jul 2004 14:11:48 -0700 Message-ID: <000e01c469e7$3035a380$152a15ac@spud> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: <20040714183809.20655.qmail@web52510.mail.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal Subject: RE: FreeBSD 5.1 <-> WinXP Networking Problem UPDATE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jul 2004 21:13:31 -0000 > From: freebsder [mailto:freebsder51@yahoo.com]=20 >=20 > Hi Everyone ... thanks for your help thus far. I've > made some changes below. [I have Not made all the > changes that you've kindly suggested but enough that I > am able to ping back and forth ... if I have ignored > your suggestion and you still see a gapping error, > please feel free to reinterate, I won't hold it again > you!] <...> > I think that the=20 > natd_flags=3D"redirect_port tcp 192.168.0.3:80 80" > should be: > natd_flags=3D"redirect_port tcp 192.168.0.1:80 80" natd_flags=3D"redirect_port tcp 192.168.1.1:80 80" > ifconfig vr0=3D "media 10baseT/UTP up" > ifconfig_ed0=3D"inet 192.168.0.1 netmask 255.255.0.0" ifconfig_vr0=3D"inet 192.168.0.1/24 media 10baseT/UTP up" ifconfig_ed0=3D"inet 192.168.1.1/24" You will then need to change the IP addresses of the two WinXP machines = to use addresses starting with 192.168.1 (excluding .0, .1 and .255), a = netmask of 255.255.255.0 and a gateway of 192.168.1.1. Thanks to Matthew Seaman for bringing to my attention that ifconfig now supports CIDR notation.