Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Tim Watts Newsgroups: comp.os.linux.misc Subject: Re: Networking question Date: Thu, 02 Apr 2015 01:15:46 +0100 Lines: 13 Message-ID: References: <5e005569bd2bd695b7eeda8db267585d@remailer.privacy.at> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net 9+eOwZBOSdlNNGtrSs9cag2x/wtqNWUtktWHYMejjqE3OWMFsG X-Orig-Path: squidward.dionic.net!not-for-mail Cancel-Lock: sha1:7zNrcb5TbZDaypqncIp26gFbUpI= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 In-Reply-To: <5e005569bd2bd695b7eeda8db267585d@remailer.privacy.at> Xref: csiph.com comp.os.linux.misc:14309 On 02/04/15 00:48, Anonymous Remailer (austria) wrote: > > Vilmos Soti [VS]: > VS> I have the following situation: I have a vpn accessible machine > VS> which is also an rsync server/client. The rsync server listens > VS> on the vpn ip address. Unfortunately, rsync can listen only on a > VS> single or all ip addresses but not only on some. > > Use redir(1), or (the much heavier) socat(1) to forward tcp > connections from port localhost:whatever to vpn.ip.address:873 > socat rocks!