From owner-freebsd-questions@FreeBSD.ORG Wed Jul 14 16:19:04 2004 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 12EB616A4CE for ; Wed, 14 Jul 2004 16:19:04 +0000 (GMT) Received: from osiris.itlegion.ru (osiris.itlegion.ru [212.248.52.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6212843D39 for ; Wed, 14 Jul 2004 16:18:58 +0000 (GMT) (envelope-from matrix@itlegion.ru) Received: from WINXP ([213.234.225.178]) by osiris.itlegion.ru (8.12.11/8.12.11) with SMTP id i6EGIk8H077882; Wed, 14 Jul 2004 20:18:47 +0400 (MSD) (envelope-from matrix@itlegion.ru) X-AntiVirus: Checked by Dr.Web [version: 4.31a, engine: 4.31b, virus records: 52102, updated: 11.07.2004] Message-ID: <002601c469be$3e9c4d30$5e11a8c0@WINXP> From: "Artem Kuchin" To: "Dan Nelson" References: <004001c469b1$a74dacf0$0c00a8c0@artem> <20040714160820.GA16366@dan.emsphone.com> Date: Wed, 14 Jul 2004 20:18:46 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 cc: freebsd-questions@freebsd.org Subject: Re: Need a network file system with Windows client and freeBSD server 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: Wed, 14 Jul 2004 16:19:04 -0000 > > I need sime kind of network file system which has a FreeBSD server > > and Windows clients (particulary Windows XP) and that FreeBSD file > > share must be mounted on Windows XP under a drive letter. Windows > > For any of the solutions you describe, you will definitely want to set > up a VPN between the client and server, and if possible have it > compress the data. Never allow raw filesystem access to the entire > Internet :) Yes, i understand that. However, i wonder how to make a VPN with compression and also the scheme is like this: file server with real ip <-> natd <-> cleints So, clients do no have real IP addresses and stay behind nat server which serves many people who are not the clients of the file server. Is it possible to setup VPN in such situation? Artem