From owner-freebsd-net@FreeBSD.ORG Fri Jun 20 07:17:17 2003 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E885E37B401 for ; Fri, 20 Jun 2003 07:17:17 -0700 (PDT) Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDDE843F93 for ; Fri, 20 Jun 2003 07:17:16 -0700 (PDT) (envelope-from zel@free.fr) Received: from imp3-1.free.fr (imp3-1.free.fr [213.228.0.28]) by postfix3-2.free.fr (Postfix) with ESMTP id 68F70C207 for ; Fri, 20 Jun 2003 16:17:15 +0200 (CEST) Received: by imp3-1.free.fr (Postfix, from userid 33) id 6C866FAA4; Fri, 20 Jun 2003 16:20:19 +0200 (CEST) To: freebsd-net@FreeBSD.ORG Message-ID: <1056118819.3ef318232dc52@imp.free.fr> Date: Fri, 20 Jun 2003 16:20:19 +0200 (CEST) From: zel@free.fr MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.6 X-Originating-IP: 81.80.243.157 Subject: [freebsd-net] pb with nat.... X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2003 14:17:18 -0000 I had a pb with my config and now with your help... it is resolved by, now I am in front of a new problem: The situation is described below: - 10.0.0.0/24 - - 192.168.1.0/24 - ed1/tun0 ep0 So... All outcoming packets are 'nated' by the firewall, which is a very small computer (a P100 with only 24 Mo RAM and a little hard drive..). So this computer must not do an other thing than firewalling, routing or nating packets. But, I would like offer ftp and telnet services on an another computer behind the firewall for computers inside and outside of the LAN. I think that natd would do perfectly this job, but natd already run on interface tun0 for Internet access. What can I do to offer theses services ? Thanks. Zel