Date: Tue, 7 Feb 2006 17:07:12 +0200
From: John Hay <jhay@meraka.csir.co.za>
To: Juraj Lutter <otis@sk.FreeBSD.org>
Cc: freebsd-hubs@freebsd.org
Subject: Re: Added IPv6 for ftp-master.{cz,eu}.FreeBSD.org
Message-ID: <20060207150712.GA38515@zibbi.meraka.csir.co.za>
In-Reply-To: <20060207143339.GJ6071@wilbury.sk>
References: <20060130164222.GA49014@fit.vutbr.cz> <20060206172618.GA31492@fit.vutbr.cz> <20060207150535.W62785@mignon.ki.iif.hu> <20060207143339.GJ6071@wilbury.sk>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Feb 07, 2006 at 03:33:39PM +0100, Juraj Lutter wrote:
> On Tue, Feb 07, 2006 at 03:28:16PM +0100, Mohacsi Janos wrote:
> > Hi Rudolf,
> > How do you use cvsup over ipv6?
>
> ``cvsup'' can't be used via IPv6 so far, because cvsupd is not IPV6
> enabled.
I use the socat package/port and then you can use it like this:
socat TCP4-LISTEN:5999 TCP6:cvsup.za.freebsd.org:5999 &
cvsup -s /home/cvsup/cvs-supfile
I have that in a script, so it is a single command for me.
On the server I have:
socat TCP6-LISTEN:5999,fork,reuseaddr TCP4:127.0.0.1:5999 >>${out} 2>&1 &
John
--
John Hay -- John.Hay@meraka.csir.co.za / jhay@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060207150712.GA38515>
