RE: FreeBSD 5.1 <-> WinXP Networking Problem UPDATE
From: Darren Pilgrim (dmp_at_bitfreak.org)
Date: 07/14/04
- Previous message: Christoph Hintermüller: "Install hangs in mfsroot kernel in scsi probing"
- In reply to: freebsder: "FreeBSD 5.1 <-> WinXP Networking Problem UPDATE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: "'freebsder'" <freebsder51@yahoo.com>, <freebsd-questions@freebsd.org> Date: Wed, 14 Jul 2004 14:11:48 -0700
> From: freebsder [mailto:freebsder51@yahoo.com]
>
> 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
> natd_flags="redirect_port tcp 192.168.0.3:80 80"
> should be:
> natd_flags="redirect_port tcp 192.168.0.1:80 80"
natd_flags="redirect_port tcp 192.168.1.1:80 80"
> ifconfig vr0= "media 10baseT/UTP up"
> ifconfig_ed0="inet 192.168.0.1 netmask 255.255.0.0"
ifconfig_vr0="inet 192.168.0.1/24 media 10baseT/UTP up"
ifconfig_ed0="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.
_______________________________________________
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"
- Previous message: Christoph Hintermüller: "Install hangs in mfsroot kernel in scsi probing"
- In reply to: freebsder: "FreeBSD 5.1 <-> WinXP Networking Problem UPDATE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|