From owner-freebsd-questions@FreeBSD.ORG Fri Dec 8 17:25:26 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 642B116A4D8 for ; Fri, 8 Dec 2006 17:25:26 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id E89FB43DB5 for ; Fri, 8 Dec 2006 17:23:00 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin05-en2 [10.13.10.150]) by smtpout.mac.com (Xserve/8.12.11/smtpout13/MantshX 4.0) with ESMTP id kB8HNb5h023849; Fri, 8 Dec 2006 09:23:37 -0800 (PST) Received: from [17.214.13.96] (a17-214-13-96.apple.com [17.214.13.96]) (authenticated bits=0) by mac.com (Xserve/smtpin05/MantshX 4.0) with ESMTP id kB8HMw5N023659; Fri, 8 Dec 2006 09:22:59 -0800 (PST) In-Reply-To: <1165557208.6889.9.camel@joe.realss.com> References: <1165557208.6889.9.camel@joe.realss.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=UTF-8; delsp=yes; format=flowed Message-Id: <3FBAA748-EDBD-4F5F-959E-41B2E7689E40@mac.com> Content-Transfer-Encoding: quoted-printable From: Chuck Swiger Date: Fri, 8 Dec 2006 09:22:58 -0800 To: =?UTF-8?B?5byg6Z+h5q2m?= X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== X-Brightmail-scanned: yes Cc: freebsd-questions@freebsd.org Subject: Re: how do I do this "special proxy"? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Dec 2006 17:25:26 -0000 On Dec 7, 2006, at 9:53 PM, =E5=BC=A0=E9=9F=A1=E6=AD=A6 wrote: > We got a Windows file server in the next office, I have a FreeBSD host > in my office. I wish to let it listen on 135/139 port (I am not sure > which one is used for Windows file sharing), and forward any =20 > request to > the Windows file server as if this FreeBSD is accessing the windows > share itself. Also it forward the packet from Windows share server to > client. To the client, the FreeBSD host IS the windows share server. > However the Windows share server always think the FreeBSD host is the > client. So this is a proxy I guess. > > Is it possible? The Samba software might have a filesharing proxy, but normally one =20 would use a VPN solution like OpenVPN in the ports to access a remote =20= fileserver. --=20 -Chuck