From owner-freebsd-questions@FreeBSD.ORG Thu Dec 4 01:34:23 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B540A106564A for ; Thu, 4 Dec 2008 01:34:23 +0000 (UTC) (envelope-from kelly.terry.jones@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.28]) by mx1.freebsd.org (Postfix) with ESMTP id 6619E8FC0A for ; Thu, 4 Dec 2008 01:34:23 +0000 (UTC) (envelope-from kelly.terry.jones@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so1623969ywe.13 for ; Wed, 03 Dec 2008 17:34:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=0l8LTkl0DlsLv4oegJuCFDmx7YA+xwtB7aB+NP8/BFo=; b=BZe+F9EPbgf+Xn1f+5rDNn+ZmDC1mrlB9evvkkITadu1vTvdDfDnzseRRmfm4Z+thC jdzSc292JkHw8BfoKgOTYc5Y6hlqg1mmCw2ZIUjWsLAmtqudpB0ohK2r2h5tCgVrParm bxsNSeGEZBKVcOYhJbbLga9EWAeyRf8g5PdpA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=SMaC5oN2nkLoHooofwLuoCaJAqc319S66R1Dcy4Qck60AYHqL081sZsbpdGiNTMvwh TgyqOtgWtQl5o42nbeQzmBv4SGxYoPMALIwnEa5gLCOyfIGbaDGdvm3fg070t1Vucf5n kNIunQW2ZFxMZacBHOFKDH9RwljN3buHDfSoU= Received: by 10.64.201.16 with SMTP id y16mr13591570qbf.82.1228354462272; Wed, 03 Dec 2008 17:34:22 -0800 (PST) Received: by 10.64.208.1 with HTTP; Wed, 3 Dec 2008 17:34:22 -0800 (PST) Message-ID: <26face530812031734q6b052fd8if9ae0048ee7dd87@mail.gmail.com> Date: Wed, 3 Dec 2008 18:34:22 -0700 From: "Kelly Jones" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Unix domain socket tunnel to TCP on other machine 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: Thu, 04 Dec 2008 01:34:23 -0000 For mimedefang/clamav purposes, I'm trying to setup a Unix domain socket that tunnels to a TCP port on another machine. For example, if I "telnet -u /var/spool/mysock" on machine X, I want it to be just like doing "telnet Y 25". I've poked around with stunnel and ssh's port forwarding/ControlMaster stuff, but I can't quite get this working. -- We're just a Bunch Of Regular Guys, a collective group that's trying to understand and assimilate technology. We feel that resistance to new ideas and technology is unwise and ultimately futile.