From owner-freebsd-net@freebsd.org Thu Jun 14 18:11:36 2018 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DCA410194C5 for ; Thu, 14 Jun 2018 18:11:36 +0000 (UTC) (envelope-from dch@skunkwerks.at) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD3F0788BF for ; Thu, 14 Jun 2018 18:11:35 +0000 (UTC) (envelope-from dch@skunkwerks.at) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id A21DE217DC; Thu, 14 Jun 2018 14:11:35 -0400 (EDT) Received: from web6 ([10.202.2.216]) by compute7.internal (MEProxy); Thu, 14 Jun 2018 14:11:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skunkwerks.at; h=content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=rcP2QynefiPUNMHrY4qKcYQA+vLN5 72HFGEAPwdWQWk=; b=lGIlLUKnSsGMGjZq83V5pO9QunU+8ooVud2BjIsxr1vQW wc/RBc8Svoxo7x/IRsDd1zW6Zpob/n1UpQvX9At1aWEwYgGSyG7c4mT0o70VWZ8L Si3xPX0GPjKCciVH9//ivhlPMRRahavi9EMntGOgA6xsNMfbA8mMQV/+IuX7DhT3 pk15dYM/XIM7mRwEjePie7uYNiE0JNFLAPOOKt25mY2DkYccbAUvAeAG9NoB5Kuv Fnzt2MnmiHJyoRiybHl3m1mDUSsWUE5aMAhvKGMcRXWCBQ2LnllYfxQNMKzGni4v 0sg90xd0ZPBygovxANaA0YZj62rtmgPNiq5e8v2gQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=rcP2Qy nefiPUNMHrY4qKcYQA+vLN572HFGEAPwdWQWk=; b=hjmXfKe2dKhgwUy84LsiNq GvfDzEnsV/B5MUsn7hYybDH7Udq7IgXsC8zfuBT5H6A/NYAGEvpsnwqmXm5TCIb0 EuM15sRBeaa43SBVNdX88SlEo2jzhbc6gqdOyxIAqUARKKNh6UF/ut63BZRADscK 1AcYCFZtiMdNfW35JIXBUd0u1WA5h2mv1a6CZa3UgXW4zCdL/eIhJVAVH3qL/C/3 v+SLx0GCKi30drG+5oIaJ7Pr6ATCCQJ+WE4MdfHBuR6bP8CYT6lGSgOaDneWOC63 x428eFtOMaER/gyqRWhHHhASJ/iKYKPFieMw/C28DgHH4ibGTvX1qrrWvmGhpx5w == X-ME-Proxy: X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 77D56418C; Thu, 14 Jun 2018 14:11:35 -0400 (EDT) Message-Id: <1528999895.3557210.1408294480.5728367B@webmail.messagingengine.com> From: Dave Cottlehuber To: Andrea Venturoli , freebsd-net@freebsd.org MIME-Version: 1.0 X-Mailer: MessagingEngine.com Webmail Interface - ajax-498d70f2 Subject: Re: Proxy a TCP connection Date: Thu, 14 Jun 2018 20:11:35 +0200 References: <2346bc5f-1ca3-3b6a-ac1a-c496e94eb969@netfence.it> <40qGSP6TW1z5BbC@baobab.bilink.it> <8a9d5799-5451-7f0a-cbd7-64728ab8ae85@netfence.it> In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jun 2018 18:11:36 -0000 On Thu, 14 Jun 2018, at 16:01, Andrea Venturoli wrote: > On 05/21/18 18:10, Andrea Venturoli wrote: > > > Thanks to anyone who answered. > > > > I'm currently trying net/bounce, as suggested by Eugene. > > If that won't work properly, I'll sure give plugdaemon a shot. > > Just an update in case anyone is interested... > > Bounce is still dying occasionally net/haproxy is superb for this and logs extensively with a handy admin interface as well. Ask offlist if you=E2=80=99d like some help getting set up. Dave