Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 2004 14:11:48 -0700
From:      "Darren Pilgrim" <dmp@bitfreak.org>
To:        "'freebsder'" <freebsder51@yahoo.com>, <freebsd-questions@freebsd.org>
Subject:   RE: FreeBSD 5.1 <-> WinXP Networking Problem UPDATE
Message-ID:  <000e01c469e7$3035a380$152a15ac@spud>
In-Reply-To: <20040714183809.20655.qmail@web52510.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000e01c469e7$3035a380$152a15ac>