From owner-freebsd-questions Sun May 7 17:18:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from home.offwhite.net (home.offwhite.net [156.46.35.30]) by hub.freebsd.org (Postfix) with ESMTP id 4CAAC37B925 for ; Sun, 7 May 2000 17:18:15 -0700 (PDT) (envelope-from brennan@offwhite.net) Received: from localhost (brennan@localhost) by home.offwhite.net (8.9.1/8.9.3) with ESMTP id TAA77063 for ; Sun, 7 May 2000 19:18:14 -0500 (CDT) Date: Sun, 7 May 2000 19:18:14 -0500 (CDT) From: Brennan W Stehling To: freebsd-questions@freebsd.org Subject: ipnat and udp Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Can anyone tell me how I can get upd traffic to come back into my network while I have an open firewall and ipnat doing address translation? Here are my current ipnat rules. map xl1 192.168.1.0/16 -> 0.0.0.0/32 portmap tcp/udp 40000:65000 map xl1 192.168.1.0/16 -> 0.0.0.0/32 In rc.firewall, for open, the only rule added to my open firewall is... $fwcmd add 65000 pass all from any to any I have the kernel compiled with an open firewall. What I am going to try is to add this rule. $fwcmd add 66000 pass udp from any to 192.168.1.2 That IP is my iMac which I would like to have set up to that I can have udp traffic for quicktime streaming and AIM talk features. Is this all I need to do? Is there a better way to do it? Brennan Stehling - web developer and sys admin projects: www.greasydaemon.com | www.onmilwaukee.com | www.sncalumni.com Microsoft: Will you get a macro virus today? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message