From owner-freebsd-isp@FreeBSD.ORG Sun Jul 27 17:09:12 2003 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4376537B405 for ; Sun, 27 Jul 2003 17:09:12 -0700 (PDT) Received: from finland.ispro.net.tr (finland.ispro.net.tr [217.21.68.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01A0E43F85 for ; Sun, 27 Jul 2003 17:09:11 -0700 (PDT) (envelope-from yurtesen@finland.ispro.net.tr) Received: (from root@localhost) by finland.ispro.net.tr (8.12.9/8.12.5) id h6S09893073428 for freebsd-isp@freebsd.org; Mon, 28 Jul 2003 03:09:08 +0300 (EEST) (envelope-from yurtesen@finland.ispro.net.tr) Received: from finland.ispro.net.tr (localhost [127.0.0.1]) by finland.ispro.net.tr (8.12.9/8.12.5av) with ESMTP id h6S05F0r071131 for ; Mon, 28 Jul 2003 03:09:01 +0300 (EEST) (envelope-from yurtesen@finland.ispro.net.tr) Received: from localhost (yurtesen@localhost)h6QA1hI4020626 for ; Sat, 26 Jul 2003 13:01:48 +0300 (EEST) Date: Sat, 26 Jul 2003 13:01:43 +0300 (EEST) From: Evren Yurtesen To: freebsd-isp@freebsd.org Message-ID: <20030726125839.O18848@finland.ispro.net.tr> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by IsproNET Subject: VLAN and NAT ? X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 00:09:12 -0000 Hi, I would like to have a machine with 2 ethernets 1 is for outside connection(internet) the other one is for inside connections(VLANs) Now the problem is that I want to use NAT inside VLANs that, lets say I can use 192.168.1.0/24 block in every VLAN and in different VLAN's the same IPs should be able to be used. Does anybody have any suggestion how to do this? I would guess that I need multiple IP addresses in the outside interface but how do I map the VLAN interfaces to use those IPs with NAT? Evren