From owner-freebsd-isp@FreeBSD.ORG Sat Jul 26 04:19:05 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 7B23C37B401 for ; Sat, 26 Jul 2003 04:19:05 -0700 (PDT) Received: from bessel.tekniikka.turkuamk.fi (bessel.tekniikka.turkuamk.fi [193.166.133.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B6BC43F75 for ; Sat, 26 Jul 2003 04:19:04 -0700 (PDT) (envelope-from eyurtese@bessel.tekniikka.turkuamk.fi) Received: from localhost (eyurtese@localhost) by bessel.tekniikka.turkuamk.fi (8.9.2/8.9.2) with ESMTP id NAA15180 for ; Sat, 26 Jul 2003 13:34:08 +0300 Date: Sat, 26 Jul 2003 13:34:08 +0300 (WET) From: Evren Yurtesen To: freebsd-isp@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: VLAN with/and NATD 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: Sat, 26 Jul 2003 11:19:05 -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 want to be able to use use 192.168.1.0/24 IP 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