From owner-freebsd-questions@FreeBSD.ORG Thu Apr 28 01:14:15 2005 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 26CFD16A4CE for ; Thu, 28 Apr 2005 01:14:15 +0000 (GMT) Received: from s001.searchy.nl (s001.searchy.nl [82.94.249.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3EBE43D55 for ; Thu, 28 Apr 2005 01:14:14 +0000 (GMT) (envelope-from freebsd@searchy.nl) Received: from [192.168.1.13] (53525E6F.cable.casema.nl [83.82.94.111]) by s001.searchy.nl (Postfix) with ESMTP id 023058DA31 for ; Thu, 28 Apr 2005 03:14:10 +0200 (CEST) Message-ID: <427038E2.5000106@searchy.nl> Date: Thu, 28 Apr 2005 03:14:10 +0200 From: Frank de Bot User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041217 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Nat problem 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: Thu, 28 Apr 2005 01:14:15 -0000 Hi, I got my FreeBSD box set up as a NAT gateway. I got it working partialy; icmp pinging from inside to the internet works. But as soon as I try to make a tcp connection (loading a webpage or so) it just sits still! The external interface is fxp0 The internal interface is gif3 (this is a ipip tunnel) ipnat.conf is: map fxp0 10.0.1.0/24 -> 0.0.0.0/32 portmap tcp/udp 1025:65000 map fxp0 10.0.1.0/24 -> 0.0.0.0/32 I find it very odd, because pings travel and are natted without problems. What can be wrong? Thanks in advanced, Frank de Bot!