From owner-freebsd-questions Fri Mar 9 7:48:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmod.ath.cx (CC2-1242.charter-stl.com [24.217.116.226]) by hub.freebsd.org (Postfix) with ESMTP id B470837B71B for ; Fri, 9 Mar 2001 07:48:30 -0800 (PST) (envelope-from ajh3@chmod.ath.cx) Received: by chmod.ath.cx (Postfix, from userid 1001) id 49589A8D2; Fri, 9 Mar 2001 09:48:22 -0600 (CST) Date: Fri, 9 Mar 2001 09:48:22 -0600 From: Andrew Hesford To: jett tayer Cc: Andrew Hesford , Pablo Bendersky , freebsd-questions@freebsd.org Subject: Re: Problem setting up NAT Message-ID: <20010309094822.A20852@cec.wustl.edu> References: <20010309023946.A19665@cec.wustl.edu> <018f01c0a887$21636fb0$1e4bb0cb@martian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <018f01c0a887$21636fb0$1e4bb0cb@martian>; from webby@bsdi.dhs.org on Fri, Mar 09, 2001 at 06:53:07PM +0800 X-Loop: Andrew Hesford Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Anything relying on IP is handled by ipfw and natd, as far as I can tell. I *think* I've seen streaming media come through, at least in the form of RealAudio. I don't really give a rat's ass what happens to Windows Media streams. My setup was not designed to be Windows friendly! I don't know about Netmeeting, I've never used it. Given my ruleset, you would have to initiate every connection, or ipfw would just dump the packets. But as far as the world is concerned, every computer on the network shares the same IP address: the address the firewall presents to the outside world. To get Netmeeting working properly, I imagine two things would be required: 1) Explicitly allow all connections to and from the Netmeeting ports. 2) Configure natd to forward all attempted connections on those ports to the Windows machine you wish to use. Note that rule #2 means only 1 computer can accept outside connections to Netmeeting ports (connections initiated inside the network are handled separately, and are not a concern). On Fri, Mar 09, 2001 at 06:53:07PM +0800, jett tayer wrote: > suppose i have a windows workstation inside > the firewall machine, and i want to host a netmeeting > session, what ipaddress will i tell my peers to call? > and irc and windows media services are supported? -- Andrew Hesford ajh3@chmod.ath.cx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message